trufflesuite/truffle

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

Summary

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

export default {
  int256: { bits: 256, typeClass: "int" }
} satisfies Record<string, Format.Types.IntType>;