Builder

class Builder

Protobuf type TW.Tezos.Proto.TxObject

Functions

Link copied to clipboard
open fun addAllTxs(values: Iterable<out Txs>): Tezos.TxObject.Builder
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun addTxs(builderForValue: Builder): Tezos.TxObject.Builder
open fun addTxs(value: Txs): Tezos.TxObject.Builder
open fun addTxs(index: Int, builderForValue: Builder): Tezos.TxObject.Builder
open fun addTxs(index: Int, value: Txs): Tezos.TxObject.Builder
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
string from = 1;
Link copied to clipboard
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getFrom(): String
string from = 1;
Link copied to clipboard
open fun getFromBytes(): ByteString
string from = 1;
Link copied to clipboard
open fun getTxs(index: Int): Txs
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsCount(): Int
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsList(): List<Txs>
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
string from = 1;
Link copied to clipboard
open fun setFromBytes(value: ByteString): Tezos.TxObject.Builder
string from = 1;
Link copied to clipboard
open fun setTxs(index: Int, builderForValue: Builder): Tezos.TxObject.Builder
open fun setTxs(index: Int, value: Txs): Tezos.TxObject.Builder
repeated .TW.Tezos.Proto.Txs txs = 2;