diff --git a/stellar_rust_sdk/src/lib.rs b/stellar_rust_sdk/src/lib.rs index 76ae58e..de5185b 100644 --- a/stellar_rust_sdk/src/lib.rs +++ b/stellar_rust_sdk/src/lib.rs @@ -15,7 +15,7 @@ //! stabilization. //! //! #### Supported endpoints: -//! ![86%](https://progress-bar.dev/86/?width=200) +//! ![93%](https://progress-bar.dev/93/?width=200) //! * Accounts //! * Assets //! * Claimable balance @@ -29,10 +29,10 @@ //! * Payments //! * Trades //! * Trade aggregations +//! * Transactions //! //! #### Endpoints on the roadmap: //! * Paths -//! * Transactions //! //! ## Example Usage