Builder

class Builder

Protobuf type TW.Tezos.Proto.FA2Parameters

Functions

Link copied to clipboard
open fun addAllTxsObject(values: Iterable<out TxObject>): Tezos.FA2Parameters.Builder
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun addTxsObject(builderForValue: Builder): Tezos.FA2Parameters.Builder
open fun addTxsObject(value: TxObject): Tezos.FA2Parameters.Builder
open fun addTxsObject(index: Int, builderForValue: Builder): Tezos.FA2Parameters.Builder
open fun addTxsObject(index: Int, value: TxObject): Tezos.FA2Parameters.Builder
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
string entrypoint = 1;
Link copied to clipboard
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun getEntrypoint(): String
string entrypoint = 1;
Link copied to clipboard
open fun getEntrypointBytes(): ByteString
string entrypoint = 1;
Link copied to clipboard
open fun getTxsObject(index: Int): TxObject
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun getTxsObjectList(): List<TxObject>
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
string entrypoint = 1;
Link copied to clipboard
open fun setEntrypointBytes(value: ByteString): Tezos.FA2Parameters.Builder
string entrypoint = 1;
Link copied to clipboard
open fun setTxsObject(index: Int, builderForValue: Builder): Tezos.FA2Parameters.Builder
open fun setTxsObject(index: Int, value: TxObject): Tezos.FA2Parameters.Builder
repeated .TW.Tezos.Proto.TxObject txs_object = 2;