/** * This file was automatically generated by @cosmwasm/ts-codegen@0.30.1. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ import * as _0 from "./FairBurn.types"; import * as _1 from "./FairBurn.client"; import * as _2 from "./FairBurn.message-composer"; import * as _3 from "./FairBurn.react-query"; import * as _4 from "./RoyaltyRegistry.types"; import * as _5 from "./RoyaltyRegistry.client"; import * as _6 from "./RoyaltyRegistry.message-composer"; import * as _7 from "./RoyaltyRegistry.react-query"; export declare namespace contracts { const FairBurn: { useFairBurnConfigQuery({ client, options }: _3.FairBurnConfigQuery): import("react-query").UseQueryResult; fairBurnQueryKeys: { contract: readonly [{ readonly contract: "fairBurn"; }]; address: (contractAddress: string | undefined) => readonly [{ readonly address: string | undefined; readonly contract: "fairBurn"; }]; config: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "config"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "fairBurn"; }]; }; fairBurnQueries: { config: ({ client, options }: _3.FairBurnConfigQuery) => import("react-query").UseQueryOptions<_0.Config, Error, TData_1, import("react-query").QueryKey>; }; FairBurnMessageComposer: typeof _2.FairBurnMessageComposer; FairBurnQueryClient: typeof _1.FairBurnQueryClient; FairBurnClient: typeof _1.FairBurnClient; }; const RoyaltyRegistry: { useRoyaltyRegistryRoyaltyPaymentQuery({ client, args, options }: _7.RoyaltyRegistryRoyaltyPaymentQuery): import("react-query").UseQueryResult; useRoyaltyRegistryRoyaltyProtocolByCollectionQuery({ client, args, options }: _7.RoyaltyRegistryRoyaltyProtocolByCollectionQuery): import("react-query").UseQueryResult; useRoyaltyRegistryCollectionRoyaltyProtocolQuery({ client, args, options }: _7.RoyaltyRegistryCollectionRoyaltyProtocolQuery): import("react-query").UseQueryResult; useRoyaltyRegistryCollectionRoyaltyDefaultQuery({ client, args, options }: _7.RoyaltyRegistryCollectionRoyaltyDefaultQuery): import("react-query").UseQueryResult; useRoyaltyRegistryConfigQuery({ client, options }: _7.RoyaltyRegistryConfigQuery): import("react-query").UseQueryResult; royaltyRegistryQueryKeys: { contract: readonly [{ readonly contract: "royaltyRegistry"; }]; address: (contractAddress: string | undefined) => readonly [{ readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; config: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "config"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; collectionRoyaltyDefault: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "collection_royalty_default"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; collectionRoyaltyProtocol: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "collection_royalty_protocol"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; royaltyProtocolByCollection: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "royalty_protocol_by_collection"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; royaltyPayment: (contractAddress: string | undefined, args?: Record | undefined) => readonly [{ readonly method: "royalty_payment"; readonly args: Record | undefined; readonly address: string | undefined; readonly contract: "royaltyRegistry"; }]; }; royaltyRegistryQueries: { config: ({ client, options }: _7.RoyaltyRegistryConfigQuery) => import("react-query").UseQueryOptions<_4.Config, Error, TData_5, import("react-query").QueryKey>; collectionRoyaltyDefault: ({ client, args, options }: _7.RoyaltyRegistryCollectionRoyaltyDefaultQuery) => import("react-query").UseQueryOptions<_4.NullableRoyaltyDefault, Error, TData_6, import("react-query").QueryKey>; collectionRoyaltyProtocol: ({ client, args, options }: _7.RoyaltyRegistryCollectionRoyaltyProtocolQuery) => import("react-query").UseQueryOptions<_4.NullableRoyaltyProtocol, Error, TData_7, import("react-query").QueryKey>; royaltyProtocolByCollection: ({ client, args, options }: _7.RoyaltyRegistryRoyaltyProtocolByCollectionQuery) => import("react-query").UseQueryOptions<_4.ArrayOfRoyaltyProtocol, Error, TData_8, import("react-query").QueryKey>; royaltyPayment: ({ client, args, options }: _7.RoyaltyRegistryRoyaltyPaymentQuery) => import("react-query").UseQueryOptions<_4.RoyaltyPaymentResponse, Error, TData_9, import("react-query").QueryKey>; }; RoyaltyRegistryMessageComposer: typeof _6.RoyaltyRegistryMessageComposer; RoyaltyRegistryQueryClient: typeof _5.RoyaltyRegistryQueryClient; RoyaltyRegistryClient: typeof _5.RoyaltyRegistryClient; }; }