web3-eth-abi
Advanced tools
Comparing version 4.2.5-dev.6f9a485.0 to 4.2.5-dev.7008e5c.0
@@ -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.7008e5c.0+7008e5c", | ||
"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.7008e5c.0+7008e5c", | ||
"web3-types": "1.8.1-dev.7008e5c.0+7008e5c", | ||
"web3-utils": "4.3.2-dev.7008e5c.0+7008e5c", | ||
"web3-validator": "2.0.7-dev.7008e5c.0+7008e5c" | ||
}, | ||
@@ -69,3 +69,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6f9a485e0715a70170bf170ca1e1d1b26b43f6c3" | ||
"gitHead": "7008e5ca1d530e83f937e74e4dfad6e26c3f58ca" | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
402937