rpc
Interfaces
ArbTransactionReceipt
Eth transaction receipt with additional arbitrum specific fields
Extends
TransactionReceipt
Properties
Property | Type | Description | Defined in |
---|---|---|---|
gasUsedForL1 | BigNumber | Amount of gas spent on l1 computation in units of l2 gas | dataEntities/rpc.ts:38 |
l1BlockNumber | number | The l1 block number that would be used for block.number calls that occur within this transaction. See https://developer.offchainlabs.com/docs/time_in_arbitrum | dataEntities/rpc.ts:34 |