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 election_provider_multi_phase( &self, ) -> ElectionProviderMultiPhasePagedQueryApi<'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> Freeze for PagedQueryApi<'api>
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
Source§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
Source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
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 moreSource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.Source§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
Source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.