You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
When calling a solidity method using abigen! generated bindings, a method not found (this should never happen): DecodingError(InvalidData) error is thrown.
The method being called accepts a single struct, which itself contains an array of another struct.
Version
ethers v0.5.1
│ ├── ethers-contract v0.5.1
│ │ ├── ethers-contract-abigen v0.5.1
│ │ │ ├── ethers-core v0.5.1
│ │ ├── ethers-contract-derive v0.5.1 (proc-macro)
│ │ │ ├── ethers-contract-abigen v0.5.1
│ │ │ ├── ethers-core v0.5.1
│ │ ├── ethers-core v0.5.1
│ │ ├── ethers-providers v0.5.1
│ │ │ ├── ethers-core v0.5.1
│ ├── ethers-core v0.5.1
│ ├── ethers-middleware v0.5.1
│ │ ├── ethers-contract v0.5.1
│ │ ├── ethers-core v0.5.1
│ │ ├── ethers-providers v0.5.1
│ │ ├── ethers-signers v0.5.1
│ │ │ ├── ethers-core v0.5.1
│ ├── ethers-providers v0.5.1
│ └── ethers-signers v0.5.1
Description
Relates to #363.
When calling a solidity method using
abigen!
generated bindings, amethod not found (this should never happen): DecodingError(InvalidData)
error is thrown.The method being called accepts a single struct, which itself contains an array of another struct.
The text was updated successfully, but these errors were encountered: