IntrospectionuseQuery
useWalletImplementation
Read the WALLET_IMPLEMENTATION address — the singleton clones this deterministically (Clones.cloneDeterministic) for each registered user to derive their wallet pair.
Import
@tokenops/sdk/fhe-disperse/reactReturn
{ data, isLoading, error, refetch }Lifecycle
IntrospectionDescription
Read the WALLET_IMPLEMENTATION address — the singleton clones this
deterministically (Clones.cloneDeterministic) for each registered user
to derive their wallet pair.
Signature
@tokenops/sdk/fhe-disperse/react
ts
function useWalletImplementation(options?: BaseHookOptions): UseQueryResult<Address, Error>;Example
@tokenops/sdk/fhe-disperse/react · @example
tsx
const { data: impl } = useWalletImplementation();Pulled directly from the hook's TSDoc block — the same snippet your IDE shows on hover.
See also
Other Introspection hooks in disperse: