pub trait AssetRewards<Block: BlockT, Cost: MaybeDisplay + Codec>: Core<Block> {
// Provided method
fn pool_creation_cost(
&self,
__runtime_api_at_param__: <Block as BlockT>::Hash,
) -> Result<Cost, ApiError> { ... }
}Expand description
The runtime API for the asset rewards pallet.