UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

4 lines (3 loc) 93 B
export interface KeyedHelper<Options> { readonly getKey: (options: Options) => string; }