trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/data/codec/format.values.bytes-static-value.ts

Summary

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

export default {
  bytes8: {
    kind: "value",
    type: { kind: "static", length: 8, typeClass: "bytes" },
    value: { asHex: "0x0123456789abcdef" },
    interpretations: {}
  }
} satisfies Record<string, Format.Values.BytesStaticValue>;