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.0.12 to 1.0.13

11

dist/types.d.ts

@@ -56,4 +56,4 @@ export interface VaultAccountResponse {

waitForStatus?: boolean;
fee?: number | string;
gasPrice?: number | string;
fee?: number;
gasPrice?: number;
note: string;

@@ -76,2 +76,3 @@ }

name?: string;
subType?: string;
};

@@ -82,2 +83,3 @@ destination: {

name?: string;
subType?: string;
};

@@ -98,4 +100,9 @@ amount: number;

destinationAddress: string;
destinationAddressDescription?: string;
destinationTag: string;
addressType: string;
note: string;
exchangeTxId: string;
requestedAmount: number;
serviceFee?: number;
}

@@ -102,0 +109,0 @@ export interface CancelTransactionResponse {

2

package.json
{
"name": "fireblocks-sdk",
"version": "1.0.12",
"version": "1.0.13",
"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

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