fireblocks-sdk
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -123,5 +123,6 @@ import { VaultAccountResponse, CreateTransactionResponse, TransactionArguments, AssetResponse, ExchangeResponse, TransactionResponse, TransactionFilter, CancelTransactionResponse, WalletContainerResponse, WalletAssetResponse, DepositAddressResponse, GenerateAddressResponse, OperationSuccessResponse, NetworkConnectionResponse, FiatAccountResponse } from "./types"; | ||
* Gets a list of transactions matching the given filter | ||
* @param filter.before Only gets transactions created before a given timestamp (in seconds) | ||
* @param filter.after Only gets transactions created after a given timestamp (in seconds) | ||
* @param filter.before Only gets transactions created before a given timestamp (in milliseconds) | ||
* @param filter.after Only gets transactions created after a given timestamp (in milliseconds) | ||
* @param filter.status Only gets transactions with the spcified status | ||
* @param filter.limit Limit the amount of returned results. If not specified, a limit of 200 results will be used | ||
*/ | ||
@@ -128,0 +129,0 @@ getTransactions(filter: TransactionFilter): Promise<TransactionResponse[]>; |
@@ -235,5 +235,6 @@ "use strict"; | ||
* Gets a list of transactions matching the given filter | ||
* @param filter.before Only gets transactions created before a given timestamp (in seconds) | ||
* @param filter.after Only gets transactions created after a given timestamp (in seconds) | ||
* @param filter.before Only gets transactions created before a given timestamp (in milliseconds) | ||
* @param filter.after Only gets transactions created after a given timestamp (in milliseconds) | ||
* @param filter.status Only gets transactions with the spcified status | ||
* @param filter.limit Limit the amount of returned results. If not specified, a limit of 200 results will be used | ||
*/ | ||
@@ -240,0 +241,0 @@ getTransactions(filter) { |
@@ -156,2 +156,3 @@ export interface VaultAccountResponse { | ||
status?: TransactionStatus; | ||
limit?: number; | ||
} | ||
@@ -158,0 +159,0 @@ export declare enum TransactionStatus { |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "dist/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/fireblocks-sdk.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51829
1035