Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Undefined array key "coders"" #346

Open
bjutkoski opened this issue Feb 1, 2024 · 1 comment
Open

Error "Undefined array key "coders"" #346

bjutkoski opened this issue Feb 1, 2024 · 1 comment
Assignees
Labels

Comments

@bjutkoski
Copy link

I'm having this error Undefined array key "coders" when methods has tuple[] or tuple as input/output

/web3p/web3.php/src/Contracts/Types/Tuple.php:116

input as tuple[]

{
"inputs": [
{
"internalType": "string",
"name": "documentId",
"type": "string"
},
{
"components": [
{
"internalType": "string",
"name": "documentItemId",
"type": "string"
},
{
"internalType": "string",
"name": "id",
"type": "string"
},
{
"internalType": "string",
"name": "locationId",
"type": "string"
},
{
"internalType": "string",
"name": "wasteId",
"type": "string"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"internalType": "struct WasteTraceability.CollectionRequestItem[]",
"name": "collectionRequestItems",
"type": "tuple[]"
}
],
"name": "createCollectionRequest",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}

tuple as output

{
"inputs": [
{
"internalType": "string",
"name": "wasteId",
"type": "string"
}
],
"name": "getWaste",
"outputs": [
{
"components": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "uint256",
"name": "decimals",
"type": "uint256"
}
],
"internalType": "struct WasteTraceability.Waste",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
}

@sc0Vu sc0Vu self-assigned this Feb 1, 2024
@sc0Vu sc0Vu added the bug label Feb 1, 2024
@Ow3nTan
Copy link

Ow3nTan commented Apr 3, 2024

i am encountering the same issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants