File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Standalone Anchor programs for compressed accounts.
66
77Each operation is an independent Anchor project:
88
9- - ** create** - Initialize a new compressed account with ` new_init() `
10- - ** update** - Modify data in an existing compressed account with ` new_mut() `
11- - ** close** - Clear account data while preserving address with ` new_close() `
12- - ** reinit** - Reinitialize a closed account with ` new_empty() `
13- - ** burn** - Permanently delete a compressed account with ` new_burn() `
9+ - ** create** - Initialize a new compressed account
10+ - ** update** - Modify data in an existing compressed account
11+ - ** close** - Clear account data while preserving address
12+ - ** reinit** - Reinitialize a closed account
13+ - ** burn** - Permanently delete a compressed account
1414
1515Each project contains its own workspace, program, and tests.
1616
You can’t perform that action at this time.
0 commit comments