Params holds parameters for the mint module.

interface Version2Params {
    mintDenom: string;
    tokenReleaseSchedule: Version2ScheduledTokenRelease[];
}

Properties

mintDenom: string

type of coin to mint

tokenReleaseSchedule: Version2ScheduledTokenRelease[]

List of token release schedules