Table of Contents

Struct BitcoinLockTime

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

Constructors

BitcoinLockTime(uint)

public BitcoinLockTime(uint ValueOrHeight)

Parameters

ValueOrHeight uint

Properties

ValueOrHeight

public uint ValueOrHeight { get; init; }

Property Value

uint

Operators

implicit operator uint(BitcoinLockTime)

public static implicit operator uint(BitcoinLockTime bitcoinLockTime)

Parameters

bitcoinLockTime BitcoinLockTime

Returns

uint

implicit operator BitcoinLockTime(uint)

public static implicit operator BitcoinLockTime(uint value)

Parameters

value uint

Returns

BitcoinLockTime