You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transactions: SingleTransactionRequest, TransactionsForAccountRequest, TransactionsForLedgerRequest, TransactionsForLiquidityPoolRequest, account_muxed field in response
fee_stats: mod.rs (prelude)
models: mod.rs (prelude)
Additionally, there are some minor issues with existing documentation, including:
horizon_client.rs: documentation for get_all_offers mentions the return type OfferResponse, this should be AllOffersResponse
lib.rs: documentation for offers mentions "fetching all effects" in code example
offers: mod.rs, update prelude documentation
trades: all_trades_request.rs: AssetData: change // to ///
The text was updated successfully, but these errors were encountered:
There is still missing documentation throughout the
stellar_rust_sdk
, including:offers
: OffersForAccountRequestorder_book
: DetailsRequest, mod.rspayments
: AllPaymentsRequest, PaymentsForAccountRequest, PaymentsForLedgerRequest, PaymentForTransactionRequest, mod.rstrades
: TradesForAccountRequest, TradesForLiquidityPoolRequest, TradesForOfferRequesttransactions
: SingleTransactionRequest, TransactionsForAccountRequest, TransactionsForLedgerRequest, TransactionsForLiquidityPoolRequest,account_muxed
field in responsefee_stats
: mod.rs (prelude)models
: mod.rs (prelude)Additionally, there are some minor issues with existing documentation, including:
horizon_client.rs
: documentation forget_all_offers
mentions the return typeOfferResponse
, this should beAllOffersResponse
lib.rs
: documentation foroffers
mentions "fetching all effects" in code exampleoffers
: mod.rs, update prelude documentationtrades
:all_trades_request.rs
:AssetData
: change//
to///
The text was updated successfully, but these errors were encountered: