@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.
@@ -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
  ],