Builder

class Builder

Protobuf type TW.Tezos.Proto.FA12Parameters

Functions

Link copied to clipboard
string entrypoint = 1;
Link copied to clipboard
string from = 2;
Link copied to clipboard
string to = 3;
Link copied to clipboard
string value = 4;
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 getFrom(): String
string from = 2;
Link copied to clipboard
open fun getFromBytes(): ByteString
string from = 2;
Link copied to clipboard
open fun getTo(): String
string to = 3;
Link copied to clipboard
open fun getToBytes(): ByteString
string to = 3;
Link copied to clipboard
open fun getValue(): String
string value = 4;
Link copied to clipboard
open fun getValueBytes(): ByteString
string value = 4;
Link copied to clipboard
string entrypoint = 1;
Link copied to clipboard
string entrypoint = 1;
Link copied to clipboard
string from = 2;
Link copied to clipboard
open fun setFromBytes(value: ByteString): Tezos.FA12Parameters.Builder
string from = 2;
Link copied to clipboard
string to = 3;
Link copied to clipboard
open fun setToBytes(value: ByteString): Tezos.FA12Parameters.Builder
string to = 3;
Link copied to clipboard
string value = 4;
Link copied to clipboard
open fun setValueBytes(value: ByteString): Tezos.FA12Parameters.Builder
string value = 4;