Socket
Socket
Sign inDemoInstall

web3-eth-abi

Package Overview
Dependencies
Maintainers
4
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-abi - npm Package Compare versions

Comparing version 4.2.5-dev.6f9a485.0 to 4.2.5-dev.76c468a.0

2

lib/commonjs/api/logs_api.d.ts

@@ -49,2 +49,2 @@ /**

*/
export declare const decodeLog: <ReturnType_1 extends DecodedParams>(inputs: Array<AbiParameter>, data: HexString, topics: string | string[]) => ReturnType_1;
export declare const decodeLog: <ReturnType_1 extends DecodedParams>(inputs: Array<AbiParameter> | ReadonlyArray<AbiParameter>, data: HexString, topics: string | string[]) => ReturnType_1;

@@ -63,3 +63,3 @@ import { AbiInput, HexString } from 'web3-types';

*/
export declare const decodeParametersWith: (abis: AbiInput[], bytes: HexString, loose: boolean) => {
export declare const decodeParametersWith: (abis: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString, loose: boolean) => {
[key: string]: unknown;

@@ -172,3 +172,3 @@ __length__: number;

*/
export declare const decodeParameters: (abi: AbiInput[], bytes: HexString) => {
export declare const decodeParameters: (abi: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString) => {
[key: string]: unknown;

@@ -175,0 +175,0 @@ __length__: number;

import { AbiInput, HexString } from 'web3-types';
export declare function decodeParameters(abis: AbiInput[], bytes: HexString, _loose: boolean): {
export declare function decodeParameters(abis: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString, _loose: boolean): {
[key: string]: unknown;
__length__: number;
};

@@ -49,3 +49,3 @@ /**

*/
export declare const decodeLog: <ReturnType_1 extends DecodedParams>(inputs: Array<AbiParameter>, data: HexString, topics: string | string[]) => ReturnType_1;
export declare const decodeLog: <ReturnType_1 extends DecodedParams>(inputs: Array<AbiParameter> | ReadonlyArray<AbiParameter>, data: HexString, topics: string | string[]) => ReturnType_1;
//# sourceMappingURL=logs_api.d.ts.map

@@ -63,3 +63,3 @@ import { AbiInput, HexString } from 'web3-types';

*/
export declare const decodeParametersWith: (abis: AbiInput[], bytes: HexString, loose: boolean) => {
export declare const decodeParametersWith: (abis: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString, loose: boolean) => {
[key: string]: unknown;

@@ -172,3 +172,3 @@ __length__: number;

*/
export declare const decodeParameters: (abi: AbiInput[], bytes: HexString) => {
export declare const decodeParameters: (abi: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString) => {
[key: string]: unknown;

@@ -175,0 +175,0 @@ __length__: number;

import { AbiInput, HexString } from 'web3-types';
export declare function decodeParameters(abis: AbiInput[], bytes: HexString, _loose: boolean): {
export declare function decodeParameters(abis: AbiInput[] | ReadonlyArray<AbiInput>, bytes: HexString, _loose: boolean): {
[key: string]: unknown;

@@ -4,0 +4,0 @@ __length__: number;

{
"name": "web3-eth-abi",
"version": "4.2.5-dev.6f9a485.0+6f9a485",
"version": "4.2.5-dev.76c468a.0+76c468a",
"description": "Web3 module encode and decode EVM in/output.",

@@ -46,6 +46,6 @@ "main": "./lib/commonjs/index.js",

"abitype": "0.7.1",
"web3-errors": "1.3.1-dev.6f9a485.0+6f9a485",
"web3-types": "1.8.1-dev.6f9a485.0+6f9a485",
"web3-utils": "4.3.2-dev.6f9a485.0+6f9a485",
"web3-validator": "2.0.7-dev.6f9a485.0+6f9a485"
"web3-errors": "1.3.1-dev.76c468a.0+76c468a",
"web3-types": "1.8.1-dev.76c468a.0+76c468a",
"web3-utils": "4.3.2-dev.76c468a.0+76c468a",
"web3-validator": "2.0.7-dev.76c468a.0+76c468a"
},

@@ -69,3 +69,3 @@ "devDependencies": {

},
"gitHead": "6f9a485e0715a70170bf170ca1e1d1b26b43f6c3"
"gitHead": "76c468ad490ba7a50229acb12690e0239870d8fb"
}

@@ -75,3 +75,3 @@ /*

export const decodeLog = <ReturnType extends DecodedParams>(
inputs: Array<AbiParameter>,
inputs: Array<AbiParameter> | ReadonlyArray<AbiParameter>,
data: HexString,

@@ -78,0 +78,0 @@ topics: string | string[],

@@ -92,3 +92,3 @@ /*

export const decodeParametersWith = (
abis: AbiInput[],
abis: AbiInput[] | ReadonlyArray<AbiInput>,
bytes: HexString,

@@ -220,3 +220,3 @@ loose: boolean,

export const decodeParameters = (
abi: AbiInput[],
abi: AbiInput[] | ReadonlyArray<AbiInput>,
bytes: HexString,

@@ -223,0 +223,0 @@ ): { [key: string]: unknown; __length__: number } => decodeParametersWith(abi, bytes, false);

@@ -24,3 +24,3 @@ /*

export function decodeParameters(
abis: AbiInput[],
abis: AbiInput[] | ReadonlyArray<AbiInput>,
bytes: HexString,

@@ -27,0 +27,0 @@ _loose: boolean,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc