UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

4 lines 190 B
export * from './interfaces/interfaces.js' export * from './interfaces/rpcInterfaces/index.js' export { BchnRpcClient } from './rpcClient.js' export { BchnRestClient } from './restClient.js'