WalletCore
WalletCore
/
wallet.core.jni.proto
/
Tezos
/
OperationList
/
Builder
/
addOperations
add
Operations
open
fun
addOperations
(
value
:
Operation
)
:
Tezos.OperationList.Builder
open
fun
addOperations
(
index
:
Int
,
value
:
Operation
)
:
Tezos.OperationList.Builder
open
fun
addOperations
(
builderForValue
:
Builder
)
:
Tezos.OperationList.Builder
open
fun
addOperations
(
index
:
Int
,
builderForValue
:
Builder
)
:
Tezos.OperationList.Builder
list of operations
Content copied to clipboard
repeated .TW.Tezos.Proto.Operation operations = 2;