Trait profiles_rpc::ProfilesRuntimeApi [−][src]
Provided methods
pub fn get_social_accounts_by_ids(
&self,
__runtime_api_at_param__: &BlockId<Block>,
account_ids: Vec<AccountId, Global>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>, Global>, Self::Error>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
account_ids: Vec<AccountId, Global>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>, Global>, Self::Error>
pub fn get_social_accounts_by_ids_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account_ids: Vec<AccountId, Global>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>, Global>, Self::Error>
[src]
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
account_ids: Vec<AccountId, Global>
) -> Result<Vec<FlatSocialAccount<AccountId, BlockNumber>, Global>, Self::Error>
Trait Implementations
impl<Block, AccountId, BlockNumber, __Sr_Api_Error__> RuntimeApiInfo for dyn ProfilesApi<Block, AccountId, BlockNumber, Error = __Sr_Api_Error__> + 'static where
Block: Block,
[src]
Block: Block,