@biconomy-devx/ethers-lib
Version:
Ethers library adapter to be used by Biconomy SDK
5 lines (4 loc) • 358 B
TypeScript
import { ContractTransaction } from '@ethersproject/contracts';
import { IEthersTransactionOptions, IEthersTransactionResult } from '../Types';
export declare function sameString(str1: string, str2: string): boolean;
export declare function toTxResult(transactionResponse: ContractTransaction, options?: IEthersTransactionOptions): IEthersTransactionResult;