Skip to content

Commit

Permalink
Update message AddAssetQuantity and SubtractAssetQuantity
Browse files Browse the repository at this point in the history
Signed-off-by: dominious1 <[email protected]>
  • Loading branch information
dominious1 authored Nov 3, 2023
1 parent 80c0636 commit 4074e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/develop/api/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Schema
message AddAssetQuantity {
string asset_id = 1;
string amount = 2;
optional string title = 3;
}
.. note::
Expand Down Expand Up @@ -793,6 +794,7 @@ Schema
message SubtractAssetQuantity {
string asset_id = 1;
string amount = 2;
optional string title = 3;
}
.. note::
Expand Down

0 comments on commit 4074e68

Please sign in to comment.