Table of Contents

Class ArkTxOutAsset

Namespace
NArk.Abstractions
Assembly
NArk.Abstractions.dll

An Ark-issued asset balance attached to a transaction output.

public record ArkTxOutAsset : IEquatable<ArkTxOutAsset>
Inheritance
ArkTxOutAsset
Implements
Inherited Members

Constructors

ArkTxOutAsset(string, ulong)

An Ark-issued asset balance attached to a transaction output.

public ArkTxOutAsset(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