Deleting tweets
We know how to create, read and update accounts so there’s one more thing for us to learn and that’s of course deleting accounts.
Whilst writing in a blockchain is permanent because we change the state by pushing transactions, Solana allows us to remove the data allocated at a given address and will even refund us the rent-exempt money on that account.
So let’s see how we can do that
This content is for GitHub Sponsors only
Sponsor me on GitHub to read this article and get access to the full library of sponsor-only posts.
Once you're a sponsor, login with your GitHub account to unlock immediate access to all perks!
Already have an account? Click here to login.