Programming Model
Close Account
📖O que é
The process of reclaiming an account's lamports and marking it for deletion. To close an account: transfer all lamports to a recipient, zero out the data, and (in Anchor) set the discriminator to a closed sentinel. The runtime garbage-collects zero-lamport accounts. Failing to zero data enables revival attacks.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Aluguel (Rent)Programming Model
A fee mechanism that charges accounts for storing data on-chain. Accounts must maintain a …
Ver termo →LamportProgramming Model
The smallest unit of SOL, named after Leslie Lamport. 1 SOL = 1,000,000,000 (10^9) lamport…
Ver termo →ContaProgramming Model
The fundamental data storage unit on Solana. Every piece of state is stored in an account …
Ver termo →