proto/FIO.pbserver
library
Classes
-
Action
-
Different Actions
-
Action_AddBundledTransactions
-
Action for adding
100 * bundle_sets
bundled transactions to the supplied FIO Handle. When bundles are purchased one or more sets of bundled transactions are added to the existing count.
-
Action_AddPubAddress
-
Acion for adding public chain addresses to a FIO name; add_pub_address
Note: actor is not needed, computed from private key
-
Action_NewFundsRequest
-
Action for creating a new payment request; new_funds_request
Note: actor is not needed, computed from private key
-
Action_RegisterFioAddress
-
Action for registering a FIO name; register_fio_address
-
Action_RemoveAllPubAddress
-
Action for removing public chain addresses from a FIO name; remove_pub_address
Note: actor is not needed, computed from private key
-
Action_RemovePubAddress
-
Action for removing public chain addresses from a FIO name; remove_pub_address
Note: actor is not needed, computed from private key
-
Action_RenewFioAddress
-
Action for renewing a FIO name; renew_fio_address
Note: actor is not needed, computed from private key
-
Action_Transfer
-
Action for transferring FIO coins; transfer_tokens_pub_key
Note: actor is not needed, computed from private key
-
ChainParams
-
Represents current parameters of the FIO blockchain
-
NewFundsContent
-
Payload content for New Funds requests
-
PublicAddress
-
A public blockchain address, such as {"BTC", "bc1qvy4074rggkdr2pzw5vpnn62eg0smzlxwp70d7v"}
-
SigningInput
-
Input data necessary to create a signed transaction.
-
SigningOutput
-
Result containing the signed and encoded transaction.