UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

9 lines (8 loc) 234 B
/** * @protected * * @packageDocumentation */ import type * as Format from "../../format/common"; import type { Parameter } from "@truffle/abi-utils"; export declare function abiParameterToType(abi: Parameter): Format.Types.Type;