pub type ExtendendPubKey = Xpub;👎Deprecated since 0.31.0: use xpub instead
Expand description
The old name for xpub, extended public key (with a released typo in it).
Aliased Type§
pub struct ExtendendPubKey {
pub network: NetworkKind,
pub depth: u8,
pub parent_fingerprint: Fingerprint,
pub child_number: ChildNumber,
pub public_key: PublicKey,
pub chain_code: ChainCode,
}Fields§
§network: NetworkKindThe network kind this key is to be used on
depth: u8How many derivations this key is from the master (which is 0)
parent_fingerprint: FingerprintFingerprint of the parent key
child_number: ChildNumberChild number of the key used to derive from parent (0 for master)
public_key: PublicKeyPublic key
chain_code: ChainCodeChain code