Params holds parameters for the mint module.

interface ParamsAmino {
    mint_denom?: string;
    token_release_schedule?: ScheduledTokenReleaseAmino[];
}

Properties

mint_denom?: string

type of coin to mint

token_release_schedule?: ScheduledTokenReleaseAmino[]

List of token release schedules