@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/cjs/node/index.cjs
CHANGED
|
@@ -749,10 +749,25 @@ const IDL = {
|
|
|
749
749
|
fields: [
|
|
750
750
|
{
|
|
751
751
|
name: 'setContext',
|
|
752
|
+
docs: [
|
|
753
|
+
'Is set by the program that is invoking the CPI to signal that is should',
|
|
754
|
+
'set the cpi context.',
|
|
755
|
+
],
|
|
756
|
+
type: 'bool',
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
name: 'firstSetContext',
|
|
760
|
+
docs: [
|
|
761
|
+
'Is set to wipe the cpi context since someone could have set it before',
|
|
762
|
+
'with unrelated data.',
|
|
763
|
+
],
|
|
752
764
|
type: 'bool',
|
|
753
765
|
},
|
|
754
766
|
{
|
|
755
767
|
name: 'cpiContextAccountIndex',
|
|
768
|
+
docs: [
|
|
769
|
+
'Index of cpi context account in remaining accounts.',
|
|
770
|
+
],
|
|
756
771
|
type: 'u8',
|
|
757
772
|
},
|
|
758
773
|
],
|