Creates a NFTBridgeAdapter instance.
Options for the adapter.
L1 bridge contract.
L2 bridge contract.
Provider used to make queries related to cross-chain interactions.
Object that holds the functions that estimates the gas required for a given transaction. Follows the pattern used by ethers.js.
L1 bridge contract.
L2 bridge contract.
Provider used to make queries related to cross-chain interactions.
Object that holds the functions that generate transactions to be signed by the user. Follows the pattern used by ethers.js.
Gets all deposits for a given address.
All deposit token bridge messages sent by the given address.
Gets all withdrawals for a given address.
All withdrawal token bridge messages sent by the given address.
Checks whether the given token pair is supported by the bridge.
Whether the given token pair is supported by the bridge.
Generated using TypeDoc
Bridge adapter for any token bridge that uses the standard token bridge interface.