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

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            commands?: {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            }[];
        } & {
            commands?: {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            }[] & ({
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            } & {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {} & {} & {
                    [K in (...)]: (...)
                };
                type?: string;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns PendingCommandsResponse

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

      • I extends {
            commands?: {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            }[];
        } & {
            commands?: {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            }[] & ({
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {};
                type?: string;
            } & {
                id?: string;
                keyId?: string;
                maxGasCost?: number;
                params?: {} & {} & {
                    [K in (...)]: (...)
                };
                type?: string;
            } & {
                [K in string | number | symbol]: never
            })[] & {
                [K in string | symbol]: never
            };
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns PendingCommandsResponse

  • toJSON:function

Generated using TypeDoc