GetTrustTokensResponse

@Serializable
data class GetTrustTokensResponse(val tokens: List<TrustTokens>)

Response type for the StorageDomain.getTrustTokens command.

Constructors

Link copied to clipboard
constructor(tokens: List<TrustTokens>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)