docs: fix broken rustdoc links across codebase
- Fix vendor/zombienet-sdk deprecated method doc links - Fix vendor/subxt doc links (eth::PublicKey, Client) - Fix vendor/ss58-registry TokenRegistry doc link - Fix pezpallet-presale event comment causing doc parse error - Fix pezframe-support broken Config trait link - Rebrand pezpallet-revive README with correct crate names and URLs
This commit is contained in:
@@ -159,7 +159,7 @@ pub struct RpcClient {
|
||||
tx: mpsc::UnboundedSender<Op>,
|
||||
}
|
||||
|
||||
/// Builder for [`Client`].
|
||||
/// Builder for [`RpcClient`].
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct RpcClientBuilder<P> {
|
||||
max_request_size: u32,
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ impl Keypair {
|
||||
self.0.secret_key()
|
||||
}
|
||||
|
||||
/// Obtain the [`eth::PublicKey`] of this keypair.
|
||||
/// Obtain the [`PublicKey`] of this keypair.
|
||||
pub fn public_key(&self) -> PublicKey {
|
||||
let uncompressed = self.0 .0.public_key().serialize_uncompressed();
|
||||
PublicKey(uncompressed)
|
||||
|
||||
Reference in New Issue
Block a user