Builder

class Builder
Necessary tag for type function argument
Protobuf type TW.Aptos.Proto.StructTag

Functions

Link copied to clipboard
Address of the account
string account_address = 1;
Link copied to clipboard
Module name
string module = 2;
Link copied to clipboard
Identifier
string name = 3;
Link copied to clipboard
Address of the account
string account_address = 1;
Link copied to clipboard
open fun getAccountAddressBytes(): ByteString
Address of the account
string account_address = 1;
Link copied to clipboard
open fun getModule(): String
Module name
string module = 2;
Link copied to clipboard
open fun getModuleBytes(): ByteString
Module name
string module = 2;
Link copied to clipboard
open fun getName(): String
Identifier
string name = 3;
Link copied to clipboard
open fun getNameBytes(): ByteString
Identifier
string name = 3;
Link copied to clipboard
Address of the account
string account_address = 1;
Link copied to clipboard
open fun setAccountAddressBytes(value: ByteString): Aptos.StructTag.Builder
Address of the account
string account_address = 1;
Link copied to clipboard
Module name
string module = 2;
Link copied to clipboard
open fun setModuleBytes(value: ByteString): Aptos.StructTag.Builder
Module name
string module = 2;
Link copied to clipboard
Identifier
string name = 3;
Link copied to clipboard
open fun setNameBytes(value: ByteString): Aptos.StructTag.Builder
Identifier
string name = 3;