@soltracer/nft-staking 0.6.1 → 0.6.3
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 +21 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +101 -0
- package/dist/client.js.map +1 -1
- package/dist/idl.d.ts +45 -15
- package/dist/idl.d.ts.map +1 -1
- package/dist/idl.json +26 -0
- package/package.json +1 -1
package/dist/idl.json
CHANGED
|
@@ -6166,6 +6166,21 @@
|
|
|
6166
6166
|
{
|
|
6167
6167
|
"name": "system_program",
|
|
6168
6168
|
"address": "11111111111111111111111111111111"
|
|
6169
|
+
},
|
|
6170
|
+
{
|
|
6171
|
+
"name": "authorization_rules_program",
|
|
6172
|
+
"docs": [
|
|
6173
|
+
"ruleset attached (`programmable_config.rule_set` is Some). Address is",
|
|
6174
|
+
"validated against the well-known mpl-token-auth-rules program."
|
|
6175
|
+
],
|
|
6176
|
+
"optional": true
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"name": "authorization_rules",
|
|
6180
|
+
"docs": [
|
|
6181
|
+
"has a ruleset attached. The Token Metadata program reads & validates it."
|
|
6182
|
+
],
|
|
6183
|
+
"optional": true
|
|
6169
6184
|
}
|
|
6170
6185
|
],
|
|
6171
6186
|
"args": [
|
|
@@ -7503,6 +7518,17 @@
|
|
|
7503
7518
|
{
|
|
7504
7519
|
"name": "system_program",
|
|
7505
7520
|
"address": "11111111111111111111111111111111"
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "authorization_rules_program",
|
|
7524
|
+
"docs": [
|
|
7525
|
+
"ruleset attached. Address pinned to the well-known mpl-token-auth-rules program."
|
|
7526
|
+
],
|
|
7527
|
+
"optional": true
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "authorization_rules",
|
|
7531
|
+
"optional": true
|
|
7506
7532
|
}
|
|
7507
7533
|
],
|
|
7508
7534
|
"args": [
|