WeightedVoteOption: {
    decode(input: Uint8Array | Reader, length?: number): WeightedVoteOption;
    encode(message: WeightedVoteOption, writer?: Writer): Writer;
    fromJSON(object: any): WeightedVoteOption;
    fromPartial<I>(object: I): WeightedVoteOption;
    toJSON(message: WeightedVoteOption): unknown;
}

Type declaration

Generated using TypeDoc