WalletCore
WalletCore
/
wallet.core.jni.proto
/
Tezos
/
TxObjectOrBuilder
Tx
Object
Or
Builder
interface
TxObjectOrBuilder
Functions
Inheritors
Functions
get
From
Link copied to clipboard
abstract
fun
getFrom
(
)
:
String
string from = 1;
get
From
Bytes
Link copied to clipboard
abstract
fun
getFromBytes
(
)
:
ByteString
string from = 1;
get
Txs
Link copied to clipboard
abstract
fun
getTxs
(
index
:
Int
)
:
Txs
repeated .TW.Tezos.Proto.Txs txs = 2;
get
Txs
Count
Link copied to clipboard
abstract
fun
getTxsCount
(
)
:
Int
repeated .TW.Tezos.Proto.Txs txs = 2;
get
Txs
List
Link copied to clipboard
abstract
fun
getTxsList
(
)
:
List
<
Txs
>
repeated .TW.Tezos.Proto.Txs txs = 2;
Inheritors
TxObject
Link copied to clipboard