UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

5 lines (4 loc) 195 B
export * from './interfaces/interfaces.js'; export * from './interfaces/rpcInterfaces/index.js'; export { BchnRpcClient } from './rpcClient.js'; export { BchnRestClient } from './restClient.js';