L1Transaction
Classes
L1ContractCallTransactionReceipt
An L1TransactionReceipt with additional functionality that only exists if the transaction created a single call to an L2 contract - this includes token deposits.
Extends
L1TransactionReceipt
Methods
getEthDeposits()
getEthDeposits(l2Provider: Provider): Promise<EthDepositMessage[]>
Get any eth deposit messages created by this transaction
Parameters
Parameter | Type |
---|---|
l2Provider | Provider |