WalletCore
WalletCore
/
wallet.core.jni.proto
/
Stellar
/
MemoText
/
Builder
Builder
class
Builder
Memo with text
Content copied to clipboard
Protobuf type
TW.Stellar.Proto.MemoText
Functions
Functions
clear
Text
Link copied to clipboard
open
fun
clearText
(
)
:
Stellar.MemoText.Builder
string text = 1;
get
Text
Link copied to clipboard
open
fun
getText
(
)
:
String
string text = 1;
get
Text
Bytes
Link copied to clipboard
open
fun
getTextBytes
(
)
:
ByteString
string text = 1;
set
Text
Link copied to clipboard
open
fun
setText
(
value
:
String
)
:
Stellar.MemoText.Builder
string text = 1;
set
Text
Bytes
Link copied to clipboard
open
fun
setTextBytes
(
value
:
ByteString
)
:
Stellar.MemoText.Builder
string text = 1;