@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
13 lines • 773 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.createSharedCipher = exports.accountHash = exports.prepareTransaction = void 0;
/**
* @module Fio
*/
var accountname_1 = require("./accountname");
Object.defineProperty(exports, "accountHash", { enumerable: true, get: function () { return accountname_1.accountHash; } });
var encryption_fio_1 = require("./encryption-fio");
Object.defineProperty(exports, "createSharedCipher", { enumerable: true, get: function () { return encryption_fio_1.createSharedCipher; } });
var transaction_1 = require("./transaction");
Object.defineProperty(exports, "prepareTransaction", { enumerable: true, get: function () { return transaction_1.prepareTransaction; } });
//# sourceMappingURL=fio-api.js.map
;