Skip to content

Commit

Permalink
refactor: transaction fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-hq committed Jan 14, 2025
1 parent 971b78c commit 2351375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/profiles/source/transaction.aggregate.contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ExtendedConfirmedTransactionDataCollection } from "./transaction.collec

export type AggregateQuery = {
identifiers?: Services.WalletIdentifier[];
types?: string[];
} & Services.ClientPagination;

/**
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/source/client.contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export interface ClientTransactionsInput extends ClientPagination {
identifiers?: WalletIdentifier[];
senderId?: string;
recipientId?: string;
orderBy?: string;
// Public Keys
senderPublicKey?: string;
recipientPublicKey?: string;
Expand Down

0 comments on commit 2351375

Please sign in to comment.