AccountThreshold

data class AccountThreshold(low: Int, medium: Int, high: Int)

Account weights threshold

Parameters

low

Low threshold weight

medium

Medium threshold weight

high

High threshold weight

Constructors

Link copied to clipboard
fun AccountThreshold(low: Int, medium: Int, high: Int)

Properties

Link copied to clipboard
val high: Int
Link copied to clipboard
val low: Int
Link copied to clipboard
val medium: Int