feat: add NominationPoolsApi and StakingApi to Asset Hub runtime
- Implement NominationPoolsApi (pending_rewards, points_to_balance, etc.) - Implement StakingApi (nominations_quota, eras_stakers_page_count, pending_rewards) - Fix ss58-registry doc-test crate name (pezkuwi → pezsp) - Update CRITICAL_STATE.md with current network status and pending tasks
This commit is contained in:
Vendored
+2
-2
@@ -39,7 +39,7 @@ impl Token {
|
||||
/// `TokenRegistry` variant.
|
||||
///
|
||||
/// ```
|
||||
/// # use pezkuwi_ss58_registry::{Token, TokenRegistry};
|
||||
/// # use pezsp_ss58_registry::{Token, TokenRegistry};
|
||||
/// # #[cfg(feature = "std")]
|
||||
/// # fn x() {
|
||||
/// let token: Token = TokenRegistry::Hez.into();
|
||||
@@ -60,7 +60,7 @@ impl Token {
|
||||
/// different amounts.
|
||||
///
|
||||
/// ```
|
||||
/// # use pezkuwi_ss58_registry::{Token, TokenAmount};
|
||||
/// # use pezsp_ss58_registry::{Token, TokenAmount};
|
||||
/// # #[cfg(feature = "std")]
|
||||
/// # fn x() {
|
||||
/// let token = Token { name: "I❤U", decimals: 8 };
|
||||
|
||||
Reference in New Issue
Block a user