Hedera Transaction Tool Demo
v0.10.0
v0.10.0
  • Overview
  • Configuration
  • Installation
  • Keys
    • Generate a key
    • Import keys
    • Add public keys
    • Change your key name
    • Change your key password
    • Export your public key
    • Recovery your keys
    • Forgot your key password
    • View your recovery phrase
    • Change your recovery phrase password
    • Forgot your recovery phrase password
  • Accounts
    • Add an account
    • Change account name
    • Import accounts
    • Add new account
    • Add account network
    • Get account balance
    • Get account info
  • Create Transactions
    • Create an account
    • Update an account
    • Transfer hbar
    • File contents update
    • Admin remove content
    • Admin restore content
    • Create transactions from an existing transaction
    • Software update
  • Sign Transactions
    • Individual transactions
    • Multiple (batch) transactions
  • History
  • Settings
  • Software Update
  • CLI Commands
    • Launch CLI
    • Change key formats
    • Get account info
    • Collate transactions
    • Submit transactions
Powered by GitBook
On this page

Was this helpful?

  1. CLI Commands

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>

PreviousCollate transactions

Last updated 3 years ago

Was this helpful?