Builder

class Builder
Acion for adding public chain addresses to a FIO name; add_pub_address
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.AddPubAddress

Functions

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