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.

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>  

Last updated