Skip to content

Commit

Permalink
Building new typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchthat committed May 28, 2018
1 parent bffbd17 commit 1010fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/private.d.ts
Expand Up @@ -15,7 +15,7 @@ declare class Private {
GetClosedOrders(primaryCurrencyCode: string, secondaryCurrencyCode: string, pageIndex: number, pageSize: number): Promise<Orders>;
GetClosedFilledOrders(primaryCurrencyCode: string, secondaryCurrencyCode: string, pageIndex: number, pageSize: number): Promise<Orders>;
GetOrderDetails(orderGuid: string): Promise<Order>;
GetAccounts(): Promise<Account>;
GetAccounts(): Promise<Account[]>;
GetTransactions(accountGuid: string, fromTimestampUtc: string, toTimestampUtc: string, txTypes: string[], pageIndex: number, pageSize: number): Promise<Transactions>;
GetDigitalCurrencyDepositAddress(primaryCurrencyCode: string): Promise<DepositAddress>;
GetDigitalCurrencyDepositAddresses(primaryCurrencyCode: string, pageIndex: number, pageSize: number): Promise<DepositAddresses>;
Expand Down

0 comments on commit 1010fd0

Please sign in to comment.