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