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