Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-core
/
com.wallet.config
/
TrustConfig
/
TrustConfig
Trust
Config
constructor
(
issuerRootsPem
:
List
<
String
>
=
emptyList()
,
readerRootsPem
:
List
<
String
>
=
emptyList()
,
issuerVical
:
ByteArray
?
=
null
,
readerRical
:
ByteArray
?
=
null
,
issuerDisplayNames
:
List
<
IssuerDisplayName
>
=
emptyList()
)