ConsortiumResponse

data class ConsortiumResponse(val name: String? = null, val protocol: String? = null)

Consortium payload

Constructors

Link copied to clipboard
constructor(name: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Gets or sets the blockchain member name.

Link copied to clipboard
val protocol: String? = null

Gets or sets the protocol for the consortium.