UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

4 lines (3 loc) 174 B
import type * as Format from "../format"; import type { Case } from "./types"; export declare const boolCases: Case<Format.Types.BoolType, Format.Values.BoolValue, never>[];