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