Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
{ | ||
"name": "@iota/pad", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "Padding utility", | ||
@@ -5,0 +5,0 @@ "main": "./out/pad/src/index.js", |
@@ -226,3 +226,4 @@ import * as Promise from 'bluebird'; | ||
export declare type AttachToTangle = (trunkTransaction: Hash, branchTransaction: Hash, minWeightMagnitude: number, trytes: ReadonlyArray<Trytes>, callback?: Callback<ReadonlyArray<Trytes>>) => Promise<ReadonlyArray<Trytes>>; | ||
export declare type NativeGenerateSignatureFunction = (seed: number[], index: number, numberOfFragments: number, bundle: number[]) => Promise<number[]>; | ||
export declare const asArray: <T>(x: T | ReadonlyArray<T>) => ReadonlyArray<T>; | ||
export declare const getOptionsWithDefaults: <T>(defaults: Readonly<T>) => (options: Readonly<Partial<T>>) => Readonly<T>; |
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
26869
454