Function useSwitchAccount

  • Beta

    Hook to switch the account of the active wallet

    Returns {
        isLoading: boolean;
        switchAccount: UseMutateAsyncFunction;
    }

    • A function to invoke to switch account.
    • isLoading: boolean
    • switchAccount: UseMutateAsyncFunction

Generated using TypeDoc