UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

3 lines (2 loc) 157 B
import { ContractInfo, PropInfo } from './ContractInfoProcessor'; export declare const getAllPropInfos: (contractInfo: ContractInfo) => readonly PropInfo[];