Skip to content

Commit

Permalink
abis name _response -> data
Browse files Browse the repository at this point in the history
  • Loading branch information
GrePod committed Nov 27, 2024
1 parent ef67a73 commit f721b7d
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 212 deletions.
2 changes: 1 addition & 1 deletion configs/abis/AddressValidity.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
}
],
"internalType": "struct IAddressValidity.Response",
"name": "_response",
"name": "data",
"type": "tuple"
}
2 changes: 1 addition & 1 deletion configs/abis/BalanceDecreasingTransaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
}
],
"internalType": "struct IBalanceDecreasingTransaction.Response",
"name": "_response",
"name": "data",
"type": "tuple"
}
2 changes: 1 addition & 1 deletion configs/abis/ConfirmedBlockHeightExists.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
}
],
"internalType": "struct IConfirmedBlockHeightExists.Response",
"name": "_response",
"name": "data",
"type": "tuple"
}
250 changes: 125 additions & 125 deletions configs/abis/EVMTransaction.json
Original file line number Diff line number Diff line change
@@ -1,138 +1,138 @@
{
"components": [
{
"internalType": "bytes32",
"name": "attestationType",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "sourceId",
"type": "bytes32"
},
{
"internalType": "uint64",
"name": "votingRound",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "lowestUsedTimestamp",
"type": "uint64"
},
{
"components": [
"components": [
{
"internalType": "bytes32",
"name": "transactionHash",
"type": "bytes32"
"internalType": "bytes32",
"name": "attestationType",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "requiredConfirmations",
"type": "uint16"
"internalType": "bytes32",
"name": "sourceId",
"type": "bytes32"
},
{
"internalType": "bool",
"name": "provideInput",
"type": "bool"
"internalType": "uint64",
"name": "votingRound",
"type": "uint64"
},
{
"internalType": "bool",
"name": "listEvents",
"type": "bool"
"internalType": "uint64",
"name": "lowestUsedTimestamp",
"type": "uint64"
},
{
"internalType": "uint32[]",
"name": "logIndices",
"type": "uint32[]"
}
],
"internalType": "struct IEVMTransaction.RequestBody",
"name": "requestBody",
"type": "tuple"
},
{
"components": [
{
"internalType": "uint64",
"name": "blockNumber",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "timestamp",
"type": "uint64"
},
{
"internalType": "address",
"name": "sourceAddress",
"type": "address"
},
{
"internalType": "bool",
"name": "isDeployment",
"type": "bool"
},
{
"internalType": "address",
"name": "receivingAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "input",
"type": "bytes"
},
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
"components": [
{
"internalType": "bytes32",
"name": "transactionHash",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "requiredConfirmations",
"type": "uint16"
},
{
"internalType": "bool",
"name": "provideInput",
"type": "bool"
},
{
"internalType": "bool",
"name": "listEvents",
"type": "bool"
},
{
"internalType": "uint32[]",
"name": "logIndices",
"type": "uint32[]"
}
],
"internalType": "struct IEVMTransaction.RequestBody",
"name": "requestBody",
"type": "tuple"
},
{
"components": [
{
"internalType": "uint32",
"name": "logIndex",
"type": "uint32"
},
{
"internalType": "address",
"name": "emitterAddress",
"type": "address"
},
{
"internalType": "bytes32[]",
"name": "topics",
"type": "bytes32[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"internalType": "bool",
"name": "removed",
"type": "bool"
}
],
"internalType": "struct IEVMTransaction.Event[]",
"name": "events",
"type": "tuple[]"
"components": [
{
"internalType": "uint64",
"name": "blockNumber",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "timestamp",
"type": "uint64"
},
{
"internalType": "address",
"name": "sourceAddress",
"type": "address"
},
{
"internalType": "bool",
"name": "isDeployment",
"type": "bool"
},
{
"internalType": "address",
"name": "receivingAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "input",
"type": "bytes"
},
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"components": [
{
"internalType": "uint32",
"name": "logIndex",
"type": "uint32"
},
{
"internalType": "address",
"name": "emitterAddress",
"type": "address"
},
{
"internalType": "bytes32[]",
"name": "topics",
"type": "bytes32[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"internalType": "bool",
"name": "removed",
"type": "bool"
}
],
"internalType": "struct IEVMTransaction.Event[]",
"name": "events",
"type": "tuple[]"
}
],
"internalType": "struct IEVMTransaction.ResponseBody",
"name": "responseBody",
"type": "tuple"
}
],
"internalType": "struct IEVMTransaction.ResponseBody",
"name": "responseBody",
"type": "tuple"
}
],
"internalType": "struct IEVMTransaction.Response",
"name": "_response",
"type": "tuple"
}
],
"internalType": "struct IEVMTransaction.Response",
"name": "data",
"type": "tuple"
}
2 changes: 1 addition & 1 deletion configs/abis/Payment.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
}
],
"internalType": "struct IPayment.Response",
"name": "_response",
"name": "data",
"type": "tuple"
}
Loading

0 comments on commit f721b7d

Please sign in to comment.