UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

6 lines (5 loc) 238 B
import { BuiltinInterface as BuiltinInterfaceType, BuiltinType } from './types'; export declare abstract class BuiltinInterface implements BuiltinInterfaceType { readonly types: Set<BuiltinType>; readonly canImplement: boolean; }