accumulate tx execute <principal> <signer> <payload>
<payload> is a JSON-formatted transaction. repeatable: true means the property can be multi-valued (can be an array).
Shortcuts
- The payload is actually parsed as YAML which allows a number of convenient shortcuts like omitting quotes if the datatype of a value is unambiguous.
- Array braces (
[ and ]) can be omitted when the array contains exactly one entry.
accumulate tx execute <principal> <signer> <payload><payload>is a JSON-formatted transaction.repeatable: truemeans the property can be multi-valued (can be an array).Shortcuts
[and]) can be omitted when the array contains exactly one entry.