@api3/airnode-abi

The Airnode-ABI package provides a unique way to encode and decode parameters. Parameters are provided with encoding types, names and values. The types are shortened and grouped with a version as the "header". The name/value pairs are then grouped and enc

Usage no npm install needed!

<script type="module">
  import api3AirnodeAbi from 'https://cdn.skypack.dev/@api3/airnode-abi';
</script>

README

@api3/airnode-abi

The Airnode-ABI package provides a unique way to encode and decode parameters. Parameters are provided with encoding types, names and values. The types are shortened and grouped with a version as the "header". The name/value pairs are then grouped and encoded as the rest of the body.

For more information see the API3 Documentation.