Skip to content

Commit

Permalink
doc: Remove meaningless >
Browse files Browse the repository at this point in the history
Co-authored-by: ian <me@iany.me>
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec and doitian committed Oct 31, 2023
1 parent ee09a36 commit 185a406
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rpc/src/module/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ pub trait IndexerRpc {
///
/// ## Returns
///
/// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells.
/// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells.
///
/// * objects:
/// - output: the fields of an output cell
/// - output_data: the cell data
Expand Down Expand Up @@ -410,7 +411,9 @@ pub trait IndexerRpc {
/// * after: pagination parameter, optional
///
/// ## Returns
/// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions.
///
/// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions.
///
/// * objects - enum, ungrouped TxWithCell | grouped TxWithCells
/// - TxWithCell:
/// - tx_hash: transaction hash,
Expand Down

0 comments on commit 185a406

Please sign in to comment.