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