@lightprotocol/compressed-token 0.3.2 → 0.3.4
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/cjs/browser/index.cjs +15 -0
- package/dist/cjs/browser/index.cjs.map +1 -1
- package/dist/cjs/node/index.cjs +15 -0
- package/dist/cjs/node/index.cjs.map +1 -1
- package/dist/es/browser/index.js +15 -0
- package/dist/es/browser/index.js.map +1 -1
- package/dist/types/index.d.ts +15 -0
- package/package.json +2 -2
package/dist/es/browser/index.js
CHANGED
|
@@ -746,10 +746,25 @@ const IDL = {
|
|
|
746
746
|
fields: [
|
|
747
747
|
{
|
|
748
748
|
name: 'setContext',
|
|
749
|
+
docs: [
|
|
750
|
+
'Is set by the program that is invoking the CPI to signal that is should',
|
|
751
|
+
'set the cpi context.',
|
|
752
|
+
],
|
|
753
|
+
type: 'bool',
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
name: 'firstSetContext',
|
|
757
|
+
docs: [
|
|
758
|
+
'Is set to wipe the cpi context since someone could have set it before',
|
|
759
|
+
'with unrelated data.',
|
|
760
|
+
],
|
|
749
761
|
type: 'bool',
|
|
750
762
|
},
|
|
751
763
|
{
|
|
752
764
|
name: 'cpiContextAccountIndex',
|
|
765
|
+
docs: [
|
|
766
|
+
'Index of cpi context account in remaining accounts.',
|
|
767
|
+
],
|
|
753
768
|
type: 'u8',
|
|
754
769
|
},
|
|
755
770
|
],
|