Skip to content

Commit

Permalink
Updated list of completed endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Jul 26, 2024
1 parent 5bf8241 commit 07272f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellar_rust_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
//! * Offers
//! * Orderbook
//! * Trades
//! * Trade aggregations
//!
//! #### Endpoints on the roadmap:
//! * Paths
//! * Payments
//! * Trade aggregations
//! * Transactions
//!
Expand Down Expand Up @@ -708,4 +708,4 @@ pub trait Paginatable {
fn set_order(self, order: Order) -> Result<Self, String>
where
Self: Sized;
}
}

0 comments on commit 07272f2

Please sign in to comment.