Trait profiles_runtime_api::ProfilesApi[][src]

pub trait ProfilesApi<Block: BlockT, AccountId, BlockNumber>: Core<Block> where
    AccountId: Codec,
    BlockNumber: Codec
{ fn get_social_accounts_by_ids(
        &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> { ... } }

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]

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]

Loading content...

Trait Implementations

impl<Block: BlockT, AccountId, BlockNumber, __Sr_Api_Error__> RuntimeApiInfo for dyn ProfilesApi<Block, AccountId, BlockNumber, Error = __Sr_Api_Error__>[src]

Implementors

Loading content...