@soma-finance/core-contracts
Version:
SOMA Finance core contracts
34 lines • 1.19 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISeizableSecurity, ISeizableSecurityInterface } from "./ISeizableSecurity";
export declare class ISeizableSecurity__factory {
static readonly erc165InterfaceId = "0xeb9253c0";
static readonly erc1820InterfaceId = "0x7cd09d843c1fa1fd70002eadba4d2ed41c1cbc1da649833e910d6e841f9d1a47";
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: never[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
static createInterface(): ISeizableSecurityInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ISeizableSecurity;
}
//# sourceMappingURL=ISeizableSecurity__factory.d.ts.map