UserParams:
    | SolanaUserParams
    | EvmUserParams
    | AptosUserParams
    | NearUserParams
    | SuiUserParams
    | CosmosUserParams
    | OffChainUserParams
    | UnmaintainedUserParams
    | BtcUserParams
    | InjectiveUserParams

NOTE:

  1. Used for instantiating client object (.instantiateFrontendClient) - requires only UserParams (w/o authentication method(s)) to be passed in
  2. Naming might look confusing with WalletWithSignParams(which is a legacy naming to avoid breaking changes)