quartz/wallet/node_modules/@3rdweb/sdk/dist/common/forwarder.d.ts
2022-03-04 20:05:23 +08:00

31 lines
673 B
TypeScript

import { BaseContract, BigNumber } from "ethers";
/**
* @internal
*/
export declare const ForwardRequest: {
name: string;
type: string;
}[];
/**
* @internal
*/
export declare const BiconomyForwarderAbi: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
}[];
/**
* @internal
*/
export declare function getAndIncrementNonce(forwarder: BaseContract, forwarderFunction: string, forwarderArgs: any[]): Promise<BigNumber>;