UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

3 lines (2 loc) 123 B
import type * as Format from "../common"; export declare function tie(untied: Format.Values.Result): Format.Values.Result;