Class BoardingUtxo
- Namespace
- NArk.Abstractions.Blockchain
- Assembly
- NArk.Abstractions.dll
On-chain UTXO at a boarding address, returned by GetUtxosAsync(string, CancellationToken).
public record BoardingUtxo : IEquatable<BoardingUtxo>
- Inheritance
-
BoardingUtxo
- Implements
- Inherited Members
Constructors
BoardingUtxo(string, uint, ulong, bool, long, long)
On-chain UTXO at a boarding address, returned by GetUtxosAsync(string, CancellationToken).
public BoardingUtxo(string Txid, uint Vout, ulong Amount, bool Confirmed, long BlockHeight, long BlockTime)
Parameters
Properties
Amount
public ulong Amount { get; init; }
Property Value
BlockHeight
public long BlockHeight { get; init; }
Property Value
BlockTime
public long BlockTime { get; init; }
Property Value
Confirmed
public bool Confirmed { get; init; }
Property Value
Txid
public string Txid { get; init; }
Property Value
Vout
public uint Vout { get; init; }