ChallengeResponse

@Serializable
data class ChallengeResponse(transaction: String, networkPassphrase: String)

Properties

Link copied to clipboard
val networkPassphrase: String
Link copied to clipboard
val transaction: String