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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            commandIds?: string[];
            data?: string;
            executeData?: string;
            id?: string;
            keyId?: string;
            prevBatchedCommandsId?: string;
            proof?: {
                addresses?: string[];
                signatures?: string[];
                threshold?: string;
                weights?: string[];
            };
            status?: BatchedCommandsStatus;
        } & {
            commandIds?: string[] & string[] & {
                [K in string | symbol]: never
            };
            data?: string;
            executeData?: string;
            id?: string;
            keyId?: string;
            prevBatchedCommandsId?: string;
            proof?: {
                addresses?: string[];
                signatures?: string[];
                threshold?: string;
                weights?: string[];
            } & {
                addresses?: string[] & string[] & {
                    [K in string | symbol]: never
                };
                signatures?: string[] & string[] & {
                    [K in string | symbol]: never
                };
                threshold?: string;
                weights?: string[] & string[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            status?: BatchedCommandsStatus;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns BatchedCommandsResponse

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

      • I extends {
            commandIds?: string[];
            data?: string;
            executeData?: string;
            id?: string;
            keyId?: string;
            prevBatchedCommandsId?: string;
            proof?: {
                addresses?: string[];
                signatures?: string[];
                threshold?: string;
                weights?: string[];
            };
            status?: BatchedCommandsStatus;
        } & {
            commandIds?: string[] & string[] & {
                [K in string | symbol]: never
            };
            data?: string;
            executeData?: string;
            id?: string;
            keyId?: string;
            prevBatchedCommandsId?: string;
            proof?: {
                addresses?: string[];
                signatures?: string[];
                threshold?: string;
                weights?: string[];
            } & {
                addresses?: string[] & string[] & {
                    [K in string | symbol]: never
                };
                signatures?: string[] & string[] & {
                    [K in string | symbol]: never
                };
                threshold?: string;
                weights?: string[] & string[] & {
                    [K in string | symbol]: never
                };
            } & {
                [K in string | number | symbol]: never
            };
            status?: BatchedCommandsStatus;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns BatchedCommandsResponse

  • toJSON:function

Generated using TypeDoc