EndOfEpochTransactionKind
open class EndOfEpochTransactionKind : Disposable, AutoCloseable, EndOfEpochTransactionKindInterface
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
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| equals | open operator override fun equals(other: Any?): Boolean |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| newChangeEpoch | fun newChangeEpoch(tx: ChangeEpoch): EndOfEpochTransactionKind |
| newChangeEpochV2 | fun newChangeEpochV2(tx: ChangeEpochV2): EndOfEpochTransactionKind |
| newChangeEpochV3 | fun newChangeEpochV3(tx: ChangeEpochV3): EndOfEpochTransactionKind |
| newChangeEpochV4 | fun newChangeEpochV4(tx: ChangeEpochV4): EndOfEpochTransactionKind |
| newTransactionDenyRulesCreate | fun newTransactionDenyRulesCreate(): EndOfEpochTransactionKind |