stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.horizon.responses
/
AccountResponse
/
Thresholds
Thresholds
@
Serializable
data
class
Thresholds
(
val
lowThreshold
:
Int
,
val
medThreshold
:
Int
,
val
highThreshold
:
Int
)
Represents account thresholds for different operation weights.
Members
Constructors
Thresholds
Link copied to clipboard
constructor
(
lowThreshold
:
Int
,
medThreshold
:
Int
,
highThreshold
:
Int
)
Properties
high
Threshold
Link copied to clipboard
@
SerialName
(
value
=
"high_threshold"
)
val
highThreshold
:
Int
low
Threshold
Link copied to clipboard
@
SerialName
(
value
=
"low_threshold"
)
val
lowThreshold
:
Int
med
Threshold
Link copied to clipboard
@
SerialName
(
value
=
"med_threshold"
)
val
medThreshold
:
Int