Trait space_follows_runtime_api::SpaceFollowsApi[][src]

pub trait SpaceFollowsApi<Block: BlockT, AccountId>: Core<Block> where
    AccountId: Codec
{ fn get_space_ids_followed_by_account(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        account: AccountId
    ) -> Result<Vec<SpaceId>, Self::Error> { ... }
fn get_space_ids_followed_by_account_with_context(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        context: ExecutionContext,
        account: AccountId
    ) -> Result<Vec<SpaceId>, Self::Error> { ... }
fn filter_followed_space_ids(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        account: AccountId,
        space_ids: Vec<SpaceId>
    ) -> Result<Vec<SpaceId>, Self::Error> { ... }
fn filter_followed_space_ids_with_context(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        context: ExecutionContext,
        account: AccountId,
        space_ids: Vec<SpaceId>
    ) -> Result<Vec<SpaceId>, Self::Error> { ... } }

Provided methods

fn get_space_ids_followed_by_account(
    &self,
    __runtime_api_at_param__: &BlockId<Block>,
    account: AccountId
) -> Result<Vec<SpaceId>, Self::Error>
[src]

fn get_space_ids_followed_by_account_with_context(
    &self,
    __runtime_api_at_param__: &BlockId<Block>,
    context: ExecutionContext,
    account: AccountId
) -> Result<Vec<SpaceId>, Self::Error>
[src]

fn filter_followed_space_ids(
    &self,
    __runtime_api_at_param__: &BlockId<Block>,
    account: AccountId,
    space_ids: Vec<SpaceId>
) -> Result<Vec<SpaceId>, Self::Error>
[src]

fn filter_followed_space_ids_with_context(
    &self,
    __runtime_api_at_param__: &BlockId<Block>,
    context: ExecutionContext,
    account: AccountId,
    space_ids: Vec<SpaceId>
) -> Result<Vec<SpaceId>, Self::Error>
[src]

Loading content...

Trait Implementations

impl<Block: BlockT, AccountId, __Sr_Api_Error__> RuntimeApiInfo for dyn SpaceFollowsApi<Block, AccountId, Error = __Sr_Api_Error__>[src]

Implementors

Loading content...