Class PubKeyProvider.HD
public class PubKeyProvider.HD : PubKeyProvider, IEquatable<PubKeyProvider>
- Inheritance
-
PubKeyProvider.HD
- Implements
- Inherited Members
Constructors
HD(BitcoinExtPubKey, KeyPath, DeriveType)
public HD(BitcoinExtPubKey extkey, KeyPath path, PubKeyProvider.DeriveType derive)
Parameters
extkeyBitcoinExtPubKeypathKeyPathderivePubKeyProvider.DeriveType
Properties
Derive
public PubKeyProvider.DeriveType Derive { get; }
Property Value
Extkey
public BitcoinExtPubKey Extkey { get; }
Property Value
- BitcoinExtPubKey
Path
public KeyPath Path { get; }
Property Value
- KeyPath