Comparing version 1.3.7 to 1.3.8
@@ -0,0 +0,0 @@ --- |
@@ -0,0 +0,0 @@ --- |
@@ -14,2 +14,6 @@ 'use strict'; | ||
var _operations = require('./serializer/src/operations'); | ||
var ops = _interopRequireWildcard(_operations); | ||
var _bytebuffer = require('bytebuffer'); | ||
@@ -19,2 +23,4 @@ | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -21,0 +27,0 @@ |
@@ -80,5 +80,5 @@ "use strict"; | ||
This does it all: set fees, finalize, sign, and broadcast (if wanted). | ||
@arg {ConfidentialWallet} cwallet - must be unlocked, used to gather signing keys | ||
@arg {array<string>} [signer_pubkeys = null] - Optional ["GPHAbc9Def0...", ...]. These are additional signing keys. Some balance claims require propritary address formats, the witness node can't tell us which ones are needed so they must be passed in. If the witness node can figure out a signing key (mostly all other transactions), it should not be passed in here. | ||
@arg {boolean} [broadcast = false] | ||
@arg {ConfidentialWallet} cwallet - must be unlocked, used to gather signing keys | ||
@arg {array<string>} [signer_pubkeys = null] - Optional ["GPHAbc9Def0...", ...]. These are additional signing keys. Some balance claims require propritary address formats, the witness node can't tell us which ones are needed so they must be passed in. If the witness node can figure out a signing key (mostly all other transactions), it should not be passed in here. | ||
@arg {boolean} [broadcast = false] | ||
*/ | ||
@@ -85,0 +85,0 @@ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
import _JSON$stringify from 'babel-runtime/core-js/json/stringify'; | ||
import types from './serializer/src/types'; | ||
import * as ops from "./serializer/src/operations"; | ||
import ByteBuffer from 'bytebuffer'; | ||
@@ -4,0 +5,0 @@ |
@@ -49,5 +49,5 @@ import _JSON$stringify from "babel-runtime/core-js/json/stringify"; | ||
This does it all: set fees, finalize, sign, and broadcast (if wanted). | ||
@arg {ConfidentialWallet} cwallet - must be unlocked, used to gather signing keys | ||
@arg {array<string>} [signer_pubkeys = null] - Optional ["GPHAbc9Def0...", ...]. These are additional signing keys. Some balance claims require propritary address formats, the witness node can't tell us which ones are needed so they must be passed in. If the witness node can figure out a signing key (mostly all other transactions), it should not be passed in here. | ||
@arg {boolean} [broadcast = false] | ||
@arg {ConfidentialWallet} cwallet - must be unlocked, used to gather signing keys | ||
@arg {array<string>} [signer_pubkeys = null] - Optional ["GPHAbc9Def0...", ...]. These are additional signing keys. Some balance claims require propritary address formats, the witness node can't tell us which ones are needed so they must be passed in. If the witness node can figure out a signing key (mostly all other transactions), it should not be passed in here. | ||
@arg {boolean} [broadcast = false] | ||
*/ | ||
@@ -54,0 +54,0 @@ |
@@ -0,0 +0,0 @@ import types from "./types"; |
@@ -0,0 +0,0 @@ import _typeof from "babel-runtime/helpers/typeof"; |
@@ -0,0 +0,0 @@ import {name_to_string, object_id_type, string_to_name} from "../lib/serializer"; |
{ | ||
"name": "gxbjs", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "Pure JavaScript GXChain library for node.js and browsers.", | ||
@@ -5,0 +5,0 @@ "browser": { |
Sorry, the diff of this file is not supported yet
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
13076
744238