Type Alias Leased

Leased: PlainDescriptor<{
    extra_reserved: bigint;
    leaser: SS58String;
    para_id: number;
    period_begin: number;
    period_count: number;
    total_amount: bigint;
}>

A para has won the right to a continuous set of lease periods as a parachain. First balance is any extra amount reserved on top of the para's existing deposit. Second balance is the total amount reserved.