Trait runtime_common::apis::AnchorApi
source · pub trait AnchorApi<Block: BlockT, Hash, BlockNumber>: Core<Block>where
Hash: Codec,
BlockNumber: Codec,{
// Provided method
fn get_anchor_by_id(
&self,
__runtime_api_at_param__: <Block as BlockT>::Hash,
id: Hash
) -> Result<Option<AnchorData<Hash, BlockNumber>>, ApiError> { ... }
}
Expand description
Runtime Api for the pallet-anchors, to be implemented by and for a specific runtime that uses that pallet.