UNPKG

@roochnetwork/rooch-sdk-kit

Version:
11 lines (10 loc) 407 B
import { MutationKey } from '@tanstack/react-query'; export declare const walletMutationKeys: { all: { baseScope: string; }; connectWallet: (additionalKeys?: MutationKey) => unknown[]; autoConnectWallet: (additionalKeys?: MutationKey) => unknown[]; switchAccount: (additionalKeys?: MutationKey) => unknown[]; createSessionKey: (additionalKeys?: MutationKey) => unknown[]; };