Trait profile_follows_rpc::ProfileFollowsRuntimeApi[][src]

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

Provided methods

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

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

Loading content...

Trait Implementations

impl<Block, AccountId, __Sr_Api_Error__> RuntimeApiInfo for dyn ProfileFollowsApi<Block, AccountId, Error = __Sr_Api_Error__> + 'static where
    Block: Block
[src]

Implementors

Loading content...