BridgeDepositEvent: {
    __type: "BridgeDeposit";
    amount: ethers.BigNumber;
    destinationChainId: number;
    destinationWallet: string;
    erc20Address: string;
}

Event representing a bridge deposit.

Property

The amount of the deposit.

Property

The chain ID of the destination network.

Property

The wallet address on the destination network.

Property

The address of the ERC20 token.

Property

The type of the event ("BridgeDeposit").

Type declaration

  • __type: "BridgeDeposit"
  • amount: ethers.BigNumber
  • destinationChainId: number
  • destinationWallet: string
  • erc20Address: string

Generated using TypeDoc