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

Collate transactions

Collates transaction and corresponding signature files with the same names. This command includes steps to verify the transactions.

After the transactions are collated a zip file is generated that includes a verification.csv file, the signature file (.txsig), the signature(s) (.sig) files, and the transaction (.tx) file. The CSV file generated includes the transaction, account ID, and key that signed the transaction.

Command

collate

col

Argument

Description

Optional/Required

-a

--info-files=<infoFilesLocation>

The path to the account info file or directory of files related to the transaction (.info). No spaces in folder names.

Optional

-f

--folders

Root folder containing the transaction (.tx) and signatures (.sig). No spaces in folder name.

Required

-k

--key-files=<keyFilesLocation>

File or directory of file containing public keys involved in the transaction (.pub). No spaces in folder name.

Optional

-o

--output-directory=<outputLocation>

Folder where the transactions will be stored.

Default: stores in the same folder the transactions are contained within the root folder (.txsig)

Optional

bash launch.sh collate

Example

bash launch.sh col -a <path to folder containing account info> -f </path/to/transaction/and/signature/files/1625538609-0_0_9401-2092093589-testnetKey> -k </path/to/publicKey>  
PreviousGet account infoNextSubmit transactions

Last updated 3 years ago

Was this helpful?