Skip to content

Commit eb3353b

Browse files
committed
feat(cognitarium): update query limit msg type
1 parent 857c780 commit eb3353b

5 files changed

+5
-5
lines changed

contracts/okp4-cognitarium/src/msg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ pub struct SelectQuery {
363363
/// If `None`, there is no limit.
364364
/// Note: the value of the limit cannot exceed the maximum query limit defined in the store
365365
/// limitations.
366-
pub limit: Option<u64>,
366+
pub limit: Option<u32>,
367367
}
368368

369369
/// # DescribeQuery

docs/okp4-cognitarium-querymsg-definitions-selectquery-properties-limit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The maximum number of results to return. If `None`, there is no limit. Note: the
1818

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

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

docs/okp4-cognitarium-querymsg-definitions-selectquery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The maximum number of results to return. If `None`, there is no limit. Note: the
4545

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

48-
**unknown format**: the value of this string must follow the format: `uint64`
48+
**unknown format**: the value of this string must follow the format: `uint32`
4949

5050
## prefixes
5151

docs/okp4-cognitarium-querymsg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The maximum number of results to return. If `None`, there is no limit. Note: the
237237

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

240-
**unknown format**: the value of this string must follow the format: `uint64`
240+
**unknown format**: the value of this string must follow the format: `uint32`
241241

242242
### prefixes
243243

docs/schema/okp4-cognitarium.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)