@soma-finance/core-contracts
Version:
SOMA Finance core contracts
38 lines • 1.25 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { TokenRecovery, TokenRecoveryInterface } from "./TokenRecovery";
export declare class TokenRecovery__factory {
static readonly erc165InterfaceId = "0x1b9dfa95";
static readonly erc1820InterfaceId = "0x770d0c7e06ddb10f653b3b3967bd63020c04c94056f158c160640afd1ded2718";
static readonly abi: ({
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
outputs?: undefined;
stateMutability?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
static createInterface(): TokenRecoveryInterface;
static connect(address: string, signerOrProvider: Signer | Provider): TokenRecovery;
}
//# sourceMappingURL=TokenRecovery__factory.d.ts.map