pub fn validate_soroban_memo_restriction(
ops: &[OperationSpec],
memo: &Option<MemoSpec>,
) -> Result<(), TransactionError>
Expand description
Validate that Soroban operations don’t have a non-None memo
pub fn validate_soroban_memo_restriction(
ops: &[OperationSpec],
memo: &Option<MemoSpec>,
) -> Result<(), TransactionError>
Validate that Soroban operations don’t have a non-None memo