This change makes method names on Xpub and Xpriv more consistent and easier to discover by following two patterns: - if the method deals with extended key, it contains 'xpub' or 'xpriv' in its name - if the method deals with non-extended key, it contains 'public_key' or 'private_key' One exception is 'ckd_*' methods, which are lower-level and their names come from BIP32; these keep using 'priv' and 'pub'. |
||
---|---|---|
.. | ||
data | ||
bip_174.rs | ||
psbt-sign-taproot.rs | ||
serde.rs | ||
serde_opcodes.rs |