Trait pallet_price_feed::pallet::PriceFeedBenchmarks [−][src]
pub trait PriceFeedBenchmarks<AccountId, AssetId> {
fn create_feed(
caller: AccountId,
asset_id: AssetId
) -> DispatchResultWithPostInfo;
}