@liquid-af/sdk 0.5.1 → 0.5.2

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.
@@ -1498,47 +1498,6 @@
1498
1498
  ]
1499
1499
  }
1500
1500
  ],
1501
- "events": [
1502
- {
1503
- "name": "FeeConfigRevoked",
1504
- "discriminator": [
1505
- 200,
1506
- 213,
1507
- 93,
1508
- 81,
1509
- 46,
1510
- 208,
1511
- 148,
1512
- 28
1513
- ]
1514
- },
1515
- {
1516
- "name": "FeesClaimed",
1517
- "discriminator": [
1518
- 22,
1519
- 104,
1520
- 110,
1521
- 222,
1522
- 38,
1523
- 157,
1524
- 14,
1525
- 62
1526
- ]
1527
- },
1528
- {
1529
- "name": "FeesDistributed",
1530
- "discriminator": [
1531
- 209,
1532
- 24,
1533
- 174,
1534
- 200,
1535
- 236,
1536
- 90,
1537
- 154,
1538
- 55
1539
- ]
1540
- }
1541
- ],
1542
1501
  "errors": [
1543
1502
  {
1544
1503
  "code": 6000,
@@ -1642,45 +1601,6 @@
1642
1601
  }
1643
1602
  ],
1644
1603
  "types": [
1645
- {
1646
- "name": "FeeConfigRevoked",
1647
- "docs": [
1648
- "Event emitted when a fee configuration is permanently revoked (enabling buy-and-burn)."
1649
- ],
1650
- "type": {
1651
- "kind": "struct",
1652
- "fields": [
1653
- {
1654
- "name": "fee_config",
1655
- "docs": [
1656
- "The fee configuration PDA."
1657
- ],
1658
- "type": "pubkey"
1659
- },
1660
- {
1661
- "name": "token_mint",
1662
- "docs": [
1663
- "The token mint this configuration applies to."
1664
- ],
1665
- "type": "pubkey"
1666
- },
1667
- {
1668
- "name": "revoker",
1669
- "docs": [
1670
- "The authority who revoked the configuration."
1671
- ],
1672
- "type": "pubkey"
1673
- },
1674
- {
1675
- "name": "timestamp",
1676
- "docs": [
1677
- "Timestamp of the revocation."
1678
- ],
1679
- "type": "i64"
1680
- }
1681
- ]
1682
- }
1683
- },
1684
1604
  {
1685
1605
  "name": "FeeGlobalConfig",
1686
1606
  "docs": [
@@ -1763,105 +1683,6 @@
1763
1683
  ]
1764
1684
  }
1765
1685
  },
1766
- {
1767
- "name": "FeesClaimed",
1768
- "docs": [
1769
- "Event emitted when a recipient claims accumulated fees from their vault."
1770
- ],
1771
- "type": {
1772
- "kind": "struct",
1773
- "fields": [
1774
- {
1775
- "name": "fee_config",
1776
- "docs": [
1777
- "The fee configuration PDA."
1778
- ],
1779
- "type": "pubkey"
1780
- },
1781
- {
1782
- "name": "mint",
1783
- "docs": [
1784
- "The mint of the claimed tokens. `Pubkey::default()` for native SOL."
1785
- ],
1786
- "type": "pubkey"
1787
- },
1788
- {
1789
- "name": "amount",
1790
- "docs": [
1791
- "Amount claimed."
1792
- ],
1793
- "type": "u64"
1794
- },
1795
- {
1796
- "name": "recipient",
1797
- "docs": [
1798
- "The recipient who claimed."
1799
- ],
1800
- "type": "pubkey"
1801
- },
1802
- {
1803
- "name": "timestamp",
1804
- "docs": [
1805
- "Timestamp of the claim."
1806
- ],
1807
- "type": "i64"
1808
- }
1809
- ]
1810
- }
1811
- },
1812
- {
1813
- "name": "FeesDistributed",
1814
- "docs": [
1815
- "Event emitted when accumulated fees are distributed to recipients."
1816
- ],
1817
- "type": {
1818
- "kind": "struct",
1819
- "fields": [
1820
- {
1821
- "name": "fee_config",
1822
- "docs": [
1823
- "The fee configuration PDA."
1824
- ],
1825
- "type": "pubkey"
1826
- },
1827
- {
1828
- "name": "mint",
1829
- "docs": [
1830
- "The mint of the distributed tokens. `Pubkey::default()` for native SOL."
1831
- ],
1832
- "type": "pubkey"
1833
- },
1834
- {
1835
- "name": "total_amount",
1836
- "docs": [
1837
- "Total amount distributed across all recipients."
1838
- ],
1839
- "type": "u64"
1840
- },
1841
- {
1842
- "name": "recipients_count",
1843
- "docs": [
1844
- "Number of recipients that received fees."
1845
- ],
1846
- "type": "u8"
1847
- },
1848
- {
1849
- "name": "distributor",
1850
- "docs": [
1851
- "The address that triggered the distribution."
1852
- ],
1853
- "type": "pubkey"
1854
- },
1855
- {
1856
- "name": "timestamp",
1857
- "docs": [
1858
- "Timestamp of the distribution."
1859
- ],
1860
- "type": "i64"
1861
- }
1862
- ]
1863
- }
1864
- },
1865
1686
  {
1866
1687
  "name": "InitFeeRecipient",
1867
1688
  "type": {
@@ -1504,47 +1504,6 @@ export type LiquidFees = {
1504
1504
  ]
1505
1505
  }
1506
1506
  ],
