Skip to main content

IEndOfEpochTransactionKind

Namespace: IotaSdk

Operation run at the end of an epoch

BCS

The BCS serialized form for this type is defined by the following ABNF:

end-of-epoch-transaction-kind = %d00 change-epoch ; ChangeEpoch
=/ %d01 change-epoch-v2 ; ChangeEpochV2
=/ %d02 change-epoch-v3 ; ChangeEpochV3
=/ %d03 change-epoch-v4 ; ChangeEpochV4
=/ %d04 ; TransactionDenyRulesCreate
public interface IEndOfEpochTransactionKind : System.IEquatable`1[[IotaSdk.EndOfEpochTransactionKind, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<EndOfEpochTransactionKind>