Table of Contents

Struct BitcoinKeyPath

Namespace
NLightning.Domain.Bitcoin.ValueObjects
Assembly
NLightning.Domain.dll
public readonly record struct BitcoinKeyPath : IEquatable<BitcoinKeyPath>
Implements
Inherited Members

Constructors

BitcoinKeyPath(byte[])

Initializes a new instance of the BitcoinKeyPath struct.

public BitcoinKeyPath(byte[] value)

Parameters

value byte[]

The key path value.

Properties

Value

public byte[] Value { get; }

Property Value

byte[]

Operators

implicit operator byte[](BitcoinKeyPath)

public static implicit operator byte[](BitcoinKeyPath script)

Parameters

script BitcoinKeyPath

Returns

byte[]

implicit operator BitcoinKeyPath(byte[])

public static implicit operator BitcoinKeyPath(byte[] bytes)

Parameters

bytes byte[]

Returns

BitcoinKeyPath