@kava-labs/javascript-sdk
Advanced tools
Comparing version 9.0.0-beta to 9.0.0-beta-2
@@ -60,4 +60,4 @@ /// <reference types="node" /> | ||
receiver: string; | ||
timeoutHeight: number; | ||
timeoutTimestamp: number; | ||
timeoutHeight: string; | ||
timeoutTimestamp: string; | ||
}; | ||
@@ -64,0 +64,0 @@ }; |
@@ -61,4 +61,4 @@ import { Coin } from '../../types/Coin'; | ||
receiver: string; | ||
timeoutHeight: number; | ||
timeoutTimestamp: number; | ||
timeoutHeight: string; | ||
timeoutTimestamp: string; | ||
}; | ||
@@ -65,0 +65,0 @@ }; |
@@ -69,4 +69,4 @@ "use strict"; | ||
receiver: receiver, | ||
timeoutHeight: 0, | ||
timeoutTimestamp: timeoutTimestamp, | ||
timeoutHeight: '0', | ||
timeoutTimestamp: timeoutTimestamp.toString(), | ||
}, | ||
@@ -73,0 +73,0 @@ }; |
@@ -42,4 +42,4 @@ export declare const msg: { | ||
receiver: string; | ||
timeoutHeight: number; | ||
timeoutTimestamp: number; | ||
timeoutHeight: string; | ||
timeoutTimestamp: string; | ||
}; | ||
@@ -46,0 +46,0 @@ }; |
{ | ||
"name": "@kava-labs/javascript-sdk", | ||
"version": "9.0.0-beta", | ||
"version": "9.0.0-beta-2", | ||
"description": "Supports interaction with the Kava blockchain via a REST api", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -87,4 +87,4 @@ import { Coin } from '../../types/Coin'; | ||
receiver: receiver, | ||
timeoutHeight: 0, | ||
timeoutTimestamp: timeoutTimestamp, | ||
timeoutHeight: '0', | ||
timeoutTimestamp: timeoutTimestamp.toString(), | ||
}, | ||
@@ -91,0 +91,0 @@ }; |
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
366572