Trait profile_follows_rpc::ProfileFollowsRuntimeApi [−][src]
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]
&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>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account: AccountId,
maybe_following: Vec<AccountId, Global>
) -> Result<Vec<AccountId, Global>, Self::Error>
Trait Implementations
impl<Block, AccountId, __Sr_Api_Error__> RuntimeApiInfo for dyn ProfileFollowsApi<Block, AccountId, Error = __Sr_Api_Error__> + 'static where
Block: Block,
[src]
Block: Block,