Variable $TransactionStatusConst
$TransactionStatus: $.Shape< | { type: "Future"; } | { type: "Invalid"; } | { type: "InBlock"; value: `0x${string}`; } | { type: "Ready"; } | { type: "Broadcast"; value: string[]; } | { type: "Retracted"; value: `0x${string}`; } | { type: "FinalityTimeout"; value: `0x${string}`; } | { type: "Finalized"; value: `0x${string}`; } | { type: "Usurped"; value: `0x${string}`; } | { type: "Dropped"; }, | { type: "Future"; } | { type: "Invalid"; } | { type: "InBlock"; value: `0x${string}`; } | { type: "Ready"; } | { type: "Broadcast"; value: string[]; } | { type: "Retracted"; value: `0x${string}`; } | { type: "FinalityTimeout"; value: `0x${string}`; } | { type: "Finalized"; value: `0x${string}`; } | { type: "Usurped"; value: `0x${string}`; } | { type: "Dropped"; }> = ...
Possible transaction status events.
Ref: https://github.com/paritytech/polkadot-sdk/blob/ab3a3bc2786673bfda47646a20f871b8a2e4d59d/substrate/client/transaction-pool/api/src/lib.rs#L58-L132