BridgeReleaseEvent: {
    __type: "BridgeRelease";
    amount: ethers.BigNumber;
    depositTransactionHash: string;
    destinationWallet: string;
    erc20Address: string;
}

Event representing a bridge release.

Property

The amount of the release.

Property

The transaction hash of the corresponding deposit.

Property

The wallet address on the destination network.

Property

The address of the ERC20 token.

Property

The type of the event ("BridgeRelease").

Type declaration

  • __type: "BridgeRelease"
  • amount: ethers.BigNumber
  • depositTransactionHash: string
  • destinationWallet: string
  • erc20Address: string

Generated using TypeDoc