@meterio/devkit
Version:
Typescript library to aid DApp development on Meter network
23 lines (22 loc) • 509 B
TypeScript
import { abi } from './abi';
export declare const ERC165ABI: {
supportsInterfaceABI: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
};
};
export declare const ERC165: {
supportsInterface: abi.Function;
interfaceID: string;
};