Skip to content

Commit

Permalink
Merge pull request #4193 from EthanYuan/fix-rpc-doc-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
quake authored Oct 16, 2023
2 parents c9efe08 + 5539584 commit 9296448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ Returns the live cells collection by the lock or type script.

* limit: result size limit

* after_cursor: pagination parameter, optional
* after: pagination parameter, optional

###### Returns

Expand Down Expand Up @@ -2556,7 +2556,7 @@ Returns the transactions collection by the lock or type script.

* limit: result size limit

* after_cursor: pagination parameter, optional
* after: pagination parameter, optional

###### Returns

Expand Down
4 changes: 2 additions & 2 deletions rpc/src/module/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub trait IndexerRpc {
/// - with_data - bool, optional default is `true`, if with_data is set to false, the field of returning cell.output_data is null in the result
/// * order: enum, asc | desc
/// * limit: result size limit
/// * after_cursor: pagination parameter, optional
/// * after: pagination parameter, optional
///
/// ## Returns
///
Expand Down Expand Up @@ -406,7 +406,7 @@ pub trait IndexerRpc {
/// - group_by_transaction - bool, optional default is `false`, if group_by_transaction is set to true, the returning objects will be grouped by the tx hash
/// * order: enum, asc | desc
/// * limit: result size limit
/// * after_cursor: pagination parameter, optional
/// * after: pagination parameter, optional
///
/// ## Returns
/// * objects - enum, ungrouped TxWithCell | grouped TxWithCells
Expand Down

0 comments on commit 9296448

Please sign in to comment.