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