Trait profiles_runtime_api::ProfilesApi [−][src]
Provided methods
fn get_social_accounts_by_ids(
&self,
__runtime_api_at_param__: &BlockId<Block>,
account_ids: Vec<AccountId>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>>, Self::Error>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
account_ids: Vec<AccountId>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>>, Self::Error>
fn get_social_accounts_by_ids_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account_ids: Vec<AccountId>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>>, Self::Error>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account_ids: Vec<AccountId>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>>, Self::Error>