trufflesuite/truffle

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

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * For decoding of special/magic variables
 *
 * @protected
 * @category Solidity data location
 *
 * @packageDocumentation
 */

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

import * as Read from "./read";
export {
  /**
   * @protected
   */
  Read
};