@truffle/codec
Version:
Library for encoding and decoding smart contract data
21 lines (20 loc) • 282 B
TypeScript
/**
* 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 };