@soma-finance/core-contracts
Version:
SOMA Finance core contracts
38 lines • 1.23 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IGuardable, IGuardableInterface } from "./IGuardable";
export declare class IGuardable__factory {
static readonly erc165InterfaceId = "0x723711d8";
static readonly erc1820InterfaceId = "0x50922a1e52edcf4ab538b7b8efc906a6ff19734f7d3abd007727de982f6f47af";
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(): IGuardableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IGuardable;
}
//# sourceMappingURL=IGuardable__factory.d.ts.map