Skip to main content

CoinInfo

Namespace: IotaSdk

public record class CoinInfo : System.IDisposable, System.IEquatable`1[[IotaSdk.CoinInfo, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectCoinInfo
Implements IDisposable, IEquatable<CoinInfo>
Attributes NullableContextAttribute, NullableAttribute

Properties

Amount

public ulong Amount { get; init; }

Property Value

UInt64

Id

public ObjectId Id { get; init; }

Property Value

ObjectId

TransferTxDigest

public TransactionDigest TransferTxDigest { get; init; }

Property Value

TransactionDigest

Constructors

CoinInfo(UInt64, ObjectId, TransactionDigest)

public CoinInfo(ulong Amount, ObjectId Id, TransactionDigest TransferTxDigest)

Parameters

Amount UInt64

Id ObjectId

TransferTxDigest TransactionDigest

Methods

Dispose()

public void Dispose()