nimiq_rpc/primitives/staker
Types
pub type Staker {
Staker(
address: String,
balance: Int,
delegation: String,
inactive_balance: Int,
inactive_from: Option(Int),
retired_balance: Int,
)
}
Constructors
-
Staker( address: String, balance: Int, delegation: String, inactive_balance: Int, inactive_from: Option(Int), retired_balance: Int, )