pub struct DynamicGlobalProperties {
pub head_block_number: u32,
pub head_block_id: String,
pub time: String,
pub current_witness: Option<String>,
pub last_irreversible_block_num: u32,
pub total_vesting_fund_hive: Option<Asset>,
pub total_vesting_shares: Option<Asset>,
pub extra: BTreeMap<String, Value>,
}Fields§
§head_block_number: u32§head_block_id: String§time: String§current_witness: Option<String>§last_irreversible_block_num: u32§total_vesting_fund_hive: Option<Asset>§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for DynamicGlobalProperties
impl Clone for DynamicGlobalProperties
Source§fn clone(&self) -> DynamicGlobalProperties
fn clone(&self) -> DynamicGlobalProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DynamicGlobalProperties
impl Debug for DynamicGlobalProperties
Source§impl Default for DynamicGlobalProperties
impl Default for DynamicGlobalProperties
Source§fn default() -> DynamicGlobalProperties
fn default() -> DynamicGlobalProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DynamicGlobalProperties
impl<'de> Deserialize<'de> for DynamicGlobalProperties
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DynamicGlobalProperties
impl PartialEq for DynamicGlobalProperties
Source§impl Serialize for DynamicGlobalProperties
impl Serialize for DynamicGlobalProperties
impl StructuralPartialEq for DynamicGlobalProperties
Auto Trait Implementations§
impl Freeze for DynamicGlobalProperties
impl RefUnwindSafe for DynamicGlobalProperties
impl Send for DynamicGlobalProperties
impl Sync for DynamicGlobalProperties
impl Unpin for DynamicGlobalProperties
impl UnsafeUnpin for DynamicGlobalProperties
impl UnwindSafe for DynamicGlobalProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more