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|1000;ISSUE|0|JDOG
This example mints 1000 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