[−][src]Struct solana_runtime::bank::LegacyBank0223
Fields
rc: BankRc
src: StatusCacheRc
blockhash_queue: RwLock<BlockhashQueue>
ancestors: HashMap<Slot, usize>
hash: RwLock<Hash>
parent_hash: Hash
parent_slot: Slot
transaction_count: AtomicU64
tick_height: AtomicU64
signature_count: AtomicU64
capitalization: AtomicU64
max_tick_height: u64
hashes_per_tick: Option<u64>
ticks_per_slot: u64
ns_per_slot: u128
genesis_creation_time: UnixTimestamp
slots_per_year: f64
slots_per_segment: u64
slot: Slot
epoch: Epoch
block_height: u64
collector_id: Pubkey
collector_fees: AtomicU64
fee_calculator: FeeCalculator
collected_rent: AtomicU64
rent_collector: RentCollector
epoch_schedule: EpochSchedule
inflation: Arc<RwLock<Inflation>>
stakes: RwLock<Stakes>
storage_accounts: RwLock<StorageAccounts>
epoch_stakes: HashMap<Epoch, Stakes>
is_delta: AtomicBool
message_processor: MessageProcessor
entered_epoch_callback: Arc<RwLock<Option<EnteredEpochCallback>>>
last_vote_sync: AtomicU64
Trait Implementations
impl Default for LegacyBank0223
[src]
fn default() -> LegacyBank0223
[src]
impl<'de> Deserialize<'de> for LegacyBank0223
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl From<LegacyBank0223> for Bank
[src]
fn from(bank: LegacyBank0223) -> Self
[src]
impl Serialize for LegacyBank0223
[src]
Auto Trait Implementations
impl !RefUnwindSafe for LegacyBank0223
impl Send for LegacyBank0223
impl Sync for LegacyBank0223
impl Unpin for LegacyBank0223
impl !UnwindSafe for LegacyBank0223
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Clear for T where
T: InitializableFromZeroed + ?Sized,
T: InitializableFromZeroed + ?Sized,
fn clear(&mut self)
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T> InitializableFromZeroed for T where
T: Default,
T: Default,
unsafe fn initialize(place: *mut T)
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,