Type alias Uncle<TQuantity, TIncludeTransactions, TBlockTag, TTransaction>
Uncle<TQuantity, TIncludeTransactions, TBlockTag, TTransaction>: Block<TQuantity, TIncludeTransactions, TBlockTag, TTransaction> Type Parameters
TQuantity = bigint
TIncludeTransactions extends boolean = boolean
TTransaction = Transaction<bigint, number, TBlockTag extends "pending"
? true
: false>