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 Object → CoinInfo
Implements IDisposable, IEquatable<CoinInfo>
Attributes NullableContextAttribute, NullableAttribute
Properties
Amount
public ulong Amount { get; init; }
Property Value
Id
public ObjectId Id { get; init; }
Property Value
TransferTxDigest
public TransactionDigest TransferTxDigest { get; init; }
Property Value
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()