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

Type declaration

Generated using TypeDoc