VotingParams defines the params for voting on governance proposals.

interface VotingParamsAmino {
    expedited_voting_period?: string;
    voting_period?: string;
}

Properties

expedited_voting_period?: string

Length of the expedited voting period.

voting_period?: string

Length of the voting period.