Epoch
Namespace: IotaSdk
Validators won't sign a transaction unless the expiration Epoch is greater than or equal to the current epoch
internal record class Epoch : TransactionExpiration, System.IEquatable`1[[IotaSdk.TransactionExpiration, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.TransactionExpiration+Epoch, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TransactionExpiration → Epoch
Implements IEquatable<TransactionExpiration>, IEquatable<Epoch>
Attributes NullableAttribute
Properties
V1
public ulong V1 { get; init; }
Property Value
Constructors
Epoch(UInt64)
Validators won't sign a transaction unless the expiration Epoch is greater than or equal to the current epoch
public Epoch(ulong V1)
Parameters
V1 UInt64