This command batch executes multiple BTNS
ACTION
commands in a single transaction
Name | Type | Description |
---|---|---|
VERSION |
String | Broadcast Format Version |
COMMAND |
String | Any valid BTNS ACTION with PARAMS |
VERSION|COMMAND;COMMAND
bt:BATCH|0|MINT|0|GAS|60;ISSUE|0|JDOG
This example mints 60 GAS tokens and reserves the JDOG token
- Can only use one
MINT
command in aBATCH
command - Can only use one
ISSUE
command in aBATCH
command - Can only use one
LIST
command in aBATCH
command - Can not use
BATCH
as a command in aBATCH
command
COMMANDS
are separated by a semi-colon;