Skip to content

Commit 38c386c

Browse files
committed
Revert "Add param title to protos"
This reverts commit 760acfb.
1 parent 760acfb commit 38c386c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/proto/commands_pb.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export class AddAssetQuantity extends jspb.Message {
1111
getAmount(): string;
1212
setAmount(value: string): void;
1313

14-
getTitle(): string;
15-
setTitle(value: string): void;
16-
1714
serializeBinary(): Uint8Array;
1815
toObject(includeInstance?: boolean): AddAssetQuantity.AsObject;
1916
static toObject(includeInstance: boolean, msg: AddAssetQuantity): AddAssetQuantity.AsObject;
@@ -28,7 +25,6 @@ export namespace AddAssetQuantity {
2825
export type AsObject = {
2926
assetId: string,
3027
amount: string,
31-
title: string,
3228
}
3329
}
3430

@@ -419,9 +415,6 @@ export class SubtractAssetQuantity extends jspb.Message {
419415
getAmount(): string;
420416
setAmount(value: string): void;
421417

422-
getTitle(): string;
423-
setTitle(value: string): void;
424-
425418
serializeBinary(): Uint8Array;
426419
toObject(includeInstance?: boolean): SubtractAssetQuantity.AsObject;
427420
static toObject(includeInstance: boolean, msg: SubtractAssetQuantity): SubtractAssetQuantity.AsObject;
@@ -436,7 +429,6 @@ export namespace SubtractAssetQuantity {
436429
export type AsObject = {
437430
assetId: string,
438431
amount: string,
439-
title: string,
440432
}
441433
}
442434

usun.diff

Whitespace-only changes.

0 commit comments

Comments
 (0)