UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

27 lines (26 loc) 344 B
/** * For decoding of event topics * * @protected * @category ABI data location * * @packageDocumentation */ import * as Decode from "./decode"; export { /** * @protected */ Decode }; import * as Encode from "./encode"; export { /** * @protected */ Encode }; import * as Read from "./read"; export { /** * @protected */ Read };