Table of Contents

Class IssuanceResult

Namespace
NArk.Abstractions.Assets
Assembly
NArk.Abstractions.dll

Result of an asset issuance: the Arkade transaction ID and the newly minted asset ID.

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

Constructors

IssuanceResult(string, string)

Result of an asset issuance: the Arkade transaction ID and the newly minted asset ID.

public IssuanceResult(string ArkTxId, string AssetId)

Parameters

ArkTxId string
AssetId string

Properties

ArkTxId

public string ArkTxId { get; init; }

Property Value

string

AssetId

public string AssetId { get; init; }

Property Value

string