aeproject inspect
Inspect raw tx
The inspect
command unpacks and verifies raw transaction (nonce, ttl, fee, account balance). It can be used to verify failing transactions to check what the issue is.
Default network is local
, it connects to local node and verifies the transaction.
If you want to inspect your transaction on another network there is optional parameter --network
. You can set testnet
or mainnet
.
or
You can also set your custom network like localhost:9999
and pass and another optional parameter --networkId
in case you are running the node with a custom network id.
Inspected result should look something like this one. Some info, warning or error messages and tx data.
Last updated