Comparing version 1.0.0-beta.c594fede to 1.0.0-beta.caa3daa5
{ | ||
"name": "@iota/pad", | ||
"version": "1.0.0-beta.c594fede", | ||
"version": "1.0.0-beta.caa3daa5", | ||
"description": "Padding utility", | ||
@@ -14,3 +14,3 @@ "main": "./out/pad/src/index.js", | ||
"test-ci": "nyc ava", | ||
"format": "prettier" | ||
"lint": "tslint --project ." | ||
}, | ||
@@ -17,0 +17,0 @@ "contributors": [ |
import test from 'ava' | ||
import { padTrits, padTrytes } from '../src' | ||
import { padTrits } from '../src' | ||
@@ -4,0 +4,0 @@ test('padTrits() adds padding to trit array.', t => { |
@@ -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
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
35933
29
452