UNPKG

@biconomy-devx/ethers-lib

Version:

Ethers library adapter to be used by Biconomy SDK

13 lines (12 loc) 702 B
import { DefaultCallbackHandlerContract } from '@biconomy-devx/core-types'; import { DefaultCallbackHandler_v1_0_0 as DefaultCallbackHandlerContract_TypeChain } from '../../../../typechain/src/ethers-v5/v1.0.0/DefaultCallbackHandler_v1_0_0'; import { Contract } from '@ethersproject/contracts'; import { Interface } from 'ethers/lib/utils'; declare class DefaultCallbackHandlerEthersContract implements DefaultCallbackHandlerContract { contract: DefaultCallbackHandlerContract_TypeChain; constructor(contract: DefaultCallbackHandlerContract_TypeChain); getAddress(): string; getInterface(): Interface; getContract(): Contract; } export default DefaultCallbackHandlerEthersContract;