trufflesuite/truffle

View on GitHub
packages/codec/lib/memory/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * For allocation and decoding of memory data
 *
 * @category Solidity data location
 *
 * @packageDocumentation
 */

import * as Allocate from "./allocate";
export { Allocate };

import * as Decode from "./decode";
export { Decode };