Trait primitives::traits::AssetRecorderBenchmarks[][src]

pub trait AssetRecorderBenchmarks<AssetId, Balance> {
    fn add_asset(
        asset_id: AssetId,
        units: Balance,
        location: MultiLocation,
        amount: Balance
    ) -> DispatchResult;
fn deposit_saft_equivalent(saft_nav: Balance) -> DispatchResult; }
Expand description

Helper trait for runtime benchmarks

Required methods

Implementors