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
Properties
Amount
public ulong Amount { get; init; }
Property Value
AssetId
public string AssetId { get; init; }