Get transaction receipt by hash

Usage

$ genlayer receipt [options] <txId>

Arguments

  • <txId>

Options

ShortLongDescriptionRequiredDefault
--status <status> Transaction status to wait for (UNINITIALIZED, PENDING,No
PROPOSING, COMMITTING, REVEALING, ACCEPTED,No
UNDETERMINED, FINALIZED, CANCELED, APPEAL_REVEALING,No
APPEAL_COMMITTING, READY_TO_FINALIZE,No
VALIDATORS_TIMEOUT, LEADER_TIMEOUT) (default:No
"FINALIZED")No
--retries <retries> Number of retries (default: 100)No
--interval <interval> Interval between retries in milliseconds (default:No
5000)No
--rpc <rpcUrl> RPC URL for the networkNo
--stdoutPrint only stdout from the receiptNo
--stderrPrint only stderr from the receiptNo
-h--helpdisplay help for commandNo