pub struct DeserializableVersionedBank {
Show 31 fields pub blockhash_queue: BlockhashQueue, pub ancestors: AncestorsForSerialization, pub hash: Hash, pub parent_hash: Hash, pub parent_slot: Slot, pub hard_forks: HardForks, pub transaction_count: u64, pub tick_height: u64, pub signature_count: u64, pub capitalization: u64, pub max_tick_height: u64, pub hashes_per_tick: Option<u64>, pub ticks_per_slot: u64, pub ns_per_slot: u128, pub genesis_creation_time: UnixTimestamp, pub slots_per_year: f64, pub accounts_data_len: u64, pub slot: Slot, pub epoch: Epoch, pub block_height: u64, pub collector_id: Pubkey, pub collector_fees: u64, pub fee_calculator: FeeCalculator, pub fee_rate_governor: FeeRateGovernor, pub collected_rent: u64, pub rent_collector: RentCollector, pub epoch_schedule: EpochSchedule, pub inflation: Inflation, pub stakes: Stakes<Delegation>, pub epoch_stakes: HashMap<Epoch, EpochStakes>, pub is_delta: bool, /* private fields */
}

Fields

blockhash_queue: BlockhashQueueancestors: AncestorsForSerializationhash: Hashparent_hash: Hashparent_slot: Slothard_forks: HardForkstransaction_count: u64tick_height: u64signature_count: u64capitalization: u64max_tick_height: u64hashes_per_tick: Option<u64>ticks_per_slot: u64ns_per_slot: u128genesis_creation_time: UnixTimestampslots_per_year: f64accounts_data_len: u64slot: Slotepoch: Epochblock_height: u64collector_id: Pubkeycollector_fees: u64fee_calculator: FeeCalculatorfee_rate_governor: FeeRateGovernorcollected_rent: u64rent_collector: RentCollectorepoch_schedule: EpochScheduleinflation: Inflationstakes: Stakes<Delegation>epoch_stakes: HashMap<Epoch, EpochStakes>is_delta: bool

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more