Type alias PendingUpdate

PendingUpdate: {
    effect: Upward<PendingUpdateEffect>;
    effectiveTime: Type;
}

A pending update

Type declaration

  • effect: Upward<PendingUpdateEffect>

    The effect of the update.

    Please note, this can possibly be unknown if the SDK is not fully compatible with the Concordium node queried, in which case null is returned.

  • effectiveTime: Type

    The effective time of the update

Generated using TypeDoc