@iota/bundle
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "@iota/bundle", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"description": "Utilities for generating and signing bundles", | ||
@@ -67,7 +67,7 @@ "main": "./out/bundle/src/index.js", | ||
"dependencies": { | ||
"@iota/converter": "^1.0.0-beta.6", | ||
"@iota/kerl": "^1.0.0-beta.6", | ||
"@iota/pad": "^1.0.0-beta.6", | ||
"@iota/signing": "^1.0.0-beta.6" | ||
"@iota/converter": "^1.0.0-beta.7", | ||
"@iota/kerl": "^1.0.0-beta.7", | ||
"@iota/pad": "^1.0.0-beta.7", | ||
"@iota/signing": "^1.0.0-beta.7" | ||
} | ||
} |
@@ -29,2 +29,4 @@ /** @module bundle */ | ||
export { Transaction, Bundle } | ||
const getEntryWithDefaults = (entry: Partial<BundleEntry>): BundleEntry => ({ | ||
@@ -31,0 +33,0 @@ length: entry.length || 1, |
/** @module bundle */ | ||
import '../../typed-array'; | ||
import { Hash, Transaction, // tslint:disable-line no-unused-variable | ||
import { Bundle, Hash, Transaction, // tslint:disable-line no-unused-variable | ||
Trytes } from '../../types'; | ||
@@ -13,2 +13,3 @@ export interface BundleEntry { | ||
} | ||
export { Transaction, Bundle }; | ||
/** | ||
@@ -15,0 +16,0 @@ * Creates a bunlde with given transaction entries. |
@@ -223,3 +223,2 @@ import * as Promise from 'bluebird'; | ||
} | ||
export declare type CreateProvider = (settings?: Partial<object>) => Provider; | ||
/** Attach to tangle */ | ||
@@ -226,0 +225,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
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
950
53770
Updated@iota/kerl@^1.0.0-beta.7
Updated@iota/pad@^1.0.0-beta.7
Updated@iota/signing@^1.0.0-beta.7