From f721b7dc1d48641ae9c33686834d38adadc3d9a8 Mon Sep 17 00:00:00 2001 From: Gregor Podlogar Date: Wed, 27 Nov 2024 16:46:39 +0100 Subject: [PATCH] abis name _response -> data --- configs/abis/AddressValidity.json | 2 +- .../abis/BalanceDecreasingTransaction.json | 2 +- configs/abis/ConfirmedBlockHeightExists.json | 2 +- configs/abis/EVMTransaction.json | 250 +++++++++--------- configs/abis/Payment.json | 2 +- .../abis/ReferencedPaymentNonexistence.json | 166 ++++++------ 6 files changed, 212 insertions(+), 212 deletions(-) diff --git a/configs/abis/AddressValidity.json b/configs/abis/AddressValidity.json index eaa97a0..e3db49a 100644 --- a/configs/abis/AddressValidity.json +++ b/configs/abis/AddressValidity.json @@ -56,6 +56,6 @@ } ], "internalType": "struct IAddressValidity.Response", - "name": "_response", + "name": "data", "type": "tuple" } diff --git a/configs/abis/BalanceDecreasingTransaction.json b/configs/abis/BalanceDecreasingTransaction.json index d6f4a54..ce0a8dc 100644 --- a/configs/abis/BalanceDecreasingTransaction.json +++ b/configs/abis/BalanceDecreasingTransaction.json @@ -71,6 +71,6 @@ } ], "internalType": "struct IBalanceDecreasingTransaction.Response", - "name": "_response", + "name": "data", "type": "tuple" } diff --git a/configs/abis/ConfirmedBlockHeightExists.json b/configs/abis/ConfirmedBlockHeightExists.json index 0ae3ee8..9e492ea 100644 --- a/configs/abis/ConfirmedBlockHeightExists.json +++ b/configs/abis/ConfirmedBlockHeightExists.json @@ -66,6 +66,6 @@ } ], "internalType": "struct IConfirmedBlockHeightExists.Response", - "name": "_response", + "name": "data", "type": "tuple" } diff --git a/configs/abis/EVMTransaction.json b/configs/abis/EVMTransaction.json index 6e38c9c..1070782 100644 --- a/configs/abis/EVMTransaction.json +++ b/configs/abis/EVMTransaction.json @@ -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" -} \ No newline at end of file + ], + "internalType": "struct IEVMTransaction.Response", + "name": "data", + "type": "tuple" +} diff --git a/configs/abis/Payment.json b/configs/abis/Payment.json index 46d5209..8f59f4f 100644 --- a/configs/abis/Payment.json +++ b/configs/abis/Payment.json @@ -116,6 +116,6 @@ } ], "internalType": "struct IPayment.Response", - "name": "_response", + "name": "data", "type": "tuple" } diff --git a/configs/abis/ReferencedPaymentNonexistence.json b/configs/abis/ReferencedPaymentNonexistence.json index 57f53e7..e25a98a 100644 --- a/configs/abis/ReferencedPaymentNonexistence.json +++ b/configs/abis/ReferencedPaymentNonexistence.json @@ -1,96 +1,96 @@ { - "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": "uint64", - "name": "minimalBlockNumber", - "type": "uint64" + "internalType": "bytes32", + "name": "attestationType", + "type": "bytes32" }, { - "internalType": "uint64", - "name": "deadlineBlockNumber", - "type": "uint64" + "internalType": "bytes32", + "name": "sourceId", + "type": "bytes32" }, { - "internalType": "uint64", - "name": "deadlineTimestamp", - "type": "uint64" + "internalType": "uint64", + "name": "votingRound", + "type": "uint64" }, { - "internalType": "bytes32", - "name": "destinationAddressHash", - "type": "bytes32" + "internalType": "uint64", + "name": "lowestUsedTimestamp", + "type": "uint64" }, { - "internalType": "uint256", - "name": "amount", - "type": "uint256" + "components": [ + { + "internalType": "uint64", + "name": "minimalBlockNumber", + "type": "uint64" + }, + { + "internalType": "uint64", + "name": "deadlineBlockNumber", + "type": "uint64" + }, + { + "internalType": "uint64", + "name": "deadlineTimestamp", + "type": "uint64" + }, + { + "internalType": "bytes32", + "name": "destinationAddressHash", + "type": "bytes32" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "standardPaymentReference", + "type": "bytes32" + }, + { + "internalType": "bool", + "name": "checkSourceAddresses", + "type": "bool" + }, + { + "internalType": "bytes32", + "name": "sourceAddressesRoot", + "type": "bytes32" + } + ], + "internalType": "struct IReferencedPaymentNonexistence.RequestBody", + "name": "requestBody", + "type": "tuple" }, { - "internalType": "bytes32", - "name": "standardPaymentReference", - "type": "bytes32" - }, - { - "internalType": "bool", - "name": "checkSourceAddresses", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "sourceAddressesRoot", - "type": "bytes32" - } - ], - "internalType": "struct IReferencedPaymentNonexistence.RequestBody", - "name": "requestBody", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint64", - "name": "minimalBlockTimestamp", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "firstOverflowBlockNumber", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "firstOverflowBlockTimestamp", - "type": "uint64" + "components": [ + { + "internalType": "uint64", + "name": "minimalBlockTimestamp", + "type": "uint64" + }, + { + "internalType": "uint64", + "name": "firstOverflowBlockNumber", + "type": "uint64" + }, + { + "internalType": "uint64", + "name": "firstOverflowBlockTimestamp", + "type": "uint64" + } + ], + "internalType": "struct IReferencedPaymentNonexistence.ResponseBody", + "name": "responseBody", + "type": "tuple" } - ], - "internalType": "struct IReferencedPaymentNonexistence.ResponseBody", - "name": "responseBody", - "type": "tuple" - } - ], - "internalType": "struct IReferencedPaymentNonexistence.Response", - "name": "_response", - "type": "tuple" -} \ No newline at end of file + ], + "internalType": "struct IReferencedPaymentNonexistence.Response", + "name": "data", + "type": "tuple" +}