interface VestingSchedule {
    last_vested_period: bigint;
    period_duration: bigint;
    schedule: _0x1.fixed_point32.FixedPoint32[];
    start_timestamp_secs: bigint;
}

Properties

last_vested_period: bigint
period_duration: bigint
start_timestamp_secs: bigint