A stake pool retirement certificate is trying to retire too late in the future. Indeed, there's a maximum delay for stake pool retirement, controlled by a protocol parameter. The field 'data.currentEpoch' indicates the current epoch known of the ledger, 'data.declaredEpoch' refers to the epoch declared in the retirement certificate and 'data.firstInvalidEpoch' is the first epoch considered invalid (too far) for retirement

Hierarchy

  • SubmitTransactionFailureRetirementTooLate

Index

Properties

Properties

code

code: "3142"

data

data: object

Type declaration

  • currentEpoch: number
  • declaredEpoch: number
  • firstInvalidEpoch: number

message

message: string