trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/data/codec/format.values.string-value-info-malformed.ts

Summary

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

export default {
  fffff: { kind: "malformed", asHex: "0xfffff" }
} satisfies Record<string, Format.Values.StringValueInfoMalformed>;