Interface VotePollParams

interface VotePollParams {
    choices: readonly number[];
}

Properties

Properties

choices: readonly number[]

Array of own votes containing index for each option (starting from 0)