GetIotaClientQueryOptions
@iota/dapp-kit / GetIotaClientQueryOptions
Type Alias: GetIotaClientQueryOptions<T>
GetIotaClientQueryOptions<
T> =object&undefinedextendsIotaRpcMethods[T]["params"] ?object:object
Defined in: sdk/dapp-kit/src/hooks/useIotaClientQuery.ts:46
Type Declaration
client
client:
IotaClient
method
method:
T
network
network:
string
options?
optionaloptions?:PartialBy<Omit<UndefinedInitialDataOptions<IotaRpcMethods[T]["result"]>,"queryFn">,"queryKey">
Type Parameters
T
T extends keyof IotaRpcMethods