trufflesuite/truffle

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

Summary

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

export default {
  fixed128x18: { bits: 128, places: 18, typeClass: "fixed" }
} satisfies Record<string, Format.Types.FixedType>;