1507
- "events": [
1508
- {
1509
- "name": "feeConfigRevoked",
1510
- "discriminator": [
1511
- 200,
1512
- 213,
1513
- 93,
1514
- 81,
1515
- 46,
1516
- 208,
1517
- 148,
1518
- 28
1519
- ]
1520
- },
1521
- {
1522
- "name": "feesClaimed",
1523
- "discriminator": [
1524
- 22,
1525
- 104,
1526
- 110,
1527
- 222,
1528
- 38,
1529
- 157,
1530
- 14,
1531
- 62
1532
- ]
1533
- },
1534
- {
1535
- "name": "feesDistributed",
1536
- "discriminator": [
1537
- 209,
1538
- 24,
1539
- 174,
1540
- 200,
1541
- 236,
1542
- 90,
1543
- 154,
1544
- 55
1545
- ]
1546
- }
1547
- ],
1548
1507
  "errors": [
1549
1508
  {
1550
1509
  "code": 6000,
@@ -1648,45 +1607,6 @@ export type LiquidFees = {
1648
1607
  }
1649
1608
  ],
1650
1609
  "types": [
1651
- {
1652
- "name": "feeConfigRevoked",
1653
- "docs": [
1654
- "Event emitted when a fee configuration is permanently revoked (enabling buy-and-burn)."
1655
- ],
1656
- "type": {
1657
- "kind": "struct",
1658
- "fields": [
1659
- {
1660
- "name": "feeConfig",
1661
- "docs": [
1662
- "The fee configuration PDA."
1663
- ],
1664
- "type": "pubkey"
1665
- },
1666
- {
1667
- "name": "tokenMint",
1668
- "docs": [
1669
- "The token mint this configuration applies to."
1670
- ],
1671
- "type": "pubkey"
1672
- },
1673
- {
1674
- "name": "revoker",
1675
- "docs": [
1676
- "The authority who revoked the configuration."
1677
- ],
1678
- "type": "pubkey"
1679
- },
1680
- {
1681
- "name": "timestamp",
1682
- "docs": [
1683
- "Timestamp of the revocation."
1684
- ],
1685
- "type": "i64"
1686
- }
1687
- ]
1688
- }
1689
- },
1690
1610
  {
1691
1611
  "name": "feeGlobalConfig",
1692
1612
  "docs": [
@@ -1769,105 +1689,6 @@ export type LiquidFees = {
1769
1689
  ]
1770
1690
  }
1771
1691
  },
1772
- {
1773
- "name": "feesClaimed",
1774
- "docs": [
1775
- "Event emitted when a recipient claims accumulated fees from their vault."
1776
- ],
1777
- "type": {
1778
- "kind": "struct",
1779
- "fields": [
1780
- {
1781
- "name": "feeConfig",
1782
- "docs": [
1783
- "The fee configuration PDA."
1784
- ],
1785
- "type": "pubkey"
1786
- },
1787
- {
1788
- "name": "mint",
1789
- "docs": [
1790
- "The mint of the claimed tokens. `Pubkey::default()` for native SOL."
1791
- ],
1792
- "type": "pubkey"
1793
- },
1794
- {
1795
- "name": "amount",
1796
- "docs": [
1797
- "Amount claimed."
1798
- ],
1799
- "type": "u64"
1800
- },
1801
- {
1802
- "name": "recipient",
1803
- "docs": [
1804
- "The recipient who claimed."
1805
- ],
1806
- "type": "pubkey"
1807
- },
1808
- {
1809
- "name": "timestamp",
1810
- "docs": [
1811
- "Timestamp of the claim."
1812
- ],
1813
- "type": "i64"
1814
- }
1815
- ]
1816
- }
1817
- },
1818
- {
1819
- "name": "feesDistributed",
1820
- "docs": [
1821
- "Event emitted when accumulated fees are distributed to recipients."
1822
- ],
1823
- "type": {
1824
- "kind": "struct",
1825
- "fields": [
1826
- {
1827
- "name": "feeConfig",
1828
- "docs": [
1829
- "The fee configuration PDA."
1830
- ],
1831
- "type": "pubkey"
1832
- },
1833
- {
1834
- "name": "mint",
1835
- "docs": [
1836
- "The mint of the distributed tokens. `Pubkey::default()` for native SOL."
1837
- ],
1838
- "type": "pubkey"
1839
- },
1840
- {
1841
- "name": "totalAmount",
1842
- "docs": [
1843
- "Total amount distributed across all recipients."
1844
- ],
1845
- "type": "u64"
1846
- },
1847
- {
1848
- "name": "recipientsCount",
1849
- "docs": [
1850
- "Number of recipients that received fees."
1851
- ],
1852
- "type": "u8"
1853
- },
1854
- {
1855
- "name": "distributor",
1856
- "docs": [
1857
- "The address that triggered the distribution."
1858
- ],
1859
- "type": "pubkey"
1860
- },
1861
- {
1862
- "name": "timestamp",
1863
- "docs": [
1864
- "Timestamp of the distribution."
1865
- ],
1866
- "type": "i64"
1867
- }
1868
- ]
1869
- }
1870
- },
1871
1692
  {
1872
1693
  "name": "initFeeRecipient",
1873
1694
  "type": {