File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ export class AddAssetQuantity extends jspb.Message {
11
11
getAmount ( ) : string ;
12
12
setAmount ( value : string ) : void ;
13
13
14
- getTitle ( ) : string ;
15
- setTitle ( value : string ) : void ;
16
-
17
14
serializeBinary ( ) : Uint8Array ;
18
15
toObject ( includeInstance ?: boolean ) : AddAssetQuantity . AsObject ;
19
16
static toObject ( includeInstance : boolean , msg : AddAssetQuantity ) : AddAssetQuantity . AsObject ;
@@ -28,7 +25,6 @@ export namespace AddAssetQuantity {
28
25
export type AsObject = {
29
26
assetId : string ,
30
27
amount : string ,
31
- title : string ,
32
28
}
33
29
}
34
30
@@ -419,9 +415,6 @@ export class SubtractAssetQuantity extends jspb.Message {
419
415
getAmount ( ) : string ;
420
416
setAmount ( value : string ) : void ;
421
417
422
- getTitle ( ) : string ;
423
- setTitle ( value : string ) : void ;
424
-
425
418
serializeBinary ( ) : Uint8Array ;
426
419
toObject ( includeInstance ?: boolean ) : SubtractAssetQuantity . AsObject ;
427
420
static toObject ( includeInstance : boolean , msg : SubtractAssetQuantity ) : SubtractAssetQuantity . AsObject ;
@@ -436,7 +429,6 @@ export namespace SubtractAssetQuantity {
436
429
export type AsObject = {
437
430
assetId : string ,
438
431
amount : string ,
439
- title : string ,
440
432
}
441
433
}
442
434
You can’t perform that action at this time.
0 commit comments