getTokensByType

abstract fun getTokensByType(type: String): Single<List<Token>>

Returns all tokens of the required type from storage.

Note: work with tokens is NOT tread safe.

Return

list of Token

Parameters

type
  • indicates which family the token belongs to