fireblocks-sdk
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -48,2 +48,3 @@ export interface VaultAccountResponse { | ||
legacyAddress: string; | ||
enterpriseAddress?: string; | ||
tag: string; | ||
@@ -115,2 +116,3 @@ eosAccountName: string; | ||
legacyAddress?: string; | ||
enterpriseAddress?: string; | ||
} | ||
@@ -121,2 +123,3 @@ export interface GenerateAddressResponse { | ||
legacyAddress?: string; | ||
enterpriseAddress?: string; | ||
} | ||
@@ -123,0 +126,0 @@ export declare enum SigningAlgorithm { |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "1.6.3", | ||
"version": "1.6.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
91459
1902