Thresholds

@Serializable
data class Thresholds(val lowThreshold: Int, val medThreshold: Int, val highThreshold: Int)

Represents account thresholds for different operation weights.

Constructors

Link copied to clipboard
constructor(lowThreshold: Int, medThreshold: Int, highThreshold: Int)

Properties

Link copied to clipboard
@SerialName(value = "high_threshold")
val highThreshold: Int
Link copied to clipboard
@SerialName(value = "low_threshold")
val lowThreshold: Int
Link copied to clipboard
@SerialName(value = "med_threshold")
val medThreshold: Int