wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
MemoType
Memo
Type
enum
MemoType
:
Enum
<
MemoType
>
Content copied to clipboard
Entries
Properties
Entries
ID
Link copied to clipboard
ID
(
{ s -> Memo.id(s.toLong()) }
,
"id"
)
Content copied to clipboard
HASH
Link copied to clipboard
HASH
(
::hash
,
"hash"
)
Content copied to clipboard
Hash memo. Supports hex or base64 string encoding
TEXT
Link copied to clipboard
TEXT
(
{ s -> Memo.text(s) }
,
"text"
)
Content copied to clipboard
Properties
mapper
Link copied to clipboard
val
mapper
:
(
String
)
->
Memo
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
serialName
Link copied to clipboard
val
serialName
:
String
Content copied to clipboard