package TW.FIO.Proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Action

FIO.proto:39

Different Actions

Used in: SigningInput

message Action.AddPubAddress

FIO.proto:56

Acion for adding public chain addresses to a FIO name; add_pub_address Note: actor is not needed, computed from private key

Used in: Action

message Action.NewFundsRequest

FIO.proto:95

Action for creating a new payment request; new_funds_request Note: actor is not needed, computed from private key

Used in: Action

message Action.RegisterFioAddress

FIO.proto:41

Action for registering a FIO name; register_fio_address

Used in: Action

message Action.RenewFioAddress

FIO.proto:82

Action for renewing a FIO name; renew_fio_address Note: actor is not needed, computed from private key

Used in: Action

message Action.Transfer

FIO.proto:69

Action for transferring FIO coins; transfer_tokens_pub_key Note: actor is not needed, computed from private key

Used in: Action

message ChainParams

FIO.proto:123

Represents current parameters of the FIO blockchain

Used in: SigningInput

message NewFundsContent

FIO.proto:18

Payload content for New Funds requests

Used in: Action.NewFundsRequest

message PublicAddress

FIO.proto:9

A public blockchain address, such as {"BTC", "bc1qvy4074rggkdr2pzw5vpnn62eg0smzlxwp70d7v"}

Used in: Action.AddPubAddress

message SigningInput

FIO.proto:135

Input data necessary to create a signed transaction.

message SigningOutput

FIO.proto:153

Result containing the signed and encoded transaction.