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

8 lines (7 loc) 239 B
/** * @module Fio */ import { accountHash } from "./accountname"; import { createSharedCipher } from "./encryption-fio"; import { prepareTransaction } from "./transaction"; export { prepareTransaction, accountHash, createSharedCipher };