export declare const iBalanceDecreasingTransactionVerificationAbi: readonly [{ readonly type: "function"; readonly inputs: readonly [{ readonly name: "_proof"; readonly internalType: "struct IBalanceDecreasingTransaction.Proof"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "merkleProof"; readonly internalType: "bytes32[]"; readonly type: "bytes32[]"; }, { readonly name: "data"; readonly internalType: "struct IBalanceDecreasingTransaction.Response"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "attestationType"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "sourceId"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "votingRound"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "lowestUsedTimestamp"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "requestBody"; readonly internalType: "struct IBalanceDecreasingTransaction.RequestBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "transactionId"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "sourceAddressIndicator"; readonly internalType: "bytes32"; readonly type: "bytes32"; }]; }, { readonly name: "responseBody"; readonly internalType: "struct IBalanceDecreasingTransaction.ResponseBody"; readonly type: "tuple"; readonly components: readonly [{ readonly name: "blockNumber"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "blockTimestamp"; readonly internalType: "uint64"; readonly type: "uint64"; }, { readonly name: "sourceAddressHash"; readonly internalType: "bytes32"; readonly type: "bytes32"; }, { readonly name: "spentAmount"; readonly internalType: "int256"; readonly type: "int256"; }, { readonly name: "standardPaymentReference"; readonly internalType: "bytes32"; readonly type: "bytes32"; }]; }]; }]; }]; readonly name: "verifyBalanceDecreasingTransaction"; readonly outputs: readonly [{ readonly name: "_proved"; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "view"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iBalanceDecreasingTransactionVerificationAbi}__ */ export declare const useReadIBalanceDecreasingTransactionVerification: import("wagmi/codegen").CreateUseReadContractReturnType; //# sourceMappingURL=IBalanceDecreasingTransactionVerification.d.ts.map