useDisconnect
function useDisconnect(): () => Promise<void>;
Returns
a method to disconnect from the current active wallet
type ReturnType = () => Promise<void>;
function useDisconnect(): () => Promise<void>;
a method to disconnect from the current active wallet
type ReturnType = () => Promise<void>;