Builder

class Builder

Protobuf type TW.Tezos.Proto.Txs

Functions

Link copied to clipboard
string amount = 3;
Link copied to clipboard
string to = 1;
Link copied to clipboard
string token_id = 2;
Link copied to clipboard
open fun getAmount(): String
string amount = 3;
Link copied to clipboard
open fun getAmountBytes(): ByteString
string amount = 3;
Link copied to clipboard
open fun getTo(): String
string to = 1;
Link copied to clipboard
open fun getToBytes(): ByteString
string to = 1;
Link copied to clipboard
open fun getTokenId(): String
string token_id = 2;
Link copied to clipboard
open fun getTokenIdBytes(): ByteString
string token_id = 2;
Link copied to clipboard
string amount = 3;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): Tezos.Txs.Builder
string amount = 3;
Link copied to clipboard
open fun setTo(value: String): Tezos.Txs.Builder
string to = 1;
Link copied to clipboard
open fun setToBytes(value: ByteString): Tezos.Txs.Builder
string to = 1;
Link copied to clipboard
string token_id = 2;
Link copied to clipboard
open fun setTokenIdBytes(value: ByteString): Tezos.Txs.Builder
string token_id = 2;