Type Alias: TxInfo
type TxInfo = object;
Defined in: packages/overcast-core/src/types/index.ts:38
The outcome of submitting a transaction to a settlement layer. Returned by ["submit"] and, by extension, by every SigningWriter method — as one TxStep per transaction the operation took, since an operation is not always a single transaction.
Properties
confirmed
confirmed: boolean;
Defined in: packages/overcast-core/src/types/index.ts:42
Whether the transaction reached the requested commitment / finality.
description?
optional description?: string;
Defined in: packages/overcast-core/src/types/index.ts:44
An optional description of the transaction
hash
hash: TxHash;
Defined in: packages/overcast-core/src/types/index.ts:40
The submitted transaction's unique on-chain identifier (signature / hash).