This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @solana/spl-account-compression" ,
3
3
"description" : " SPL Account Compression Program JS API" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.4.0 " ,
5
5
"author" :
" Solana Labs Maintainers <[email protected] >" ,
6
6
"repository" : {
7
7
"url" : " https://github.com/solana-labs/solana-program-library" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export function createInitEmptyMerkleTreeIx(
57
57
}
58
58
59
59
/**
60
- * Helper function for {@link createPrepareBatchMerkleTreeInstruction}
60
+ * (Devnet only) Helper function for {@link createPrepareBatchMerkleTreeInstruction}
61
61
* @param merkleTree
62
62
* @param authority
63
63
* @param depthSizePair
@@ -79,7 +79,7 @@ export function prepareTreeIx(
79
79
}
80
80
81
81
/**
82
- * Helper function for {@link createAppendCanopyNodesInstruction}
82
+ * (Devnet only) Helper function for {@link createAppendCanopyNodesInstruction}
83
83
* @param merkleTree
84
84
* @param authority
85
85
* @param canopyNodes
@@ -106,7 +106,7 @@ export function createAppendCanopyNodesIx(
106
106
}
107
107
108
108
/**
109
- * Helper function for {@link createInitPreparedTreeWithRootInstruction}
109
+ * (Devnet only) Helper function for {@link createInitPreparedTreeWithRootInstruction}
110
110
* @param merkleTree
111
111
* @param authority
112
112
* @param root
You can’t perform that action at this time.
0 commit comments