UNPKG

@fioprotocol/fiojs

Version:

FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK

7 lines (4 loc) 159 B
const commonApi = require('./api_common') const objectApi = require('./api_object') const ecc = Object.assign({}, commonApi, objectApi) module.exports = ecc