Skip to content

Commit

Permalink
Apply final improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pease committed Jul 12, 2024
1 parent 2849aa4 commit 25f014a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stellar_rust_sdk/src/trades/trades_for_account_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ pub struct TradeAccountId(String);
/// Represents the absence of the ID of an account for which the trades are to be retrieved.
#[derive(Default, Clone)]
pub struct NoTradeAccountId;
#[derive(Default)]

#[derive(Pagination)]
#[derive(Default, Pagination)]
pub struct TradesForAccountRequest<I> {
/// The ID of the account for which the trades are to be retrieved.
account_id: I,
Expand Down

0 comments on commit 25f014a

Please sign in to comment.