BaseTransactionContext

class eth.vm.transaction_context.BaseTransactionContext(gas_price: int, origin: Address, blob_versioned_hashes: Sequence[Hash32] | None = None)
get_next_log_counter() int

Increment and return the log counter.

property blob_versioned_hashes: Sequence[Hash32]

Return the blob versioned hashes of the transaction context.

property gas_price: int

Return the gas price of the transaction context.

property origin: Address

Return the origin of the transaction context.