toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
Stake
Stake
@
Serializable
data
class
Stake
(
val
stakedSuiId
:
String
,
val
stakeRequestEpoch
:
String
,
val
stakeActiveEpoch
:
String
,
val
principal
:
String
,
val
status
:
String
,
val
estimatedReward
:
String
=
""
)
Members
Constructors
Stake
Link copied to clipboard
constructor
(
stakedSuiId
:
String
,
stakeRequestEpoch
:
String
,
stakeActiveEpoch
:
String
,
principal
:
String
,
status
:
String
,
estimatedReward
:
String
=
""
)
Properties
estimated
Reward
Link copied to clipboard
val
estimatedReward
:
String
principal
Link copied to clipboard
val
principal
:
String
stake
Active
Epoch
Link copied to clipboard
val
stakeActiveEpoch
:
String
staked
Sui
Id
Link copied to clipboard
val
stakedSuiId
:
String
stake
Request
Epoch
Link copied to clipboard
val
stakeRequestEpoch
:
String
status
Link copied to clipboard
val
status
:
String