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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            pollKey?: {
                id?: string;
                module?: string;
            };
            result?: {
                criminals?: {
                    criminals?: {
                        crimeType?: (...) | (...);
                        partyUid?: (...) | (...);
                    }[];
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                };
            };
            sender?: Uint8Array;
        } & {
            pollKey?: {
                id?: string;
                module?: string;
            } & {
                id?: string;
                module?: string;
            } & {
                [K in string | number | symbol]: never
            };
            result?: {
                criminals?: {
                    criminals?: {
                        crimeType?: ...;
                        partyUid?: ...;
                    }[];
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                };
            } & {
                criminals?: {
                    criminals?: (...)[];
                } & {
                    criminals?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                } & {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            sender?: Uint8Array;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns VotePubKeyRequest

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            pollKey?: {
                id?: string;
                module?: string;
            };
            result?: {
                criminals?: {
                    criminals?: {
                        crimeType?: (...) | (...);
                        partyUid?: (...) | (...);
                    }[];
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                };
            };
            sender?: Uint8Array;
        } & {
            pollKey?: {
                id?: string;
                module?: string;
            } & {
                id?: string;
                module?: string;
            } & {
                [K in string | number | symbol]: never
            };
            result?: {
                criminals?: {
                    criminals?: {
                        crimeType?: ...;
                        partyUid?: ...;
                    }[];
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                };
            } & {
                criminals?: {
                    criminals?: (...)[];
                } & {
                    criminals?: (...) & (...) & (...);
                } & {
                    [K in string | number | symbol]: never
                };
                data?: {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                } & {
                    groupRecoverInfo?: Uint8Array;
                    privateRecoverInfo?: Uint8Array;
                    pubKey?: Uint8Array;
                } & {
                    [K in string | number | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            sender?: Uint8Array;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns VotePubKeyRequest

  • toJSON:function

Generated using TypeDoc