AccountRequiresMemoException

class AccountRequiresMemoException(message: String, val accountId: String, val operationIndex: Int) : SdkException

AccountRequiresMemoException is thrown when a transaction is trying to submit an operation to an account which requires a memo as defined in SEP-0029.

See also

Constructors

Link copied to clipboard
constructor(message: String, accountId: String, operationIndex: Int)

Properties

Link copied to clipboard

The account requiring the memo

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard

The operation where the account is the destination

Functions

Link copied to clipboard
open override fun toString(): String