Table of Contents

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

AssetId string
Amount ulong

Properties

Amount

public ulong Amount { get; init; }

Property Value

ulong

AssetId

public string AssetId { get; init; }

Property Value

string