Focus mode
Accounts are the foundation of the blockchain structure in Solana, which holds status, data, and ownership information. The data held can be program data, code information, account balance, etc.
Per Solana Cookbook there are 3 kinds of accounts on Solana:
Under the rules of ownership:
Rent
Storing data on accounts has a cost. Therefore, a fee must be paid for not deleting an account- this is called rent. If an account has a balance equivalent to at least 2 years' rent payment, the account is not required to pay rent. Rent can be retrieved by closing the account and sending the Lamports back to your wallet.
You can find further information about accounts from Solana Cookbook: https://solanacookbook.com/core-concepts/accounts.html#facts
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!