fireblocks-sdk
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -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 { |
{ | ||
"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
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
44772
860