Table of Contents

Class ArkAssetDetails

Namespace
NArk.Core.Transport.Models
Assembly
NArk.Core.dll
public record ArkAssetDetails : IEquatable<ArkAssetDetails>
Inheritance
ArkAssetDetails
Implements
Inherited Members

Constructors

ArkAssetDetails(string, ulong, string?, IReadOnlyDictionary<string, string>?)

public ArkAssetDetails(string AssetId, ulong Supply, string? ControlAssetId, IReadOnlyDictionary<string, string>? Metadata)

Parameters

AssetId string
Supply ulong
ControlAssetId string
Metadata IReadOnlyDictionary<string, string>

Properties

AssetId

public string AssetId { get; init; }

Property Value

string

ControlAssetId

public string? ControlAssetId { get; init; }

Property Value

string

Metadata

public IReadOnlyDictionary<string, string>? Metadata { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Supply

public ulong Supply { get; init; }

Property Value

ulong