@sec-block/secjs-pow

1.0.14 • Public • Published

JavaScript Style Guide

[JavaScript Style Guide]

SECPow

This library is for sec blockchain pow mining and verification

new SECPow(config)

Param Type Description
config Object JSON format configurations for constructor

secPow.verifyPOW(block, callback) => None

Verify correctness of pow result

Kind: instance method of SECPow

Param Type Description
block Object single block data
callback function callback function

secPow.mineLight(block, difficulty, callback) => None

Light client mining function

Kind: instance method of SECPow

Param Type Description
block Object single block data
difficulty Integer difficulty value
callback function callback function

secPow.calcDifficulty(parentDiff, parentBlockNumber, parentTimeStamp, currentTimestamp) => Number

Calculate POW difficulty for next block

Kind: instance method of SECPow

Param Type Description
parentDiff Number parent block difficulty value
parentBlockNumber Integer parent block number
parentTimeStamp Integer parent block generated timestamp
currentTimestamp Integer current generated timestamp

secPow.stopMining() => None

Stop the mining operation

Readme

Keywords

none

Package Sidebar

Install

npm i @sec-block/secjs-pow

Weekly Downloads

6

Version

1.0.14

License

ISC

Unpacked Size

20.2 kB

Total Files

9

Last publish

Collaborators

  • abysmli
  • bi7012xiao
  • feiminhao
  • g277321
  • tornadoming
  • xinnnnn
  • zuweihan1992