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 {
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
You can’t perform that action at this time.
0 commit comments