Generic Action
Generic action. Using one of the more specific actions (e.g. transfers, see below) is recommended.
Content copied to clipboard
TW.MultiversX.Proto.GenericAction
Types
Functions
Link copied to clipboard
Accounts involved
Content copied to clipboard
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
additional data
Content copied to clipboard
string data = 3;
Link copied to clipboard
Link copied to clipboard
Currently, the "options" field should be ignored (not set) by applications using TW Core.
In the future, TW Core will handle specific transaction options
when building and signing transactions.
Content copied to clipboard
uint32 options = 5;
Link copied to clipboard
amount
Content copied to clipboard
string value = 2;
Link copied to clipboard
transaction version
Content copied to clipboard
uint32 version = 4;
Link copied to clipboard
Accounts involved
Content copied to clipboard
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): GenericAction
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): GenericAction