PendingUpgrade describes a currently pending upgrade and includes the submitted upgrade descriptor.

interface UpgradePendingUpgrade {
    descriptor: UpgradeDescriptor;
    last_completed_stage: longnum;
    upgrade_height: longnum;
    v: number;
}

Hierarchy (view full)

Properties

descriptor: UpgradeDescriptor

Descriptor is the upgrade descriptor describing the upgrade.

last_completed_stage: longnum

LastCompletedStage is the last upgrade stage that was successfully completed.

upgrade_height: longnum

UpgradeHeight is the height at which the upgrade epoch was reached (or InvalidUpgradeHeight if it hasn't been reached yet).

v: number