Type Alias: TxInfo
type TxInfo = object;
Defined in: packages/overcast-core/src/types/index.ts:32
The outcome of submitting a transaction to a settlement layer. Returned by OvercastChainSigner.submit and, by extension, every SigningWriter method.
Properties
confirmed
confirmed: boolean;
Defined in: packages/overcast-core/src/types/index.ts:36
Whether the transaction reached the requested commitment / finality.
hash
hash: TxHash;
Defined in: packages/overcast-core/src/types/index.ts:34
The submitted transaction's unique on-chain identifier (signature / hash).