Skip to main content

Type Alias: TxDetails

type TxDetails = unknown;

Defined in: packages/overcast-core/src/types/index.ts:53

Chain-specific parsed detail of an already-submitted transaction, as returned by an indexer lookup (OvercastIndexerClient.getTransactionInfo). Opaque at the core level; each chain narrows it (e.g. Solana's ParsedTransactionWithMeta).