Skip to content

Commit 2946559

Browse files
committed
chore: removed returns
1 parent 9f9b1bc commit 2946559

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/stellar-contracts/tokens/fungible/fungible.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ To comply with the SEP-41 specification, a contract must implement both the `Fun
151151

152152
## TTL Management
153153

154-
The library handles the TTL (Time-To-Live) of only `temporary` and `persistent` storage entries declared
155-
by the library. The `instance` TTL management is left to the implementor due to flexibility. The library
156-
exposes default values for extending the TTL: `INSTANCE_TTL_THRESHOLD` and `INSTANCE_EXTEND_AMOUNT`.
154+
The library handles the TTL (Time-To-Live) of only `temporary` and `persistent` storage entries declared by the library. The `instance` TTL management is left to the implementor due to flexibility. The library exposes default values for extending the TTL: `INSTANCE_TTL_THRESHOLD` and `INSTANCE_EXTEND_AMOUNT`.
157155

158156
For a comprehensive understanding of Soroban's three storage types (`temporary`, `persistent`, and `instance`) and their archival behavior, see the [State Archival documentation](https://developers.stellar.org/docs/learn/fundamentals/contract-development/storage/state-archival#contract-data-type-descriptions).

0 commit comments

Comments
 (0)