Socket
Socket
Sign inDemoInstall

api-xps3-eth-abi

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    api-xps3-eth-abi

XPS3 module encode and decode EVM in/output.


Version published
Maintainers
1
Created

Readme

Source

xps3-eth-abi

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of xps3.

This is the abi package used in the web3-eth package.

Please read the documentation for more.

Installation

Node.js

npm install xps3-eth-abi

Usage

const Web3EthAbi = require('xps3-eth-abi');

Web3EthAbi.encodeFunctionSignature('myMethod(uint256,string)');
> '0x24ee0097'

Types

All the TypeScript typings are placed in the types folder.

FAQs

Last updated on 20 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc