function useWalletConfig(): undefined | WalletConfig;
the current active wallet's configuration object
type ReturnType = undefined | WalletConfig;