File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ const { mint } = await createMintInterface(
160160
161161<Info >
162162** About loading** : Light tokens reduce account rent ~ 200x by auto-compressing inactive
163- accounts. Before any action, the SDK detects compressed state and adds
164- instructions to load it back on-chain . This almost always fits in a single
163+ accounts. Before any action, the SDK detects compressed (cold) state and adds
164+ instructions to load it back into hot state . This almost always fits in a single
165165atomic transaction with your regular transfer. APIs return ` TransactionInstruction[][] ` so the same
166166loop handles the rare multi-transaction case automatically.
167167</Info >
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ const rpc = createRpc(RPC_ENDPOINT);
9191
9292<Info >
9393** About loading** : Light tokens reduce account rent ~ 200x by auto-compressing inactive
94- accounts. Before any action, the SDK detects compressed state and adds
95- instructions to load it back on-chain . This almost always fits in a single
94+ accounts. Before any action, the SDK detects compressed (cold) state and adds
95+ instructions to load it back into hot state . This almost always fits in a single
9696atomic transaction with your regular transfer. APIs return ` TransactionInstruction[][] ` so the same
9797loop handles the rare multi-transaction case automatically.
9898</Info >
You can’t perform that action at this time.
0 commit comments