RegisterFioAddress

Action for registering a FIO name; register_fio_address
Protobuf type TW.FIO.Proto.Action.RegisterFioAddress

Types

Link copied to clipboard
class Builder
Action for registering a FIO name; register_fio_address
Protobuf type TW.FIO.Proto.Action.RegisterFioAddress

Functions

Link copied to clipboard
open fun getDefaultInstance(): RegisterFioAddress
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 to be registered. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
open fun getFioAddressBytes(): ByteString
The FIO name to be registered. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string owner_fio_public_key = 2;
Link copied to clipboard
open fun getOwnerFioPublicKeyBytes(): ByteString
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string owner_fio_public_key = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): RegisterFioAddress
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): RegisterFioAddress
open fun parseFrom(data: ByteString): RegisterFioAddress
open fun parseFrom(input: CodedInputStream): RegisterFioAddress
open fun parseFrom(input: InputStream): RegisterFioAddress
open fun parseFrom(data: ByteBuffer): RegisterFioAddress
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): RegisterFioAddress
Link copied to clipboard
open fun parser(): Parser<RegisterFioAddress>

Properties

Link copied to clipboard
Link copied to clipboard