UNPKG

@mr-zwets/bchn-api-wrapper

Version:

a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API

13 lines (12 loc) 416 B
// For the full list of commands see the documentation on // https://docs.bitcoincashnode.org/doc/json-rpc/ // Total progress 136/136 (100%) export * from './blockchain.js'; export * from './control.js'; export * from './generating.js'; export * from './mining.js'; export * from './network.js'; export * from './rawtransactions.js'; export * from './util.js'; export * from './wallet.js'; export * from './zmq.js';