UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

26 lines (25 loc) 337 B
/** * For decoding of primitives and constants * * @protected * * @packageDocumentation */ import * as Decode from "./decode"; export { /** * @protected */ Decode }; import * as Encode from "./encode"; export { /** * @protected */ Encode }; import * as Allocate from "./allocate"; export { /** * @protected */ Allocate };