pub struct ChainAnalyticsService { /* private fields */ }Implementations§
Source§impl ChainAnalyticsService
impl ChainAnalyticsService
pub fn new(ctx: ServiceContext) -> Self
Source§impl ChainAnalyticsService
impl ChainAnalyticsService
pub async fn get_zipped_asset_supply( &self, zipped_asset_id: u32, range_key: &str, bucket: &str, start_ts_sec: u32, end_ts_sec: u32, ) -> Result<ApiData>
pub async fn get_zipped_asset_supply_group( &self, group_id: &str, range_key: &str, bucket: &str, start_ts_sec: u32, end_ts_sec: u32, ) -> Result<ApiData>
pub async fn get_unified_asset_balances( &self, asset_id: u32, range_key: &str, bucket: &str, start_ts_sec: u32, end_ts_sec: u32, ) -> Result<ApiData>
Trait Implementations§
Source§impl Clone for ChainAnalyticsService
impl Clone for ChainAnalyticsService
Source§fn clone(&self) -> ChainAnalyticsService
fn clone(&self) -> ChainAnalyticsService
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 moreAuto Trait Implementations§
impl !Freeze for ChainAnalyticsService
impl !RefUnwindSafe for ChainAnalyticsService
impl !UnwindSafe for ChainAnalyticsService
impl Send for ChainAnalyticsService
impl Sync for ChainAnalyticsService
impl Unpin for ChainAnalyticsService
impl UnsafeUnpin for ChainAnalyticsService
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