Voted: {
    create<I>(base?): Voted;
    decode(input, length?): Voted;
    encode(message, writer?): Writer;
    fromJSON(object): Voted;
    fromPartial<I>(object): Voted;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc