Builder

class Builder
A list of operations and a branch.
Next field: 3
Protobuf type TW.Tezos.Proto.OperationList

Functions

Link copied to clipboard
open fun addAllOperations(values: Iterable<out Operation>): Tezos.OperationList.Builder
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
open fun addOperations(builderForValue: Builder): Tezos.OperationList.Builder
open fun addOperations(value: Operation): Tezos.OperationList.Builder
open fun addOperations(index: Int, builderForValue: Builder): Tezos.OperationList.Builder
open fun addOperations(index: Int, value: Operation): Tezos.OperationList.Builder
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
branch
string branch = 1;
Link copied to clipboard
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
open fun getBranch(): String
branch
string branch = 1;
Link copied to clipboard
open fun getBranchBytes(): ByteString
branch
string branch = 1;
Link copied to clipboard
open fun getOperations(index: Int): Operation
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
open fun getOperationsList(): List<Operation>
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
branch
string branch = 1;
Link copied to clipboard
open fun setBranchBytes(value: ByteString): Tezos.OperationList.Builder
branch
string branch = 1;
Link copied to clipboard
open fun setOperations(index: Int, builderForValue: Builder): Tezos.OperationList.Builder
open fun setOperations(index: Int, value: Operation): Tezos.OperationList.Builder
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;