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

Type declaration

Generated using TypeDoc