kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
TrustTokens
Trust
Tokens
@
Serializable
data
class
TrustTokens
(
val
issuerOrigin
:
String
,
val
count
:
Double
)
Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.
Members
Constructors
Trust
Tokens
Link copied to clipboard
constructor
(
issuerOrigin
:
String
,
count
:
Double
)
Properties
count
Link copied to clipboard
val
count
:
Double
issuer
Origin
Link copied to clipboard
val
issuerOrigin
:
String