TallyParams defines the params for tallying votes on governance proposals.

interface TallyParamsSDKType {
    expedited_quorum: Uint8Array;
    expedited_threshold: Uint8Array;
    quorum: Uint8Array;
    threshold: Uint8Array;
    veto_threshold: Uint8Array;
}

Properties

expedited_quorum: Uint8Array
expedited_threshold: Uint8Array
quorum: Uint8Array
threshold: Uint8Array
veto_threshold: Uint8Array