0.22.2 • Published 3 days ago

@ckb-lumos/hd-cache v0.22.2

Weekly downloads
8
License
MIT
Repository
github
Last release
3 days ago

@ckb-lumos/hd-cache

HD Cache manager for lumos.

Usage

const { CacheManager, CellCollector, CellCollectorWithQueryOptions, getBalance } = require("@ckb-lumos/hd-cache")
const { Indexer } = require("@ckb-lumos/indexer")
const indexer = new Indexer("http://localhost:8114", "./indexer-data")
const cacheManger = CacheManager.loadFromKeystore(indexer, "You keystore path", "You password")
// start to sync cache from indexer
cacheManager.startForever()

// if your keystore is from ckb-cli or you set needMasterPublicKey to true, you can get you master public key info by
cacheManager.getMasterPublicKeyInfo() // ckb-cli using this key by default

// now you can using following methods
cacheManager.getNextReceivingPublicKeyInfo()
cacheManager.getNextChangePublicKeyInfo()

// or collect cells  by CellCollectors
const cellCollector = new CellCollector(cacheManager)
// or with queryOptions
const cellCollector = new CellCollectorWithQueryOptions(
  new CellCollector(cacheManger),
  queryOptions,
)

for await (const cell of cellCollector.collect()) {
  console.log(cell)
}

// get HD wallet balance
await getBalance(cellCollector)
0.22.2

27 days ago

0.22.1

1 month ago

0.22.0

1 month ago

0.22.0-next.5

2 months ago

0.22.0-next.4

4 months ago

0.22.0-next.3

4 months ago

0.22.0-next.2

4 months ago

0.22.0-next.1

5 months ago

0.22.0-next.0

5 months ago

0.21.1

5 months ago

0.21.0

5 months ago

0.20.0

10 months ago

0.21.0-next.0

9 months ago

0.21.0-next.1

7 months ago

0.21.0-next.2

6 months ago

0.21.0-next.3

6 months ago

0.20.0-alpha.3

12 months ago

0.20.0-alpha.2

1 year ago

0.19.0

2 years ago

0.20.0-alpha.0

1 year ago

0.20.0-alpha.1

1 year ago

0.19.0-beta.0

2 years ago

0.19.0-alpha.3

2 years ago

0.19.0-alpha.2

2 years ago

0.19.0-alpha.1

2 years ago

0.19.0-alpha.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.18.0-rc6

2 years ago

0.17.0-rc9

2 years ago

0.17.0-rc10

2 years ago

0.18.0-rc7

2 years ago

0.18.0-rc5

2 years ago

0.18.0-rc3

2 years ago

0.18.0-rc4

2 years ago

0.17.0-rc8

2 years ago

0.17.0-rc7

2 years ago

0.17.0-rc6

2 years ago

0.18.0-rc2

3 years ago

0.18.0-rc1

3 years ago

0.17.0-rc5

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.2-rc6

3 years ago

0.14.2-rc5

3 years ago

0.14.2-rc4

3 years ago

0.14.2-rc3

3 years ago

0.14.2-rc2

3 years ago

0.14.2-rc1

3 years ago

0.14.1

3 years ago

0.14.0

3 years ago