ipfs storage for images and other nontext items. for use with etica - runs on etica network and currencys
https://collect.etica-stats.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.2 KiB
19 lines
1.2 KiB
"use strict"; |
|
/** |
|
* Each state-changing operation on Ethereum requires a transaction. |
|
* |
|
* @_section api/transaction:Transactions [about-transactions] |
|
*/ |
|
Object.defineProperty(exports, "__esModule", { value: true }); |
|
exports.Transaction = exports.recoverAddress = exports.computeAddress = exports.authorizationify = exports.accessListify = void 0; |
|
null; |
|
var accesslist_js_1 = require("./accesslist.js"); |
|
Object.defineProperty(exports, "accessListify", { enumerable: true, get: function () { return accesslist_js_1.accessListify; } }); |
|
var authorization_js_1 = require("./authorization.js"); |
|
Object.defineProperty(exports, "authorizationify", { enumerable: true, get: function () { return authorization_js_1.authorizationify; } }); |
|
var address_js_1 = require("./address.js"); |
|
Object.defineProperty(exports, "computeAddress", { enumerable: true, get: function () { return address_js_1.computeAddress; } }); |
|
Object.defineProperty(exports, "recoverAddress", { enumerable: true, get: function () { return address_js_1.recoverAddress; } }); |
|
var transaction_js_1 = require("./transaction.js"); |
|
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return transaction_js_1.Transaction; } }); |
|
//# sourceMappingURL=index.js.map
|