nimiq_rpc/primitives/staker
Types
pub type Staker {
Staker(
address: String,
balance: Int,
delegation: String,
inactive_balance: Int,
inactive_from: option.Option(Int),
retired_balance: Int,
)
}
Constructors
-
Staker( address: String, balance: Int, delegation: String, inactive_balance: Int, inactive_from: option.Option(Int), retired_balance: Int, )
Values
pub fn decoder() -> decode.Decoder(Staker)