Sep06TransactionKind

Transaction kinds for SEP-6 deposit and withdrawal operations.

These kinds identify the type of operation being performed by a SEP-6 transaction. Standard operations transfer assets directly, while exchange operations involve conversion between different assets using SEP-38 quotes.

See also

Entries

Link copied to clipboard

Standard deposit operation.

Link copied to clipboard

Standard withdrawal operation.

Link copied to clipboard

Deposit with asset exchange.

Link copied to clipboard

Withdrawal with asset exchange.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard

The string value used in SEP-6 API responses.

Functions

Link copied to clipboard

Checks if this kind represents a deposit operation.

Link copied to clipboard

Checks if this kind involves asset exchange.

Link copied to clipboard

Checks if this kind represents a withdrawal operation.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.