Type alias FormattedBlock<TChain, TIncludeTransactions, TBlockTag, _FormatterReturnType, _ExcludedPendingDependencies, _Formatted, _Transactions>
FormattedBlock<TChain, TIncludeTransactions, TBlockTag, _FormatterReturnType, _ExcludedPendingDependencies, _Formatted, _Transactions>: Omit<_Formatted, "transactions"> & { transactions: _Transactions; } Type declaration
transactions: _Transactions