useWalletConfig

function useWalletConfig(): undefined | WalletConfig;

Returns

the current active wallet's configuration object

type ReturnType = undefined | WalletConfig;