Skip to main content

EndOfEpochTransactionKindInterface

type EndOfEpochTransactionKindInterface

Operation run at the end of an epoch

BCS

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

```text 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 ```

type EndOfEpochTransactionKindInterface interface {
}