Tx Commands
Subcommands
bb tx status <hash> # one-shot status fetch
bb tx wait <hash> [--timeout 60s] # poll until committed/failedtx status <hash>
tx status <hash>bb tx status 0F46899E29754227DE90F702754CDC74FD39EA37527F2C1E307655C15E910D81 --mainnet
# {
# "ok": true,
# "data": {
# "via": "cosmos",
# "hash": "0F46899E...",
# "height": "10000000",
# "code": 0,
# "gasUsed": "156490",
# "events": [...]
# },
# "warnings": [],
# "error": null
# }Exit codes
Code
Meaning
Hash format
Network selection
tx wait <hash>
tx wait <hash>Flag
Default
Description
Exit codes
Worked example: deploy β wait β confirm
Why no indexer route?
Last updated