7.1.4 • Published 11 months ago

@dfares/whitelist v7.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@dfares/whitelist

This package contains utilities for working with DarkForest whitelist keys.

Installation

You can install this package using npm or yarn by running:

npm install --save @dfares/whitelist
yarn add @dfares/whitelist

When using this in a plugin, you might want to load it with skypack

import * as whitelist from 'http://cdn.skypack.dev/@dfares/whitelist';

Table of contents

Variables

Functions

Variables

keysPerTx

Const keysPerTx: 400

Functions

bigIntFromKey

bigIntFromKey(key): BigInteger

Parameters

NameType
keystring

Returns

BigInteger


generateKey

generateKey(): string

Returns

string


generateKeys

generateKeys(count): string[]

Parameters

NameType
countnumber

Returns

string[]


keyHash

keyHash(key): string

Parameters

NameType
keystring

Returns

string

7.1.4

11 months ago

6.8.14

1 year ago

6.8.13

1 year ago

6.8.12

1 year ago

6.8.11

1 year ago

6.8.10

1 year ago

6.8.9

1 year ago

6.8.8

1 year ago

6.8.7

1 year ago

6.8.6

1 year ago

6.8.5

2 years ago

6.8.4

2 years ago

6.8.3

2 years ago

6.8.2

2 years ago

6.8.1

2 years ago

6.8.0-dev.0

2 years ago