包详细信息

@truffle/encoder

trufflesuite4.4kMIT不推荐使用1.0.27

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Recognizes user input for Soldiity values, resolves overloads, and encodes to binary

abi, contract, encoder, ethereum

自述文件

Truffle Encoder

This module, @truffle/encoder, provides an interface for encoding user input to Solidity transactions as well as resolving overloads. It can also be used to process user-input Solidity values for other purposes such as specifying mapping keys.

For detailed instructions on how to use this module, please see the API documentation.

Install

$ npm install --save @truffle/encoder

This module does not provide a CLI; it is entirely meant to be used as part of a larger JavaScript or TypeScript program.

Usage and Documentation

Please see the API documentation for detailed usage instructions.

License

As part of the larger Truffle Suite, this module is MIT-licensed.