OperationListOrBuilder

Functions

Link copied to clipboard
abstract fun getBranch(): String
branch
string branch = 1;
Link copied to clipboard
abstract fun getBranchBytes(): ByteString
branch
string branch = 1;
Link copied to clipboard
abstract fun getOperations(index: Int): Operation
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
abstract fun getOperationsCount(): Int
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;
Link copied to clipboard
abstract fun getOperationsList(): List<Operation>
list of operations
repeated .TW.Tezos.Proto.Operation operations = 2;

Inheritors

Link copied to clipboard