RenewFioAddress

Action for renewing a FIO name; renew_fio_address
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.RenewFioAddress

Types

Link copied to clipboard
class Builder
Action for renewing a FIO name; renew_fio_address
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.RenewFioAddress

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard