Skip to content

Commit

Permalink
feat(cognitarium): update query limit msg type
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jun 5, 2023
1 parent 857c780 commit eb3353b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/okp4-cognitarium/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ pub struct SelectQuery {
/// If `None`, there is no limit.
/// Note: the value of the limit cannot exceed the maximum query limit defined in the store
/// limitations.
pub limit: Option<u64>,
pub limit: Option<u32>,
}

/// # DescribeQuery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The maximum number of results to return. If `None`, there is no limit. Note: the

**minimum**: the value of this number must greater than or equal to: `0`

**unknown format**: the value of this string must follow the format: `uint64`
**unknown format**: the value of this string must follow the format: `uint32`
2 changes: 1 addition & 1 deletion docs/okp4-cognitarium-querymsg-definitions-selectquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The maximum number of results to return. If `None`, there is no limit. Note: the

**minimum**: the value of this number must greater than or equal to: `0`

**unknown format**: the value of this string must follow the format: `uint64`
**unknown format**: the value of this string must follow the format: `uint32`

## prefixes

Expand Down
2 changes: 1 addition & 1 deletion docs/okp4-cognitarium-querymsg.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ The maximum number of results to return. If `None`, there is no limit. Note: the

**minimum**: the value of this number must greater than or equal to: `0`

**unknown format**: the value of this string must follow the format: `uint64`
**unknown format**: the value of this string must follow the format: `uint32`

### prefixes

Expand Down
2 changes: 1 addition & 1 deletion docs/schema/okp4-cognitarium.json

Large diffs are not rendered by default.

0 comments on commit eb3353b

Please sign in to comment.