Skip to content

Commit

Permalink
update volume doc again
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Aug 30, 2023
1 parent 7429bc3 commit e54de96
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36183,8 +36183,8 @@ paths:
type: string
format: uint64
title: >-
volume is the total quantity of the marker associated
with the price
volume is the number of tokens of the marker that were
purchased for the price
updated_block_height:
type: string
format: uint64
Expand Down Expand Up @@ -83305,7 +83305,9 @@ definitions:
volume:
type: string
format: uint64
title: volume is the total quantity of the marker associated with the price
title: >-
volume is the number of tokens of the marker that were purchased for
the price
updated_block_height:
type: string
format: uint64
Expand Down Expand Up @@ -83927,8 +83929,8 @@ definitions:
type: string
format: uint64
title: >-
volume is the total quantity of the marker associated with the
price
volume is the number of tokens of the marker that were purchased
for the price
updated_block_height:
type: string
format: uint64
Expand Down
2 changes: 1 addition & 1 deletion docs/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ NetAssetValue defines a marker's net asset value
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `price` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | price is the complete value of the asset's volume |
| `volume` | [uint64](#uint64) | | volume is the total quantity of the marker associated with the price |
| `volume` | [uint64](#uint64) | | volume is the number of tokens of the marker that were purchased for the price |
| `updated_block_height` | [uint64](#uint64) | | updated_block_height is the block height of last update |


Expand Down
2 changes: 1 addition & 1 deletion proto/provenance/marker/v1/marker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ enum MarkerStatus {
message NetAssetValue {
// price is the complete value of the asset's volume
cosmos.base.v1beta1.Coin price = 1 [(gogoproto.nullable) = false];
// volume is the total quantity of the marker associated with the price
// volume is the number of tokens of the marker that were purchased for the price
uint64 volume = 2;
// updated_block_height is the block height of last update
uint64 updated_block_height = 3;
Expand Down
2 changes: 1 addition & 1 deletion x/marker/types/marker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e54de96

Please sign in to comment.