Common methods
isDeposited¶
The isDeposited method can be used to check if a deposit has been completed.
const isDeposited = await zkEvmClient.isDeposited(tx_hash);
isDepositClaimable¶
The isDepositClaimable method checks if a deposit can be claimed on the network.
const isDepositClaimable = await zkEvmClient.isDepositClaimable(tx_hash);
isWithdrawExitable¶
This method checks if the withdrawal process can be exited.
const isWithdrawExitable = await zkEvmClient.isWithdrawExitable(tx_hash);
isExited¶
isExited method checks if a withdrawal has been exited. It returns a boolean value.
const isExited = await zkEvmClient.isExited(tx_hash);
Last update:
January 17, 2024
Authors: