Type alias Cooldown

Cooldown: {
    amount: Type;
    status: Upward<CooldownStatus>;
    timestamp: Type;
}

Describes a cooldown associated with removal of stake from a baker/delegator account

Type declaration

  • amount: Type

    The amount that is in cooldown and set to be released at the end of the cooldown period

  • status: Upward<CooldownStatus>

    The status of the cooldown

    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.

  • timestamp: Type

    The time at which the cooldown will end

Generated using TypeDoc