conflux-web-cfx-abi

ConfluxWeb module encode and decode EVM in/output.

Usage no npm install needed!

<script type="module">
  import confluxWebCfxAbi from 'https://cdn.skypack.dev/conflux-web-cfx-abi';
</script>

README

conflux-web-cfx-abi

This is a sub package of ConfluxWeb

This is the abi package will be used in the conflux-web-cfx package.

Installation

npm install conflux-web-cfx-abi

Usage

import {AbiCoder} from 'conflux-web-cfx-abi';

new AbiCoder();

Types

All the typescript typings are placed in the types folder.