6.7.29 • Published 2 years ago

@darkforest_eth/whitelist v6.7.29

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@darkforest_eth/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 @darkforest_eth/whitelist
yarn add @darkforest_eth/whitelist

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

import * as whitelist from 'http://cdn.skypack.dev/@darkforest_eth/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

6.7.29

2 years ago

6.7.28

2 years ago

6.7.27

2 years ago

6.7.26

2 years ago

6.7.25

2 years ago

6.7.24

2 years ago

6.7.23

2 years ago

6.7.22

2 years ago

6.7.21

2 years ago

6.7.20

2 years ago

6.7.0-dev.0

2 years ago