ethers.js/lib.esm/transaction/index.js

10 lines
345 B
JavaScript
Raw Normal View History

2022-11-30 23:44:23 +03:00
/**
2023-06-02 00:52:58 +03:00
* Each state-changing operation on Ethereum requires a transaction.
2022-11-30 23:44:23 +03:00
*
2023-02-13 06:14:26 +03:00
* @_section api/transaction:Transactions [about-transactions]
2022-11-30 23:44:23 +03:00
*/
2022-12-03 05:27:06 +03:00
null;
2022-09-05 23:57:11 +03:00
export { accessListify } from "./accesslist.js";
export { computeAddress, recoverAddress } from "./address.js";
export { Transaction } from "./transaction.js";
//# sourceMappingURL=index.js.map