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