interface TokenDistributionSchedule {
    allocations: TokenAllocation[];
    stake_subsidy_fund_mist: bigint;
}

Properties

allocations: TokenAllocation[]
stake_subsidy_fund_mist: bigint