Function to_valid

Source
pub fn to_valid(
    zkapp_command: ZkAppCommand,
    status: &TransactionStatus,
    find_vk: impl Fn(Fp, &AccountId) -> Result<VerificationKeyWire, String>,
) -> Result<ZkAppCommand, String>
Expand description