Action

Different Actions
Protobuf type TW.FIO.Proto.Action

Types

Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
class Builder
Different Actions
Protobuf type TW.FIO.Proto.Action
Link copied to clipboard
Link copied to clipboard
Action for creating a new payment request; new_funds_request
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.NewFundsRequest
Link copied to clipboard
Link copied to clipboard
Action for registering a FIO name; register_fio_address
Protobuf type TW.FIO.Proto.Action.RegisterFioAddress
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Action for transferring FIO coins; transfer_tokens_pub_key
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.Transfer
Link copied to clipboard

Functions

Link copied to clipboard
open fun getAddPubAddressMessage(): AddPubAddress
.TW.FIO.Proto.Action.AddPubAddress add_pub_address_message = 2;
Link copied to clipboard
open fun getDefaultInstance(): Action
Link copied to clipboard
open fun getNewFundsRequestMessage(): NewFundsRequest
.TW.FIO.Proto.Action.NewFundsRequest new_funds_request_message = 5;
Link copied to clipboard
open fun getRegisterFioAddressMessage(): RegisterFioAddress
.TW.FIO.Proto.Action.RegisterFioAddress register_fio_address_message = 1;
Link copied to clipboard
open fun getRenewFioAddressMessage(): RenewFioAddress
.TW.FIO.Proto.Action.RenewFioAddress renew_fio_address_message = 4;
Link copied to clipboard
open fun getTransferMessage(): Transfer
.TW.FIO.Proto.Action.Transfer transfer_message = 3;
Link copied to clipboard
.TW.FIO.Proto.Action.AddPubAddress add_pub_address_message = 2;
Link copied to clipboard
.TW.FIO.Proto.Action.NewFundsRequest new_funds_request_message = 5;
Link copied to clipboard
.TW.FIO.Proto.Action.RegisterFioAddress register_fio_address_message = 1;
Link copied to clipboard
.TW.FIO.Proto.Action.RenewFioAddress renew_fio_address_message = 4;
Link copied to clipboard
.TW.FIO.Proto.Action.Transfer transfer_message = 3;
Link copied to clipboard
open fun newBuilder(prototype: Action): FIO.Action.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Action
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Action
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Action
open fun parseFrom(data: ByteString): Action
open fun parseFrom(input: CodedInputStream): Action
open fun parseFrom(input: InputStream): Action
open fun parseFrom(data: ByteBuffer): Action
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Action
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Action
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Action
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Action
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Action
Link copied to clipboard
open fun parser(): Parser<Action>

Properties