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