ethers-rs/ethers-contract/tests/solidity-contracts/EventWithStruct.json

33 lines
638 B
JSON

[
{
"anonymous": false,
"inputs": [
{
"components": [
{
"internalType": "uint256",
"name": "a",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "b",
"type": "uint256"
}
],
"indexed": false,
"internalType": "struct MyContract.MyStruct",
"name": "",
"type": "tuple"
},
{
"indexed": false,
"internalType": "uint256",
"name": "c",
"type": "uint256"
}
],
"name": "MyEvent",
"type": "event"
}
]