@glamsystems/glam-sdk 1.0.3 → 1.0.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.
Files changed (38) hide show
  1. package/README.md +1 -1
  2. package/index.cjs.js +1995 -1905
  3. package/index.esm.js +1993 -1907
  4. package/package.json +1 -1
  5. package/src/client/access.d.ts +9 -7
  6. package/src/client/base.d.ts +15 -7
  7. package/src/client/cctp.d.ts +52 -18
  8. package/src/client/drift/index.d.ts +3 -0
  9. package/src/client/{drift.d.ts → drift/protocol-v2.d.ts} +17 -104
  10. package/src/client/drift/types.d.ts +53 -0
  11. package/src/client/drift/vaults.d.ts +61 -0
  12. package/src/client/fees.d.ts +12 -3
  13. package/src/client/invest.d.ts +18 -8
  14. package/src/client/jupiter.d.ts +11 -6
  15. package/src/client/kamino/farm.d.ts +39 -0
  16. package/src/client/kamino/index.d.ts +4 -0
  17. package/src/client/kamino/lending.d.ts +84 -0
  18. package/src/client/kamino/types.d.ts +88 -0
  19. package/src/client/kamino/vaults.d.ts +30 -0
  20. package/src/client/marinade.d.ts +18 -21
  21. package/src/client/mint.d.ts +25 -60
  22. package/src/client/price.d.ts +5 -22
  23. package/src/client/stake-pool.d.ts +39 -0
  24. package/src/client/stake.d.ts +34 -0
  25. package/src/client/state.d.ts +9 -11
  26. package/src/client/timelock.d.ts +9 -17
  27. package/src/client/vault.d.ts +26 -14
  28. package/src/client.d.ts +8 -5
  29. package/src/utils/glamApi.d.ts +7 -0
  30. package/target/idl/ext_marinade.json +16 -20
  31. package/target/idl/glam_protocol.json +5 -0
  32. package/target/types/ext_marinade.d.ts +16 -20
  33. package/target/types/ext_marinade.ts +16 -20
  34. package/target/types/glam_protocol.d.ts +5 -0
  35. package/target/types/glam_protocol.ts +5 -0
  36. package/src/client/kamino.d.ts +0 -255
  37. package/src/client/meteora.d.ts +0 -0
  38. package/src/client/staking.d.ts +0 -52
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm i @glamsystems/glam-sdk
14
14
 
15
15
  ## Getting Started
16
16
 
17
- - [GLAM docs](https://docs.glam.systems/v1)
17
+ - [GLAM docs](https://docs.glam.systems/v1/sdk)
18
18
 
19
19
  ## Examples
20
20