Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fireblocks-sdk

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fireblocks-sdk - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

5

dist/fireblocks-sdk.d.ts

@@ -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) {

1

dist/types.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc