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: sdk-libs/ctoken-sdk/src/lib.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
//! - rent is 388 lamports per rent epoch (1.5 hours).
13
13
//! - once the account's lamports balance is insufficient, it is compressed to a compressed token account.
14
14
//! - compressed tokens can be decompressed to a cToken account.
15
+
//! - configurable lamports per write (eg transfer) keep the cToken account perpetually funded when used. So you don't have to worry about funding rent.
0 commit comments