@iota/signing
Advanced tools
Comparing version 1.0.0-beta.c594fede to 1.0.0-beta.caa3daa5
@@ -40,3 +40,3 @@ "use strict"; | ||
* | ||
* @param {Int8Array} subseed - Subseed trits | ||
* @param {Int8Array} subseedTrits - Subseed trits | ||
* @param {number} length - Private key length | ||
@@ -43,0 +43,0 @@ * |
{ | ||
"name": "@iota/signing", | ||
"version": "1.0.0-beta.c594fede", | ||
"version": "1.0.0-beta.caa3daa5", | ||
"description": "IOTA Signing Scheme", | ||
@@ -13,3 +13,4 @@ "main": "./out/signing/src/index.js", | ||
"test": "tsc", | ||
"format": "prettier", | ||
"test-ci": "echo \"Warning: no test specified\" && exit 0", | ||
"lint": "tslint --project .", | ||
"docs": "tsc && jsdoc2md --no-cache --plugin dmd-clear -t README_tpl.hbs --files './out/**/*.js' > README.md" | ||
@@ -47,6 +48,6 @@ }, | ||
"dependencies": { | ||
"@iota/converter": "^1.0.0-beta.c594fede", | ||
"@iota/kerl": "^1.0.0-beta.c594fede", | ||
"@iota/pad": "^1.0.0-beta.c594fede" | ||
"@iota/converter": "^1.0.0-beta.caa3daa5", | ||
"@iota/kerl": "^1.0.0-beta.caa3daa5", | ||
"@iota/pad": "^1.0.0-beta.caa3daa5" | ||
} | ||
} |
@@ -47,3 +47,3 @@ /** @module signing */ | ||
* | ||
* @param {Int8Array} subseed - Subseed trits | ||
* @param {Int8Array} subseedTrits - Subseed trits | ||
* @param {number} length - Private key length | ||
@@ -50,0 +50,0 @@ * |
@@ -0,1 +1,2 @@ | ||
/** @module signing */ | ||
import '../../typed-array'; | ||
@@ -14,3 +15,3 @@ /** | ||
* | ||
* @param {Int8Array} subseed - Subseed trits | ||
* @param {Int8Array} subseedTrits - Subseed trits | ||
* @param {number} length - Private key length | ||
@@ -17,0 +18,0 @@ * |
@@ -1,2 +0,1 @@ | ||
/// <reference types="bluebird" /> | ||
import * as Promise from 'bluebird'; | ||
@@ -72,3 +71,3 @@ export declare type Maybe<T> = T | void; | ||
CHECK_CONSISTENCY = "checkConsistency", | ||
WERE_ADDRESSES_SPENT_FROM = "wereAddressesSpentFrom", | ||
WERE_ADDRESSES_SPENT_FROM = "wereAddressesSpentFrom" | ||
} | ||
@@ -225,3 +224,2 @@ export interface BaseCommand { | ||
} | ||
export declare type CreateProvider = (settings?: Partial<object>) => Provider; | ||
/** Attach to tangle */ | ||
@@ -228,0 +226,0 @@ export declare type AttachToTangle = (trunkTransaction: Hash, branchTransaction: Hash, minWeightMagnitude: number, trytes: ReadonlyArray<Trytes>, callback?: Callback<ReadonlyArray<Trytes>>) => Promise<ReadonlyArray<Trytes>>; |
Sorry, the diff of this file is not supported yet
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
53315
27
1023