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

fireblocks-sdk

Package Overview
Dependencies
Maintainers
2
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.5.6 to 1.5.7

19

dist/types.d.ts

@@ -114,5 +114,8 @@ export interface VaultAccountResponse {

operation?: TransactionOperation;
fee?: number;
gasPrice?: number;
gasLimit?: number;
fee?: number | string;
feeLevel?: FeeLevel;
failOnLowFee?: boolean;
maxFee?: string;
gasPrice?: number | string;
gasLimit?: number | string;
note: string;

@@ -125,2 +128,7 @@ cpuStaking?: number;

}
export declare enum FeeLevel {
HIGH = "HIGH",
MEDIUM = "MEDIUM",
LOW = "LOW"
}
export interface ExchangeResponse {

@@ -183,4 +191,7 @@ id: string;

amlScreeningResult?: {
provider: string;
provider?: string;
payload: any;
screeningStatus: string;
bypassReason: string;
timestamp: number;
};

@@ -187,0 +198,0 @@ signedMessages?: SignedMessageResponse[];

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransferTicketTermStatus = exports.TransferTicketStatus = exports.TransactionOperation = exports.PeerType = exports.TransactionStatus = exports.TransactionOrder = exports.SigningAlgorithm = void 0;
exports.TransferTicketTermStatus = exports.TransferTicketStatus = exports.TransactionOperation = exports.PeerType = exports.TransactionStatus = exports.TransactionOrder = exports.FeeLevel = exports.SigningAlgorithm = void 0;
var SigningAlgorithm;

@@ -10,2 +10,8 @@ (function (SigningAlgorithm) {

})(SigningAlgorithm = exports.SigningAlgorithm || (exports.SigningAlgorithm = {}));
var FeeLevel;
(function (FeeLevel) {
FeeLevel["HIGH"] = "HIGH";
FeeLevel["MEDIUM"] = "MEDIUM";
FeeLevel["LOW"] = "LOW";
})(FeeLevel = exports.FeeLevel || (exports.FeeLevel = {}));
var TransactionOrder;

@@ -12,0 +18,0 @@ (function (TransactionOrder) {

{
"name": "fireblocks-sdk",
"version": "1.5.6",
"version": "1.5.7",
"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