Trait profiles_rpc::ProfilesRuntimeApi[][src]

pub trait ProfilesRuntimeApi<Block, AccountId, BlockNumber>: Core<Block> where
    Block: Block,
    AccountId: Codec,
    BlockNumber: Codec
{ 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> { ... }
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> { ... } }

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]

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]

Loading content...

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]

Implementors

Loading content...