Transactions
receipt

Get transaction receipt by hash

Usage

$ genlayer receipt [options] <txId>

Arguments

  • <txId>

Options

ShortLongDescriptionRequiredDefault
--status <status>Transaction status to wait for (UNINITIALIZED, PENDING, PROPOSING, COMMITTING, REVEALING, ACCEPTED, UNDETERMINED, FINALIZED, CANCELED, APPEAL_REVEALING, APPEAL_COMMITTING, READY_TO_FINALIZE, VALIDATORS_TIMEOUT, LEADER_TIMEOUT) (default: "FINALIZED")No
--retries <retries>Number of retriesNo100
--interval <interval>Interval between retries in milliseconds (default: 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