pub struct IcIcrcTotalSupplyObservation {
pub timestamp_unix_secs: u64,
pub total_supply_base_units: String,
}Expand description
IcIcrcTotalSupplyObservation
One raw ICRC ledger total-supply observation returned by the Dashboard API.
Fields§
§timestamp_unix_secs: u64Observation timestamp as Unix seconds.
total_supply_base_units: StringRaw total supply in ledger base units.
Trait Implementations§
Source§impl Clone for IcIcrcTotalSupplyObservation
impl Clone for IcIcrcTotalSupplyObservation
Source§fn clone(&self) -> IcIcrcTotalSupplyObservation
fn clone(&self) -> IcIcrcTotalSupplyObservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcIcrcTotalSupplyObservation
impl Debug for IcIcrcTotalSupplyObservation
impl Eq for IcIcrcTotalSupplyObservation
impl StructuralPartialEq for IcIcrcTotalSupplyObservation
Auto Trait Implementations§
impl Freeze for IcIcrcTotalSupplyObservation
impl RefUnwindSafe for IcIcrcTotalSupplyObservation
impl Send for IcIcrcTotalSupplyObservation
impl Sync for IcIcrcTotalSupplyObservation
impl Unpin for IcIcrcTotalSupplyObservation
impl UnsafeUnpin for IcIcrcTotalSupplyObservation
impl UnwindSafe for IcIcrcTotalSupplyObservation
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