Params holds parameters for the mint module.

interface Params {
    mintDenom: string;
    tokenReleaseSchedule: ScheduledTokenRelease[];
}

Properties

mintDenom: string

type of coin to mint

tokenReleaseSchedule: ScheduledTokenRelease[]

List of token release schedules