MidnightBalance

data class MidnightBalance(val shielded: Double, val unshielded: Double, val dust: Double, val tokenType: String = "MIDNIGHT")

Balance in MIDNIGHT (decimal representation).

Constructors

Link copied to clipboard
constructor(shielded: Double, unshielded: Double, dust: Double, tokenType: String = "MIDNIGHT")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard