Type Alias iota_types::iota_system_state::IotaValidatorGenesis
source · pub type IotaValidatorGenesis = ValidatorV1;
Aliased Type§
struct IotaValidatorGenesis {
pub voting_power: u64,
pub operation_cap_id: ID,
pub gas_price: u64,
pub staking_pool: StakingPoolV1,
pub commission_rate: u64,
pub next_epoch_stake: u64,
pub next_epoch_gas_price: u64,
pub next_epoch_commission_rate: u64,
pub extra_fields: Bag,
/* private fields */
}
Fields§
§voting_power: u64
§operation_cap_id: ID
§gas_price: u64
§staking_pool: StakingPoolV1
§commission_rate: u64
§next_epoch_stake: u64
§next_epoch_gas_price: u64
§next_epoch_commission_rate: u64
§extra_fields: Bag