trufflesuite/truffle

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

Summary

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

export default {
  ufixed128x18: { bits: 128, places: 18, typeClass: "ufixed" }
} satisfies Record<string, Format.Types.UfixedType>;