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
/
TransactionResponse
/
Preconditions
/
TimeBounds
Time
Bounds
@
Serializable
data
class
TimeBounds
(
val
minTime
:
String
?
=
null
,
val
maxTime
:
String
?
=
null
)
Members
Constructors
Time
Bounds
Link copied to clipboard
constructor
(
minTime
:
String
?
=
null
,
maxTime
:
String
?
=
null
)
Properties
max
Time
Link copied to clipboard
@
SerialName
(
value
=
"max_time"
)
val
maxTime
:
String
?
min
Time
Link copied to clipboard
@
SerialName
(
value
=
"min_time"
)
val
minTime
:
String
?