Type alias FormattedTransaction<TChain, TBlockTag, _FormatterReturnType, _ExcludedPendingDependencies>

FormattedTransaction<TChain, TBlockTag, _FormatterReturnType, _ExcludedPendingDependencies>: UnionOmit<_FormatterReturnType, TransactionPendingDependencies> & {
    [_key in _ExcludedPendingDependencies]: never
} & Pick<Transaction<bigint, number, TBlockTag extends "pending"
    ? true
    : false>, TransactionPendingDependencies>

Type Parameters

Generated using TypeDoc