ethers-rs/ethers-contract/tests/solidity-contracts/large-array.json

15 lines
254 B
JSON

[
{
"inputs": [
{
"internalType": "uint64[128]",
"name": "longArray",
"type": "uint64[128]"
}
],
"name": "callWithLongArray",
"outputs": [],
"stateMutability": "view",
"type": "function"
}
]