stellar-base
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -78,2 +78,7 @@ "use strict"; | ||
}, | ||
rawSecretKey: { | ||
value: function rawSecretKey() { | ||
return this._secretKey; | ||
} | ||
}, | ||
canSign: { | ||
@@ -80,0 +85,0 @@ value: function canSign() { |
@@ -336,3 +336,3 @@ "use strict"; | ||
* @param {string} amount - The total amount you're selling. If 0, deletes the offer. | ||
* @param {number} price - The exchange rate ratio (takerpay / takerget) | ||
* @param {number} price - The exchange rate ratio (selling / buying) | ||
* @param {string} [opts.source] - The source account (defaults to transaction source). | ||
@@ -339,0 +339,0 @@ * @returns {xdr.CreatePassiveOfferOp} |
{ | ||
"name": "stellar-base", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Low level stellar support library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -88,2 +88,6 @@ | ||
rawSecretKey() { | ||
return this._secretKey; | ||
} | ||
canSign() { | ||
@@ -90,0 +94,0 @@ return !!this._secretKey; |
@@ -286,3 +286,3 @@ import {xdr, Keypair, Hyper, UnsignedHyper, hash} from "./index"; | ||
* @param {string} amount - The total amount you're selling. If 0, deletes the offer. | ||
* @param {number} price - The exchange rate ratio (takerpay / takerget) | ||
* @param {number} price - The exchange rate ratio (selling / buying) | ||
* @param {string} [opts.source] - The source account (defaults to transaction source). | ||
@@ -289,0 +289,0 @@ * @returns {xdr.CreatePassiveOfferOp} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1675989
37267