You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/stellar-contracts/index.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ for access control and contract management.
28
28
***[Upgradeable](/stellar-contracts/utils/upgradeable)**: Manage contract upgrades and data migrations seamlessly.
29
29
***[Cryptography](/stellar-contracts/utils/crypto/crypto)**: A set of cryptographic primitives and utilities for Soroban contracts.
30
30
31
+
## Fee Abstraction
32
+
33
+
***[Fee Abstraction](/stellar-contracts/fee-abstraction)**: Enable users to pay transaction fees in tokens (e.g. USDC) while relayers cover XLM fees.
34
+
31
35
## Security and Audits
32
36
33
37
Our contracts are built with security as a top priority. You can find our audit reports [here](https://github.com/OpenZeppelin/stellar-contracts/tree/main/audits).
@@ -56,6 +60,7 @@ Similarly, utilities and other modules have their own error codes:
56
60
* Ownable: `21XX`
57
61
* Role Transfer (internal common module for 2-step role transfer): `22XX`
58
62
* Accounts: `3XXX`
63
+
* Fee Abstraction: `5XXX`
59
64
60
65
## Important Notes
61
66
As a deliberate design choice, this library manages the TTL for temporary and persistent storage items.
0 commit comments