Submit transactions

Submit signed transactions to a Hedera network. The transaction and signature files must be collated prior to submission.

Command

submit

sbm

Argument

Description

Optional/Required

-d

--delay=<delay>

Delay in seconds between the transaction valid start and the actual submission (Default 5 seconds)

Optional

-h

Displays the command arguments and descriptions

Optional

-i

--interval=readyTime>

Wake up time. If transactions will be submitted in the future, the app will wait until there are this amount of seconds left before waking up

app will sleep until interval seconds and start to create submitters. Default: 180 seconds/3 minutes

Optional

-n

--network=<submissionClient>

The network where the transactions will be sent Options : MAINNET, TESTNET, and PREVIEWNET default: mainnet

Required

-o

--output-directory=<out>

Folder where the receipts will be stored. Default is an out folder in root directory. No spaces in folder names.

Optional

-t

--file-with-transaction=<transactionFiles>

The path(s) to the transaction file(s) or directory that contains the collated transaction files (.txsig). No spaces in folder names.

Required

 bash launch.sh submit -n <network> -t <signed transaction files>

Last updated