@typechain/truffle-v5
Version:
🔌 TypeChain target for Truffle-v5
6 lines (5 loc) • 396 B
TypeScript
import { AbiOutputParameter, AbiParameter, EvmOutputType, EvmType } from 'typechain';
export declare function codegenInputTypes(input: Array<AbiParameter>): string;
export declare function codegenOutputTypes(outputs: Array<AbiOutputParameter>): string;
export declare function codegenInputType(evmType: EvmType): string;
export declare function codegenOutputType(evmType: EvmOutputType): string;