Type alias Cooldown

Cooldown: {
    amount: CcdAmount.Type;
    status: CooldownStatus;
    timestamp: Timestamp.Type;
}

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

Type declaration

  • amount: CcdAmount.Type

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

  • status: CooldownStatus

    The status of the cooldown

  • timestamp: Timestamp.Type

    The time at which the cooldown will end

Generated using TypeDoc