AddPubAddress

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

Types

Link copied to clipboard
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
open fun getDefaultInstance(): AddPubAddress
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
open fun getPublicAddressesOrBuilder(index: Int): PublicAddressOrBuilder
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 getPublicAddressesOrBuilderList(): List<out PublicAddressOrBuilder>
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): AddPubAddress
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AddPubAddress
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): AddPubAddress
open fun parseFrom(data: ByteString): AddPubAddress
open fun parseFrom(input: CodedInputStream): AddPubAddress
open fun parseFrom(input: InputStream): AddPubAddress
open fun parseFrom(data: ByteBuffer): AddPubAddress
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AddPubAddress
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AddPubAddress
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AddPubAddress
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AddPubAddress
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AddPubAddress
Link copied to clipboard
open fun parser(): Parser<AddPubAddress>

Properties

Link copied to clipboard
Link copied to clipboard