@theqrl/abi
v1.0.0
Published
Utilities and Classes for parsing, formatting and managing QRL ABIs.
Downloads
1,036
Readme
QRL ABI Coder
This sub-module is a fork of the ethers project.
It is responsible for encoding and decoding the Application Binary Interface (ABI) used by most QRL smart contracts to interoperate between other smart contracts and clients.
More information, can be inferred from the ethers project documentation.
Importing
const {
ConstructorFragment,
EventFragment,
Fragment,
FunctionFragment,
ParamType,
FormatTypes,
AbiCoder,
defaultAbiCoder,
Interface,
Indexed,
/////////////////////////
// Types
CoerceFunc,
JsonFragment,
JsonFragmentType,
Result,
checkResultErrors,
LogDescription,
TransactionDescription,
} = require('@theqrl/abi');License
MIT License
