toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
DelegatedStake
Delegated
Stake
@
Serializable
data
class
DelegatedStake
(
val
validatorAddress
:
String
,
val
stakingPool
:
String
,
val
stakes
:
List
<
Stake
>
)
Members
Constructors
Delegated
Stake
Link copied to clipboard
constructor
(
validatorAddress
:
String
,
stakingPool
:
String
,
stakes
:
List
<
Stake
>
)
Properties
stakes
Link copied to clipboard
val
stakes
:
List
<
Stake
>
staking
Pool
Link copied to clipboard
val
stakingPool
:
String
validator
Address
Link copied to clipboard
val
validatorAddress
:
String