trufflesuite/truffle

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

Summary

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

export default {
  type: { kind: "general", typeClass: "address" }
} satisfies Record<string, Format.Types.AddressTypeGeneral>;