Response

@Serializable
data class Response(val authChain: List<SignedPersistentDataUnit<*>>)

Constructors

Link copied to clipboard
constructor(authChain: List<SignedPersistentDataUnit<*>>)

Properties

Link copied to clipboard
@SerialName(value = "auth_chain")
val authChain: List<SignedPersistentDataUnit<*>>