Trait profile_follows_runtime_api::ProfileFollowsApi[][src]

pub trait ProfileFollowsApi<Block: BlockT, AccountId>: Core<Block> where
    AccountId: Codec
{ fn filter_followed_accounts(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        account: AccountId,
        maybe_following: Vec<AccountId>
    ) -> Result<Vec<AccountId>, Self::Error> { ... }
fn filter_followed_accounts_with_context(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        context: ExecutionContext,
        account: AccountId,
        maybe_following: Vec<AccountId>
    ) -> Result<Vec<AccountId>, Self::Error> { ... } }

Provided methods

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

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

Loading content...

Trait Implementations

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

Implementors

Loading content...