Documentation ¶
Index ¶
- Variables
- func AppendReceipt(ttx kv.TemporalPutDel, receipt *types.Receipt, cumBlobGasUsed uint64) error
- func ReceiptAsOf(tx kv.TemporalTx, txNum uint64) (cumGasUsed uint64, cumBlobGasused uint64, firstLogIndexWithinBlock uint32, ...)
- func ReceiptAsOfWithApply(tx kv.TemporalTx, txNum uint64, rawLogs types.Logs, txnIdx int, ...) (*types.Receipt, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CumulativeGasUsedInBlockKey = []byte{0x0} CumulativeBlobGasUsedInBlockKey = []byte{0x1} FirstLogIndexKey = []byte{0x2} )
Functions ¶
func AppendReceipt ¶
func ReceiptAsOf ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.