Table of Contents

Class PubKeyProvider.HD

Namespace
NBitcoin.Scripting
Assembly
NArk.Abstractions.dll
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

extkey BitcoinExtPubKey
path KeyPath
derive PubKeyProvider.DeriveType

Properties

Derive

public PubKeyProvider.DeriveType Derive { get; }

Property Value

PubKeyProvider.DeriveType

Extkey

public BitcoinExtPubKey Extkey { get; }

Property Value

BitcoinExtPubKey

Path

public KeyPath Path { get; }

Property Value

KeyPath