pub struct ZipperService { /* private fields */ }Implementations§
Source§impl ZipperService
impl ZipperService
pub fn new(ctx: ServiceContext) -> Self
pub async fn get_deposit_withdraw_config(&self) -> Result<DepositWithdrawConfig>
Sourcepub async fn subscribe_zipped_asset_supply(
&self,
patch_catalog: bool,
) -> Result<TypedSubscription<ZippedAssetSupplyBatch>>
pub async fn subscribe_zipped_asset_supply( &self, patch_catalog: bool, ) -> Result<TypedSubscription<ZippedAssetSupplyBatch>>
Subscribe to zipped-asset supply updates (requires realtime feature).
When patch_catalog is true, each batch updates
crate::catalogs::Manager::patch_zipper_supply (zipped_asset_id → supply string).
Trait Implementations§
Source§impl Clone for ZipperService
impl Clone for ZipperService
Source§fn clone(&self) -> ZipperService
fn clone(&self) -> ZipperService
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 ZipperService
impl !RefUnwindSafe for ZipperService
impl !UnwindSafe for ZipperService
impl Send for ZipperService
impl Sync for ZipperService
impl Unpin for ZipperService
impl UnsafeUnpin for ZipperService
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