Table of Contents

Class ReissuanceParams

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

Parameters for minting additional supply of an existing asset.

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

Constructors

ReissuanceParams(string, ulong)

Parameters for minting additional supply of an existing asset.

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