Trait profile_follows_runtime_api::ProfileFollowsApi [−][src]
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]
&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>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account: AccountId,
maybe_following: Vec<AccountId>
) -> Result<Vec<AccountId>, Self::Error>