@soltracer/nft-staking 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +2 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/dist/idl.d.ts +4586 -2784
- package/dist/idl.d.ts.map +1 -1
- package/dist/idl.json +37 -0
- package/package.json +1 -1
package/dist/idl.json
CHANGED
|
@@ -2647,6 +2647,43 @@
|
|
|
2647
2647
|
"name": "token_program",
|
|
2648
2648
|
"optional": true
|
|
2649
2649
|
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "pool_secondary",
|
|
2652
|
+
"docs": [
|
|
2653
|
+
"that never configured secondary rewards."
|
|
2654
|
+
],
|
|
2655
|
+
"pda": {
|
|
2656
|
+
"seeds": [
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "const",
|
|
2659
|
+
"value": [
|
|
2660
|
+
112,
|
|
2661
|
+
111,
|
|
2662
|
+
111,
|
|
2663
|
+
108,
|
|
2664
|
+
95,
|
|
2665
|
+
115,
|
|
2666
|
+
101,
|
|
2667
|
+
99,
|
|
2668
|
+
111,
|
|
2669
|
+
110,
|
|
2670
|
+
100,
|
|
2671
|
+
97,
|
|
2672
|
+
114,
|
|
2673
|
+
121
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"kind": "arg",
|
|
2678
|
+
"path": "project_id"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "arg",
|
|
2682
|
+
"path": "pool_id"
|
|
2683
|
+
}
|
|
2684
|
+
]
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2650
2687
|
{
|
|
2651
2688
|
"name": "authority",
|
|
2652
2689
|
"writable": true,
|