trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/data/codec/format.types.bool-type.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Format } from "@truffle/codec";

export default {
  type: { typeClass: "bool", typeHint: "bool" }
} satisfies Record<string, Format.Types.BoolType>;