AddPubAddressOrBuilder

Functions

Link copied to clipboard
abstract fun getFee(): Long
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 3;
Link copied to clipboard
abstract fun getFioAddress(): String
The FIO name already registered to the owner. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
abstract fun getFioAddressBytes(): ByteString
The FIO name already registered to the owner. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
abstract fun getPublicAddresses(index: Int): PublicAddress
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
abstract fun getPublicAddressesList(): List<PublicAddress>
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;

Inheritors

Link copied to clipboard