interface MsgVoteWeightedParams {
    options: SecretJS.Tx.WeightedVoteOption[];
    proposal_id: string;
    voter: string;
}

Hierarchy (view full)

Properties

proposal_id: string
voter: string

Generated using TypeDoc