Trait ex3_asset_vault_client::AssetVault

source ·
pub trait AssetVault: Send + Sync {
    // Required method
    fn get_deposit_address<'life0, 'async_trait>(
        &'life0 self,
        chain: CandidChain
    ) -> Pin<Box<dyn Future<Output = CanisterResult<ActorResult<String>>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn get_deposit_address<'life0, 'async_trait>( &'life0 self, chain: CandidChain ) -> Pin<Box<dyn Future<Output = CanisterResult<ActorResult<String>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§