Struct ExtPrivKey
- Namespace
- NLightning.Domain.Bitcoin.ValueObjects
- Assembly
- NLightning.Domain.dll
public readonly record struct ExtPrivKey : IEquatable<ExtPrivKey>
- Implements
- Inherited Members
Constructors
ExtPrivKey(byte[])
Initializes a new instance of the PrivKey struct.
public ExtPrivKey(byte[] value)
Parameters
value
byte[]The private key value.
Properties
Value
The private key value.
public byte[] Value { get; }
Property Value
- byte[]
Operators
implicit operator byte[](ExtPrivKey)
public static implicit operator byte[](ExtPrivKey script)
Parameters
script
ExtPrivKey
Returns
- byte[]
implicit operator ExtPrivKey(byte[])
public static implicit operator ExtPrivKey(byte[] bytes)
Parameters
bytes
byte[]