Struct polymesh_api::polymesh::PagedQueryApi
source · pub struct PagedQueryApi<'api> { /* private fields */ }
Implementations§
source§impl<'api> PagedQueryApi<'api>
impl<'api> PagedQueryApi<'api>
pub fn system(&self) -> SystemPagedQueryApi<'api>
pub fn babe(&self) -> BabePagedQueryApi<'api>
pub fn timestamp(&self) -> TimestampPagedQueryApi<'api>
pub fn indices(&self) -> IndicesPagedQueryApi<'api>
pub fn balances(&self) -> BalancesPagedQueryApi<'api>
pub fn transaction_payment(&self) -> TransactionPaymentPagedQueryApi<'api>
pub fn identity(&self) -> IdentityPagedQueryApi<'api>
pub fn cdd_service_providers(&self) -> CddServiceProvidersPagedQueryApi<'api>
pub fn polymesh_committee(&self) -> PolymeshCommitteePagedQueryApi<'api>
pub fn committee_membership(&self) -> CommitteeMembershipPagedQueryApi<'api>
pub fn technical_committee(&self) -> TechnicalCommitteePagedQueryApi<'api>
pub fn technical_committee_membership( &self ) -> TechnicalCommitteeMembershipPagedQueryApi<'api>
pub fn upgrade_committee(&self) -> UpgradeCommitteePagedQueryApi<'api>
pub fn upgrade_committee_membership( &self ) -> UpgradeCommitteeMembershipPagedQueryApi<'api>
pub fn multi_sig(&self) -> MultiSigPagedQueryApi<'api>
pub fn bridge(&self) -> BridgePagedQueryApi<'api>
pub fn staking(&self) -> StakingPagedQueryApi<'api>
pub fn offences(&self) -> OffencesPagedQueryApi<'api>
pub fn session(&self) -> SessionPagedQueryApi<'api>
pub fn grandpa(&self) -> GrandpaPagedQueryApi<'api>
pub fn historical(&self) -> HistoricalPagedQueryApi<'api>
pub fn im_online(&self) -> ImOnlinePagedQueryApi<'api>
pub fn randomness_collective_flip( &self ) -> RandomnessCollectiveFlipPagedQueryApi<'api>
pub fn sudo(&self) -> SudoPagedQueryApi<'api>
pub fn asset(&self) -> AssetPagedQueryApi<'api>
pub fn capital_distribution(&self) -> CapitalDistributionPagedQueryApi<'api>
pub fn checkpoint(&self) -> CheckpointPagedQueryApi<'api>
pub fn compliance_manager(&self) -> ComplianceManagerPagedQueryApi<'api>
pub fn corporate_action(&self) -> CorporateActionPagedQueryApi<'api>
pub fn corporate_ballot(&self) -> CorporateBallotPagedQueryApi<'api>
pub fn permissions(&self) -> PermissionsPagedQueryApi<'api>
pub fn pips(&self) -> PipsPagedQueryApi<'api>
pub fn portfolio(&self) -> PortfolioPagedQueryApi<'api>
pub fn protocol_fee(&self) -> ProtocolFeePagedQueryApi<'api>
pub fn scheduler(&self) -> SchedulerPagedQueryApi<'api>
pub fn settlement(&self) -> SettlementPagedQueryApi<'api>
pub fn statistics(&self) -> StatisticsPagedQueryApi<'api>
pub fn sto(&self) -> StoPagedQueryApi<'api>
pub fn treasury(&self) -> TreasuryPagedQueryApi<'api>
pub fn utility(&self) -> UtilityPagedQueryApi<'api>
pub fn base(&self) -> BasePagedQueryApi<'api>
pub fn external_agents(&self) -> ExternalAgentsPagedQueryApi<'api>
pub fn relayer(&self) -> RelayerPagedQueryApi<'api>
pub fn contracts(&self) -> ContractsPagedQueryApi<'api>
pub fn polymesh_contracts(&self) -> PolymeshContractsPagedQueryApi<'api>
pub fn preimage(&self) -> PreimagePagedQueryApi<'api>
pub fn nft(&self) -> NftPagedQueryApi<'api>
pub fn test_utils(&self) -> TestUtilsPagedQueryApi<'api>
Trait Implementations§
source§impl<'api> Clone for PagedQueryApi<'api>
impl<'api> Clone for PagedQueryApi<'api>
source§fn clone(&self) -> PagedQueryApi<'api>
fn clone(&self) -> PagedQueryApi<'api>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'api> !RefUnwindSafe for PagedQueryApi<'api>
impl<'api> Send for PagedQueryApi<'api>
impl<'api> Sync for PagedQueryApi<'api>
impl<'api> Unpin for PagedQueryApi<'api>
impl<'api> !UnwindSafe for PagedQueryApi<'api>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where Self: TryInto<T>,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.source§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.