WalletCore
WalletCore
/
wallet.core.jni.proto
/
Tezos
/
TxsOrBuilder
Txs
Or
Builder
interface
TxsOrBuilder
Functions
Inheritors
Functions
get
Amount
Link copied to clipboard
abstract
fun
getAmount
(
)
:
String
string amount = 3;
get
Amount
Bytes
Link copied to clipboard
abstract
fun
getAmountBytes
(
)
:
ByteString
string amount = 3;
get
To
Link copied to clipboard
abstract
fun
getTo
(
)
:
String
string to = 1;
get
To
Bytes
Link copied to clipboard
abstract
fun
getToBytes
(
)
:
ByteString
string to = 1;
get
Token
Id
Link copied to clipboard
abstract
fun
getTokenId
(
)
:
String
string token_id = 2;
get
Token
Id
Bytes
Link copied to clipboard
abstract
fun
getTokenIdBytes
(
)
:
ByteString
string token_id = 2;
Inheritors
Txs
Link copied to clipboard