WalletCore
WalletCore
/
wallet.core.jni
/
StellarMemoType
Stellar
Memo
Type
enum
StellarMemoType
Stellar memo type.
Entries
Functions
Entries
NONE
Link copied to clipboard
NONE
TEXT
Link copied to clipboard
TEXT
ID
Link copied to clipboard
ID
HASH
Link copied to clipboard
HASH
RETURN
Link copied to clipboard
RETURN
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
StellarMemoType
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
StellarMemoType
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
StellarMemoType
>
Returns an array containing the constants of this enum type, in the order they're declared.