Class VtxoAsset
- Namespace
- NArk.Abstractions.VTXOs
- Assembly
- NArk.Abstractions.dll
An Arkade issued asset balance attached to a VTXO.
public record VtxoAsset : IEquatable<VtxoAsset>
- Inheritance
-
VtxoAsset
- Implements
- Inherited Members
Constructors
VtxoAsset(string, ulong)
An Arkade issued asset balance attached to a VTXO.
public VtxoAsset(string AssetId, ulong Amount)
Parameters
Properties
Amount
public ulong Amount { get; init; }
Property Value
AssetId
public string AssetId { get; init; }