UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

5 lines (4 loc) 256 B
import * as Format from "../format"; import type { WrapRequest } from "../types"; import type { Case } from "./types"; export declare const functionExternalCases: Case<Format.Types.FunctionExternalType, Format.Values.FunctionExternalValue, WrapRequest>[];