interface IncreaseLockup {
    new_locked_until_secs: bigint;
    old_locked_until_secs: bigint;
    pool_address: string;
}

Properties

new_locked_until_secs: bigint
old_locked_until_secs: bigint
pool_address: string