UNPKG

@meterio/devkit

Version:

Typescript library to aid DApp development on Meter network

18 lines (17 loc) 394 B
import { abi } from './abi'; export declare const EIP173ABI: { OwnershipTransferredABI: { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; }; }; export declare const EIP173: { OwnershipTransferred: abi.Event; };