trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/data/codec/location.ts

Summary

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

export default {
  storage: "storage",
  memory: "memory",
  calldata: "calldata"
} satisfies Record<string, Location>;