3land_sdk 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (906) hide show
  1. package/README.md +1 -3
  2. package/dist/cjs/index.d.ts +1 -0
  3. package/dist/cjs/index.js +74 -0
  4. package/dist/cjs/library/Irys/irys.d.ts +76 -0
  5. package/dist/cjs/library/Irys/irys.js +347 -0
  6. package/dist/cjs/library/Store.d.ts +18 -0
  7. package/dist/cjs/library/Store.js +376 -0
  8. package/dist/cjs/library/implementation/storeImplementation.d.ts +19 -0
  9. package/dist/cjs/library/implementation/storeImplementation.js +340 -0
  10. package/dist/cjs/library/instructions/store/buySingleEdition.d.ts +16 -0
  11. package/dist/cjs/library/instructions/store/buySingleEdition.js +165 -0
  12. package/dist/cjs/library/instructions/store/createSingleEdition.d.ts +3 -0
  13. package/dist/cjs/library/instructions/store/createSingleEdition.js +30 -0
  14. package/dist/cjs/library/instructions/store/createStore.d.ts +3 -0
  15. package/dist/cjs/library/instructions/store/createStore.js +9 -0
  16. package/dist/cjs/library/instructions/store/idl.d.ts +507 -0
  17. package/dist/cjs/library/instructions/store/idl.js +7621 -0
  18. package/dist/cjs/library/instructions/store/uploadFilesIryis.d.ts +12 -0
  19. package/dist/cjs/library/instructions/store/uploadFilesIryis.js +110 -0
  20. package/dist/cjs/types/accounts/ArchiveDeposit.d.ts +62 -0
  21. package/dist/cjs/types/accounts/ArchiveDeposit.js +170 -0
  22. package/dist/cjs/types/accounts/Authority.d.ts +15 -0
  23. package/dist/cjs/types/accounts/Authority.js +84 -0
  24. package/dist/cjs/types/accounts/BurnDeposit.d.ts +25 -0
  25. package/dist/cjs/types/accounts/BurnDeposit.js +105 -0
  26. package/dist/cjs/types/accounts/BurnProgress.d.ts +21 -0
  27. package/dist/cjs/types/accounts/BurnProgress.js +100 -0
  28. package/dist/cjs/types/accounts/BuyHistory.d.ts +31 -0
  29. package/dist/cjs/types/accounts/BuyHistory.js +116 -0
  30. package/dist/cjs/types/accounts/BuyTrack.d.ts +21 -0
  31. package/dist/cjs/types/accounts/BuyTrack.js +96 -0
  32. package/dist/cjs/types/accounts/Card.d.ts +56 -0
  33. package/dist/cjs/types/accounts/Card.js +160 -0
  34. package/dist/cjs/types/accounts/CollectionRegistry.d.ts +41 -0
  35. package/dist/cjs/types/accounts/CollectionRegistry.js +135 -0
  36. package/dist/cjs/types/accounts/CollectorRegistry.d.ts +41 -0
  37. package/dist/cjs/types/accounts/CollectorRegistry.js +135 -0
  38. package/dist/cjs/types/accounts/CreatorRegistry.d.ts +44 -0
  39. package/dist/cjs/types/accounts/CreatorRegistry.js +140 -0
  40. package/dist/cjs/types/accounts/CurrencyArtistProof.d.ts +28 -0
  41. package/dist/cjs/types/accounts/CurrencyArtistProof.js +113 -0
  42. package/dist/cjs/types/accounts/GenericUser.d.ts +53 -0
  43. package/dist/cjs/types/accounts/GenericUser.js +155 -0
  44. package/dist/cjs/types/accounts/ItemArchive.d.ts +68 -0
  45. package/dist/cjs/types/accounts/ItemArchive.js +180 -0
  46. package/dist/cjs/types/accounts/ItemReserveList.d.ts +18 -0
  47. package/dist/cjs/types/accounts/ItemReserveList.js +93 -0
  48. package/dist/cjs/types/accounts/ItemReserveList2.d.ts +15 -0
  49. package/dist/cjs/types/accounts/ItemReserveList2.js +84 -0
  50. package/dist/cjs/types/accounts/LutVault.d.ts +21 -0
  51. package/dist/cjs/types/accounts/LutVault.js +100 -0
  52. package/dist/cjs/types/accounts/Pack.d.ts +122 -0
  53. package/dist/cjs/types/accounts/Pack.js +270 -0
  54. package/dist/cjs/types/accounts/PackContent.d.ts +22 -0
  55. package/dist/cjs/types/accounts/PackContent.js +101 -0
  56. package/dist/cjs/types/accounts/PackOpenHolder.d.ts +37 -0
  57. package/dist/cjs/types/accounts/PackOpenHolder.js +126 -0
  58. package/dist/cjs/types/accounts/PackReceipt.d.ts +41 -0
  59. package/dist/cjs/types/accounts/PackReceipt.js +135 -0
  60. package/dist/cjs/types/accounts/PackTraits.d.ts +22 -0
  61. package/dist/cjs/types/accounts/PackTraits.js +100 -0
  62. package/dist/cjs/types/accounts/Payment.d.ts +22 -0
  63. package/dist/cjs/types/accounts/Payment.js +100 -0
  64. package/dist/cjs/types/accounts/PoolVault.d.ts +53 -0
  65. package/dist/cjs/types/accounts/PoolVault.js +155 -0
  66. package/dist/cjs/types/accounts/RevealForMe.d.ts +37 -0
  67. package/dist/cjs/types/accounts/RevealForMe.js +124 -0
  68. package/dist/cjs/types/accounts/SecureHolder.d.ts +22 -0
  69. package/dist/cjs/types/accounts/SecureHolder.js +100 -0
  70. package/dist/cjs/types/accounts/Single.d.ts +98 -0
  71. package/dist/cjs/types/accounts/Single.js +228 -0
  72. package/dist/cjs/types/accounts/Store.d.ts +53 -0
  73. package/dist/cjs/types/accounts/Store.js +156 -0
  74. package/dist/cjs/types/accounts/StoresHolder.d.ts +32 -0
  75. package/dist/cjs/types/accounts/StoresHolder.js +127 -0
  76. package/dist/cjs/types/accounts/ThreeId.d.ts +56 -0
  77. package/dist/cjs/types/accounts/ThreeId.js +158 -0
  78. package/dist/cjs/types/accounts/TokenManager.d.ts +68 -0
  79. package/dist/cjs/types/accounts/TokenManager.js +180 -0
  80. package/dist/cjs/types/accounts/ZeroCard.d.ts +15 -0
  81. package/dist/cjs/types/accounts/ZeroCard.js +84 -0
  82. package/dist/cjs/types/accounts/ZeroContent.d.ts +18 -0
  83. package/dist/cjs/types/accounts/ZeroContent.js +94 -0
  84. package/dist/cjs/types/accounts/ZeroOpenHolder.d.ts +50 -0
  85. package/dist/cjs/types/accounts/ZeroOpenHolder.js +156 -0
  86. package/dist/cjs/types/accounts/index.d.ts +66 -0
  87. package/dist/cjs/types/accounts/index.js +69 -0
  88. package/dist/cjs/types/errors/anchor.d.ts +434 -0
  89. package/dist/cjs/types/errors/anchor.js +712 -0
  90. package/dist/cjs/types/errors/index.d.ts +4 -0
  91. package/dist/cjs/types/errors/index.js +66 -0
  92. package/dist/cjs/types/implementation/implementationTypes.d.ts +23 -0
  93. package/dist/cjs/types/implementation/implementationTypes.js +2 -0
  94. package/dist/cjs/types/instructions/addBurn.d.ts +19 -0
  95. package/dist/cjs/types/instructions/addBurn.js +56 -0
  96. package/dist/cjs/types/instructions/adjustDepositBurn.d.ts +11 -0
  97. package/dist/cjs/types/instructions/adjustDepositBurn.js +19 -0
  98. package/dist/cjs/types/instructions/archiveItem.d.ts +21 -0
  99. package/dist/cjs/types/instructions/archiveItem.js +56 -0
  100. package/dist/cjs/types/instructions/assignPackDelegate.d.ts +9 -0
  101. package/dist/cjs/types/instructions/assignPackDelegate.js +18 -0
  102. package/dist/cjs/types/instructions/burnPay.d.ts +18 -0
  103. package/dist/cjs/types/instructions/burnPay.js +55 -0
  104. package/dist/cjs/types/instructions/buyPack.d.ts +24 -0
  105. package/dist/cjs/types/instructions/buyPack.js +64 -0
  106. package/dist/cjs/types/instructions/buyPay.d.ts +18 -0
  107. package/dist/cjs/types/instructions/buyPay.js +65 -0
  108. package/dist/cjs/types/instructions/buyToken.d.ts +20 -0
  109. package/dist/cjs/types/instructions/buyToken.js +62 -0
  110. package/dist/cjs/types/instructions/claimZeroCard.d.ts +39 -0
  111. package/dist/cjs/types/instructions/claimZeroCard.js +86 -0
  112. package/dist/cjs/types/instructions/closeDepositBurn.d.ts +16 -0
  113. package/dist/cjs/types/instructions/closeDepositBurn.js +49 -0
  114. package/dist/cjs/types/instructions/closeRegisterTraits.d.ts +8 -0
  115. package/dist/cjs/types/instructions/closeRegisterTraits.js +17 -0
  116. package/dist/cjs/types/instructions/createCard.d.ts +18 -0
  117. package/dist/cjs/types/instructions/createCard.js +57 -0
  118. package/dist/cjs/types/instructions/createCollection.d.ts +21 -0
  119. package/dist/cjs/types/instructions/createCollection.js +66 -0
  120. package/dist/cjs/types/instructions/createPack.d.ts +24 -0
  121. package/dist/cjs/types/instructions/createPack.js +67 -0
  122. package/dist/cjs/types/instructions/createSingle.d.ts +24 -0
  123. package/dist/cjs/types/instructions/createSingle.js +67 -0
  124. package/dist/cjs/types/instructions/createStore.d.ts +15 -0
  125. package/dist/cjs/types/instructions/createStore.js +54 -0
  126. package/dist/cjs/types/instructions/createTokenLauncher.d.ts +27 -0
  127. package/dist/cjs/types/instructions/createTokenLauncher.js +75 -0
  128. package/dist/cjs/types/instructions/createZeroCard.d.ts +24 -0
  129. package/dist/cjs/types/instructions/createZeroCard.js +68 -0
  130. package/dist/cjs/types/instructions/deleteCard.d.ts +10 -0
  131. package/dist/cjs/types/instructions/deleteCard.js +19 -0
  132. package/dist/cjs/types/instructions/deletePack.d.ts +14 -0
  133. package/dist/cjs/types/instructions/deletePack.js +23 -0
  134. package/dist/cjs/types/instructions/deleteSingle.d.ts +12 -0
  135. package/dist/cjs/types/instructions/deleteSingle.js +21 -0
  136. package/dist/cjs/types/instructions/deleteTokenLauncher.d.ts +11 -0
  137. package/dist/cjs/types/instructions/deleteTokenLauncher.js +24 -0
  138. package/dist/cjs/types/instructions/depositBurn.d.ts +21 -0
  139. package/dist/cjs/types/instructions/depositBurn.js +53 -0
  140. package/dist/cjs/types/instructions/donateUser.d.ts +29 -0
  141. package/dist/cjs/types/instructions/donateUser.js +74 -0
  142. package/dist/cjs/types/instructions/feedPool.d.ts +20 -0
  143. package/dist/cjs/types/instructions/feedPool.js +59 -0
  144. package/dist/cjs/types/instructions/feedTraits.d.ts +14 -0
  145. package/dist/cjs/types/instructions/feedTraits.js +49 -0
  146. package/dist/cjs/types/instructions/feedTree.d.ts +20 -0
  147. package/dist/cjs/types/instructions/feedTree.js +60 -0
  148. package/dist/cjs/types/instructions/flagPack.d.ts +15 -0
  149. package/dist/cjs/types/instructions/flagPack.js +54 -0
  150. package/dist/cjs/types/instructions/flagSingle.d.ts +14 -0
  151. package/dist/cjs/types/instructions/flagSingle.js +52 -0
  152. package/dist/cjs/types/instructions/gatePay.d.ts +21 -0
  153. package/dist/cjs/types/instructions/gatePay.js +57 -0
  154. package/dist/cjs/types/instructions/index.d.ts +104 -0
  155. package/dist/cjs/types/instructions/index.js +108 -0
  156. package/dist/cjs/types/instructions/initialize.d.ts +14 -0
  157. package/dist/cjs/types/instructions/initialize.js +51 -0
  158. package/dist/cjs/types/instructions/openPack.d.ts +28 -0
  159. package/dist/cjs/types/instructions/openPack.js +69 -0
  160. package/dist/cjs/types/instructions/prepareCreator.d.ts +9 -0
  161. package/dist/cjs/types/instructions/prepareCreator.js +18 -0
  162. package/dist/cjs/types/instructions/preparePack.d.ts +16 -0
  163. package/dist/cjs/types/instructions/preparePack.js +53 -0
  164. package/dist/cjs/types/instructions/prepareTraits.d.ts +8 -0
  165. package/dist/cjs/types/instructions/prepareTraits.js +17 -0
  166. package/dist/cjs/types/instructions/printPack.d.ts +37 -0
  167. package/dist/cjs/types/instructions/printPack.js +78 -0
  168. package/dist/cjs/types/instructions/printSingle.d.ts +40 -0
  169. package/dist/cjs/types/instructions/printSingle.js +86 -0
  170. package/dist/cjs/types/instructions/recoverDepositBurn.d.ts +33 -0
  171. package/dist/cjs/types/instructions/recoverDepositBurn.js +66 -0
  172. package/dist/cjs/types/instructions/registerActivity.d.ts +13 -0
  173. package/dist/cjs/types/instructions/registerActivity.js +47 -0
  174. package/dist/cjs/types/instructions/registerCollector.d.ts +16 -0
  175. package/dist/cjs/types/instructions/registerCollector.js +62 -0
  176. package/dist/cjs/types/instructions/registerCreator.d.ts +14 -0
  177. package/dist/cjs/types/instructions/registerCreator.js +49 -0
  178. package/dist/cjs/types/instructions/registerGenericUser.d.ts +31 -0
  179. package/dist/cjs/types/instructions/registerGenericUser.js +80 -0
  180. package/dist/cjs/types/instructions/registerPackUploads.d.ts +13 -0
  181. package/dist/cjs/types/instructions/registerPackUploads.js +48 -0
  182. package/dist/cjs/types/instructions/registerTraits.d.ts +12 -0
  183. package/dist/cjs/types/instructions/registerTraits.js +47 -0
  184. package/dist/cjs/types/instructions/registerUser.d.ts +14 -0
  185. package/dist/cjs/types/instructions/registerUser.js +53 -0
  186. package/dist/cjs/types/instructions/storeLutFor.d.ts +13 -0
  187. package/dist/cjs/types/instructions/storeLutFor.js +48 -0
  188. package/dist/cjs/types/instructions/unwrapAndDestroy.d.ts +22 -0
  189. package/dist/cjs/types/instructions/unwrapAndDestroy.js +53 -0
  190. package/dist/cjs/types/instructions/updateCard.d.ts +16 -0
  191. package/dist/cjs/types/instructions/updateCard.js +56 -0
  192. package/dist/cjs/types/instructions/updatePack.d.ts +22 -0
  193. package/dist/cjs/types/instructions/updatePack.js +66 -0
  194. package/dist/cjs/types/instructions/updateSingle.d.ts +20 -0
  195. package/dist/cjs/types/instructions/updateSingle.js +62 -0
  196. package/dist/cjs/types/instructions/updateStore.d.ts +14 -0
  197. package/dist/cjs/types/instructions/updateStore.js +52 -0
  198. package/dist/cjs/types/instructions/withdrawFromStore.d.ts +7 -0
  199. package/dist/cjs/types/instructions/withdrawFromStore.js +16 -0
  200. package/dist/cjs/types/programId.d.ts +13 -0
  201. package/dist/cjs/types/programId.js +19 -0
  202. package/dist/cjs/types/types/AccountClass.d.ts +369 -0
  203. package/dist/cjs/types/types/AccountClass.js +777 -0
  204. package/dist/cjs/types/types/AccountHasher.d.ts +41 -0
  205. package/dist/cjs/types/types/AccountHasher.js +82 -0
  206. package/dist/cjs/types/types/ActionAfter.d.ts +83 -0
  207. package/dist/cjs/types/types/ActionAfter.js +179 -0
  208. package/dist/cjs/types/types/AllowedCurrencyArgs.d.ts +21 -0
  209. package/dist/cjs/types/types/AllowedCurrencyArgs.js +60 -0
  210. package/dist/cjs/types/types/AuthorityGateTypes.d.ts +31 -0
  211. package/dist/cjs/types/types/AuthorityGateTypes.js +101 -0
  212. package/dist/cjs/types/types/BurnCount.d.ts +54 -0
  213. package/dist/cjs/types/types/BurnCount.js +61 -0
  214. package/dist/cjs/types/types/BurnState.d.ts +31 -0
  215. package/dist/cjs/types/types/BurnState.js +101 -0
  216. package/dist/cjs/types/types/BurnTrack.d.ts +30 -0
  217. package/dist/cjs/types/types/BurnTrack.js +66 -0
  218. package/dist/cjs/types/types/BurnType.d.ts +44 -0
  219. package/dist/cjs/types/types/BurnType.js +127 -0
  220. package/dist/cjs/types/types/BurnTypeBurn.d.ts +18 -0
  221. package/dist/cjs/types/types/BurnTypeBurn.js +73 -0
  222. package/dist/cjs/types/types/BuyHistoryClass.d.ts +31 -0
  223. package/dist/cjs/types/types/BuyHistoryClass.js +101 -0
  224. package/dist/cjs/types/types/CardClass.d.ts +18 -0
  225. package/dist/cjs/types/types/CardClass.js +73 -0
  226. package/dist/cjs/types/types/CardState.d.ts +96 -0
  227. package/dist/cjs/types/types/CardState.js +231 -0
  228. package/dist/cjs/types/types/CardTrack.d.ts +59 -0
  229. package/dist/cjs/types/types/CardTrack.js +75 -0
  230. package/dist/cjs/types/types/Category.d.ts +31 -0
  231. package/dist/cjs/types/types/Category.js +70 -0
  232. package/dist/cjs/types/types/CnftData.d.ts +36 -0
  233. package/dist/cjs/types/types/CnftData.js +80 -0
  234. package/dist/cjs/types/types/CollectTrack.d.ts +27 -0
  235. package/dist/cjs/types/types/CollectTrack.js +69 -0
  236. package/dist/cjs/types/types/Collection.d.ts +27 -0
  237. package/dist/cjs/types/types/Collection.js +66 -0
  238. package/dist/cjs/types/types/CompactCnftData.d.ts +31 -0
  239. package/dist/cjs/types/types/CompactCnftData.js +74 -0
  240. package/dist/cjs/types/types/CoolTimePerAmountArgs.d.ts +31 -0
  241. package/dist/cjs/types/types/CoolTimePerAmountArgs.js +70 -0
  242. package/dist/cjs/types/types/Creator.d.ts +32 -0
  243. package/dist/cjs/types/types/Creator.js +71 -0
  244. package/dist/cjs/types/types/CreatorGateArgs.d.ts +22 -0
  245. package/dist/cjs/types/types/CreatorGateArgs.js +61 -0
  246. package/dist/cjs/types/types/CurrencyArtistProof.d.ts +37 -0
  247. package/dist/cjs/types/types/CurrencyArtistProof.js +84 -0
  248. package/dist/cjs/types/types/CurrencyType.d.ts +110 -0
  249. package/dist/cjs/types/types/CurrencyType.js +219 -0
  250. package/dist/cjs/types/types/DateTraitInit.d.ts +27 -0
  251. package/dist/cjs/types/types/DateTraitInit.js +69 -0
  252. package/dist/cjs/types/types/DateTraitInitMap.d.ts +32 -0
  253. package/dist/cjs/types/types/DateTraitInitMap.js +74 -0
  254. package/dist/cjs/types/types/Deposit.d.ts +134 -0
  255. package/dist/cjs/types/types/Deposit.js +85 -0
  256. package/dist/cjs/types/types/DepositFormat.d.ts +31 -0
  257. package/dist/cjs/types/types/DepositFormat.js +101 -0
  258. package/dist/cjs/types/types/DepositState.d.ts +31 -0
  259. package/dist/cjs/types/types/DepositState.js +101 -0
  260. package/dist/cjs/types/types/DepositSubtype.d.ts +31 -0
  261. package/dist/cjs/types/types/DepositSubtype.js +101 -0
  262. package/dist/cjs/types/types/DepositTrack.d.ts +46 -0
  263. package/dist/cjs/types/types/DepositTrack.js +69 -0
  264. package/dist/cjs/types/types/DepositTrackType.d.ts +44 -0
  265. package/dist/cjs/types/types/DepositTrackType.js +127 -0
  266. package/dist/cjs/types/types/DepositType.d.ts +122 -0
  267. package/dist/cjs/types/types/DepositType.js +183 -0
  268. package/dist/cjs/types/types/Earnings.d.ts +14 -0
  269. package/dist/cjs/types/types/Earnings.js +50 -0
  270. package/dist/cjs/types/types/EditionStoreType.d.ts +44 -0
  271. package/dist/cjs/types/types/EditionStoreType.js +127 -0
  272. package/dist/cjs/types/types/EncryptedPayload.d.ts +26 -0
  273. package/dist/cjs/types/types/EncryptedPayload.js +65 -0
  274. package/dist/cjs/types/types/ExtraParameter.d.ts +44 -0
  275. package/dist/cjs/types/types/ExtraParameter.js +114 -0
  276. package/dist/cjs/types/types/FakeBurnCount.d.ts +53 -0
  277. package/dist/cjs/types/types/FakeBurnCount.js +70 -0
  278. package/dist/cjs/types/types/FakeDeposit.d.ts +63 -0
  279. package/dist/cjs/types/types/FakeDeposit.js +70 -0
  280. package/dist/cjs/types/types/FakeTraitPair.d.ts +26 -0
  281. package/dist/cjs/types/types/FakeTraitPair.js +65 -0
  282. package/dist/cjs/types/types/FakeTraitValue.d.ts +27 -0
  283. package/dist/cjs/types/types/FakeTraitValue.js +69 -0
  284. package/dist/cjs/types/types/FakeVolumeTrack.d.ts +34 -0
  285. package/dist/cjs/types/types/FakeVolumeTrack.js +67 -0
  286. package/dist/cjs/types/types/FeeType.d.ts +44 -0
  287. package/dist/cjs/types/types/FeeType.js +127 -0
  288. package/dist/cjs/types/types/FeedingTraits.d.ts +48 -0
  289. package/dist/cjs/types/types/FeedingTraits.js +61 -0
  290. package/dist/cjs/types/types/Filter.d.ts +34 -0
  291. package/dist/cjs/types/types/Filter.js +66 -0
  292. package/dist/cjs/types/types/FilterType.d.ts +18 -0
  293. package/dist/cjs/types/types/FilterType.js +73 -0
  294. package/dist/cjs/types/types/GeneralStore.d.ts +18 -0
  295. package/dist/cjs/types/types/GeneralStore.js +73 -0
  296. package/dist/cjs/types/types/GenericStore.d.ts +48 -0
  297. package/dist/cjs/types/types/GenericStore.js +66 -0
  298. package/dist/cjs/types/types/GenericValue.d.ts +72 -0
  299. package/dist/cjs/types/types/GenericValue.js +158 -0
  300. package/dist/cjs/types/types/GlobalFee.d.ts +50 -0
  301. package/dist/cjs/types/types/GlobalFee.js +86 -0
  302. package/dist/cjs/types/types/GlobalState.d.ts +57 -0
  303. package/dist/cjs/types/types/GlobalState.js +153 -0
  304. package/dist/cjs/types/types/IndexDate.d.ts +41 -0
  305. package/dist/cjs/types/types/IndexDate.js +86 -0
  306. package/dist/cjs/types/types/IndexDates.d.ts +50 -0
  307. package/dist/cjs/types/types/IndexDates.js +66 -0
  308. package/dist/cjs/types/types/Item.d.ts +107 -0
  309. package/dist/cjs/types/types/Item.js +61 -0
  310. package/dist/cjs/types/types/ItemClass.d.ts +31 -0
  311. package/dist/cjs/types/types/ItemClass.js +101 -0
  312. package/dist/cjs/types/types/ItemState.d.ts +122 -0
  313. package/dist/cjs/types/types/ItemState.js +283 -0
  314. package/dist/cjs/types/types/ItemTrack.d.ts +68 -0
  315. package/dist/cjs/types/types/ItemTrack.js +79 -0
  316. package/dist/cjs/types/types/ListingPerWalletArgs.d.ts +21 -0
  317. package/dist/cjs/types/types/ListingPerWalletArgs.js +60 -0
  318. package/dist/cjs/types/types/MemeVaultProof.d.ts +27 -0
  319. package/dist/cjs/types/types/MemeVaultProof.js +69 -0
  320. package/dist/cjs/types/types/MetadataArgs.d.ts +160 -0
  321. package/dist/cjs/types/types/MetadataArgs.js +138 -0
  322. package/dist/cjs/types/types/NonFungibleTraitInit.d.ts +27 -0
  323. package/dist/cjs/types/types/NonFungibleTraitInit.js +69 -0
  324. package/dist/cjs/types/types/NonFungibleTraitInitMap.d.ts +38 -0
  325. package/dist/cjs/types/types/NonFungibleTraitInitMap.js +79 -0
  326. package/dist/cjs/types/types/OnlyBetweenTimesArgs.d.ts +43 -0
  327. package/dist/cjs/types/types/OnlyBetweenTimesArgs.js +75 -0
  328. package/dist/cjs/types/types/OnlyTheseDOWArgs.d.ts +21 -0
  329. package/dist/cjs/types/types/OnlyTheseDOWArgs.js +60 -0
  330. package/dist/cjs/types/types/PackConfig.d.ts +62 -0
  331. package/dist/cjs/types/types/PackConfig.js +88 -0
  332. package/dist/cjs/types/types/PackOpenHolderState.d.ts +44 -0
  333. package/dist/cjs/types/types/PackOpenHolderState.js +127 -0
  334. package/dist/cjs/types/types/PackRule.d.ts +31 -0
  335. package/dist/cjs/types/types/PackRule.js +88 -0
  336. package/dist/cjs/types/types/PackState.d.ts +44 -0
  337. package/dist/cjs/types/types/PackState.js +127 -0
  338. package/dist/cjs/types/types/PackType.d.ts +44 -0
  339. package/dist/cjs/types/types/PackType.js +127 -0
  340. package/dist/cjs/types/types/PaymentClass.d.ts +44 -0
  341. package/dist/cjs/types/types/PaymentClass.js +127 -0
  342. package/dist/cjs/types/types/PoolAccess.d.ts +31 -0
  343. package/dist/cjs/types/types/PoolAccess.js +101 -0
  344. package/dist/cjs/types/types/PoolState.d.ts +31 -0
  345. package/dist/cjs/types/types/PoolState.js +101 -0
  346. package/dist/cjs/types/types/PoolType.d.ts +31 -0
  347. package/dist/cjs/types/types/PoolType.js +101 -0
  348. package/dist/cjs/types/types/Popularity.d.ts +112 -0
  349. package/dist/cjs/types/types/Popularity.js +79 -0
  350. package/dist/cjs/types/types/PopularityState.d.ts +265 -0
  351. package/dist/cjs/types/types/PopularityState.js +569 -0
  352. package/dist/cjs/types/types/PreviousDonationRecord.d.ts +42 -0
  353. package/dist/cjs/types/types/PreviousDonationRecord.js +79 -0
  354. package/dist/cjs/types/types/Price.d.ts +60 -0
  355. package/dist/cjs/types/types/Price.js +70 -0
  356. package/dist/cjs/types/types/PriceRule.d.ts +87 -0
  357. package/dist/cjs/types/types/PriceRule.js +196 -0
  358. package/dist/cjs/types/types/RecoverDeposit.d.ts +31 -0
  359. package/dist/cjs/types/types/RecoverDeposit.js +61 -0
  360. package/dist/cjs/types/types/Rule.d.ts +114 -0
  361. package/dist/cjs/types/types/Rule.js +167 -0
  362. package/dist/cjs/types/types/SaleConfig.d.ts +207 -0
  363. package/dist/cjs/types/types/SaleConfig.js +87 -0
  364. package/dist/cjs/types/types/SaleTrack.d.ts +37 -0
  365. package/dist/cjs/types/types/SaleTrack.js +84 -0
  366. package/dist/cjs/types/types/SaleType.d.ts +57 -0
  367. package/dist/cjs/types/types/SaleType.js +153 -0
  368. package/dist/cjs/types/types/Seed.d.ts +21 -0
  369. package/dist/cjs/types/types/Seed.js +60 -0
  370. package/dist/cjs/types/types/SelectedCard.d.ts +26 -0
  371. package/dist/cjs/types/types/SelectedCard.js +65 -0
  372. package/dist/cjs/types/types/SelectedZeroCard.d.ts +26 -0
  373. package/dist/cjs/types/types/SelectedZeroCard.js +65 -0
  374. package/dist/cjs/types/types/SemiFungibleTraitInit.d.ts +27 -0
  375. package/dist/cjs/types/types/SemiFungibleTraitInit.js +69 -0
  376. package/dist/cjs/types/types/SemiFungibleTraitInitMap.d.ts +32 -0
  377. package/dist/cjs/types/types/SemiFungibleTraitInitMap.js +74 -0
  378. package/dist/cjs/types/types/ShortCreator.d.ts +27 -0
  379. package/dist/cjs/types/types/ShortCreator.js +66 -0
  380. package/dist/cjs/types/types/ShortMetadata.d.ts +98 -0
  381. package/dist/cjs/types/types/ShortMetadata.js +120 -0
  382. package/dist/cjs/types/types/ShortMetadataArgs.d.ts +53 -0
  383. package/dist/cjs/types/types/ShortMetadataArgs.js +94 -0
  384. package/dist/cjs/types/types/StoreConfig.d.ts +107 -0
  385. package/dist/cjs/types/types/StoreConfig.js +92 -0
  386. package/dist/cjs/types/types/StoreRule.d.ts +76 -0
  387. package/dist/cjs/types/types/StoreRule.js +128 -0
  388. package/dist/cjs/types/types/SuperCategory.d.ts +26 -0
  389. package/dist/cjs/types/types/SuperCategory.js +65 -0
  390. package/dist/cjs/types/types/TightCardMetadata.d.ts +59 -0
  391. package/dist/cjs/types/types/TightCardMetadata.js +104 -0
  392. package/dist/cjs/types/types/TimeRangeType.d.ts +44 -0
  393. package/dist/cjs/types/types/TimeRangeType.js +127 -0
  394. package/dist/cjs/types/types/TimedPerWalletArgs.d.ts +21 -0
  395. package/dist/cjs/types/types/TimedPerWalletArgs.js +60 -0
  396. package/dist/cjs/types/types/TokenMetadata.d.ts +31 -0
  397. package/dist/cjs/types/types/TokenMetadata.js +70 -0
  398. package/dist/cjs/types/types/TokenProgramVersion.d.ts +31 -0
  399. package/dist/cjs/types/types/TokenProgramVersion.js +101 -0
  400. package/dist/cjs/types/types/TokenStandard.d.ts +57 -0
  401. package/dist/cjs/types/types/TokenStandard.js +153 -0
  402. package/dist/cjs/types/types/TokenState.d.ts +31 -0
  403. package/dist/cjs/types/types/TokenState.js +101 -0
  404. package/dist/cjs/types/types/TokenType.d.ts +31 -0
  405. package/dist/cjs/types/types/TokenType.js +101 -0
  406. package/dist/cjs/types/types/TotalPerTimeArgs.d.ts +36 -0
  407. package/dist/cjs/types/types/TotalPerTimeArgs.js +80 -0
  408. package/dist/cjs/types/types/TotalPerTimeWalletArgs.d.ts +26 -0
  409. package/dist/cjs/types/types/TotalPerTimeWalletArgs.js +65 -0
  410. package/dist/cjs/types/types/TrackRegistry.d.ts +31 -0
  411. package/dist/cjs/types/types/TrackRegistry.js +101 -0
  412. package/dist/cjs/types/types/TraitInit.d.ts +88 -0
  413. package/dist/cjs/types/types/TraitInit.js +175 -0
  414. package/dist/cjs/types/types/TraitPass.d.ts +52 -0
  415. package/dist/cjs/types/types/TraitPass.js +61 -0
  416. package/dist/cjs/types/types/TraitPassType.d.ts +96 -0
  417. package/dist/cjs/types/types/TraitPassType.js +185 -0
  418. package/dist/cjs/types/types/TraitType.d.ts +112 -0
  419. package/dist/cjs/types/types/TraitType.js +206 -0
  420. package/dist/cjs/types/types/TraitValue.d.ts +32 -0
  421. package/dist/cjs/types/types/TraitValue.js +74 -0
  422. package/dist/cjs/types/types/UnlocksAfter.d.ts +70 -0
  423. package/dist/cjs/types/types/UnlocksAfter.js +153 -0
  424. package/dist/cjs/types/types/UnwrapMetadata.d.ts +79 -0
  425. package/dist/cjs/types/types/UnwrapMetadata.js +127 -0
  426. package/dist/cjs/types/types/UseMethod.d.ts +44 -0
  427. package/dist/cjs/types/types/UseMethod.js +127 -0
  428. package/dist/cjs/types/types/Uses.d.ts +44 -0
  429. package/dist/cjs/types/types/Uses.js +79 -0
  430. package/dist/cjs/types/types/VerifyCollectionMetadata.d.ts +55 -0
  431. package/dist/cjs/types/types/VerifyCollectionMetadata.js +93 -0
  432. package/dist/cjs/types/types/VolumeTrack.d.ts +27 -0
  433. package/dist/cjs/types/types/VolumeTrack.js +69 -0
  434. package/dist/cjs/types/types/WrappedSource.d.ts +38 -0
  435. package/dist/cjs/types/types/WrappedSource.js +85 -0
  436. package/dist/cjs/types/types/ZeroConfig.d.ts +36 -0
  437. package/dist/cjs/types/types/ZeroConfig.js +80 -0
  438. package/dist/cjs/types/types/index.d.ts +332 -0
  439. package/dist/cjs/types/types/index.js +264 -0
  440. package/dist/cjs/utility/Connection.d.ts +3 -0
  441. package/dist/cjs/utility/Connection.js +11 -0
  442. package/dist/cjs/utility/Holders.d.ts +8 -0
  443. package/dist/cjs/utility/Holders.js +11 -0
  444. package/dist/cjs/utility/PdaManager.d.ts +19 -0
  445. package/dist/cjs/utility/PdaManager.js +183 -0
  446. package/dist/cjs/utility/config.d.ts +11 -0
  447. package/dist/cjs/utility/config.js +23 -0
  448. package/dist/cjs/utility/utils.d.ts +13 -0
  449. package/dist/cjs/utility/utils.js +211 -0
  450. package/dist/cjs/utility/validation.d.ts +12 -0
  451. package/dist/cjs/utility/validation.js +160 -0
  452. package/dist/index.d.ts +1 -0
  453. package/dist/index.js +72 -0
  454. package/dist/library/Irys/irys.d.ts +76 -0
  455. package/dist/library/Irys/irys.js +339 -0
  456. package/dist/library/Store.d.ts +18 -0
  457. package/dist/library/Store.js +367 -0
  458. package/dist/library/implementation/storeImplementation.d.ts +16 -0
  459. package/dist/library/implementation/storeImplementation.js +308 -0
  460. package/dist/library/instructions/store/buySingleEdition.d.ts +16 -0
  461. package/dist/library/instructions/store/buySingleEdition.js +161 -0
  462. package/dist/library/instructions/store/createSingleEdition.d.ts +3 -0
  463. package/dist/library/instructions/store/createSingleEdition.js +24 -0
  464. package/dist/library/instructions/store/createStore.d.ts +3 -0
  465. package/dist/library/instructions/store/createStore.js +6 -0
  466. package/dist/library/instructions/store/idl.d.ts +507 -0
  467. package/dist/library/instructions/store/idl.js +7618 -0
  468. package/dist/library/instructions/store/uploadFilesIryis.d.ts +12 -0
  469. package/dist/library/instructions/store/uploadFilesIryis.js +107 -0
  470. package/dist/types/accounts/ArchiveDeposit.d.ts +62 -0
  471. package/dist/types/accounts/ArchiveDeposit.js +140 -0
  472. package/dist/types/accounts/Authority.d.ts +15 -0
  473. package/dist/types/accounts/Authority.js +57 -0
  474. package/dist/types/accounts/BurnDeposit.d.ts +25 -0
  475. package/dist/types/accounts/BurnDeposit.js +78 -0
  476. package/dist/types/accounts/BurnProgress.d.ts +21 -0
  477. package/dist/types/accounts/BurnProgress.js +73 -0
  478. package/dist/types/accounts/BuyHistory.d.ts +31 -0
  479. package/dist/types/accounts/BuyHistory.js +89 -0
  480. package/dist/types/accounts/BuyTrack.d.ts +21 -0
  481. package/dist/types/accounts/BuyTrack.js +69 -0
  482. package/dist/types/accounts/Card.d.ts +56 -0
  483. package/dist/types/accounts/Card.js +130 -0
  484. package/dist/types/accounts/CollectionRegistry.d.ts +41 -0
  485. package/dist/types/accounts/CollectionRegistry.js +105 -0
  486. package/dist/types/accounts/CollectorRegistry.d.ts +41 -0
  487. package/dist/types/accounts/CollectorRegistry.js +105 -0
  488. package/dist/types/accounts/CreatorRegistry.d.ts +44 -0
  489. package/dist/types/accounts/CreatorRegistry.js +110 -0
  490. package/dist/types/accounts/CurrencyArtistProof.d.ts +28 -0
  491. package/dist/types/accounts/CurrencyArtistProof.js +83 -0
  492. package/dist/types/accounts/GenericUser.d.ts +53 -0
  493. package/dist/types/accounts/GenericUser.js +125 -0
  494. package/dist/types/accounts/ItemArchive.d.ts +68 -0
  495. package/dist/types/accounts/ItemArchive.js +150 -0
  496. package/dist/types/accounts/ItemReserveList.d.ts +18 -0
  497. package/dist/types/accounts/ItemReserveList.js +66 -0
  498. package/dist/types/accounts/ItemReserveList2.d.ts +15 -0
  499. package/dist/types/accounts/ItemReserveList2.js +57 -0
  500. package/dist/types/accounts/LutVault.d.ts +21 -0
  501. package/dist/types/accounts/LutVault.js +73 -0
  502. package/dist/types/accounts/Pack.d.ts +122 -0
  503. package/dist/types/accounts/Pack.js +240 -0
  504. package/dist/types/accounts/PackContent.d.ts +22 -0
  505. package/dist/types/accounts/PackContent.js +74 -0
  506. package/dist/types/accounts/PackOpenHolder.d.ts +37 -0
  507. package/dist/types/accounts/PackOpenHolder.js +99 -0
  508. package/dist/types/accounts/PackReceipt.d.ts +41 -0
  509. package/dist/types/accounts/PackReceipt.js +105 -0
  510. package/dist/types/accounts/PackTraits.d.ts +22 -0
  511. package/dist/types/accounts/PackTraits.js +73 -0
  512. package/dist/types/accounts/Payment.d.ts +22 -0
  513. package/dist/types/accounts/Payment.js +73 -0
  514. package/dist/types/accounts/PoolVault.d.ts +53 -0
  515. package/dist/types/accounts/PoolVault.js +125 -0
  516. package/dist/types/accounts/RevealForMe.d.ts +37 -0
  517. package/dist/types/accounts/RevealForMe.js +97 -0
  518. package/dist/types/accounts/SecureHolder.d.ts +22 -0
  519. package/dist/types/accounts/SecureHolder.js +73 -0
  520. package/dist/types/accounts/Single.d.ts +98 -0
  521. package/dist/types/accounts/Single.js +198 -0
  522. package/dist/types/accounts/Store.d.ts +53 -0
  523. package/dist/types/accounts/Store.js +126 -0
  524. package/dist/types/accounts/StoresHolder.d.ts +32 -0
  525. package/dist/types/accounts/StoresHolder.js +97 -0
  526. package/dist/types/accounts/ThreeId.d.ts +56 -0
  527. package/dist/types/accounts/ThreeId.js +128 -0
  528. package/dist/types/accounts/TokenManager.d.ts +68 -0
  529. package/dist/types/accounts/TokenManager.js +150 -0
  530. package/dist/types/accounts/ZeroCard.d.ts +15 -0
  531. package/dist/types/accounts/ZeroCard.js +57 -0
  532. package/dist/types/accounts/ZeroContent.d.ts +18 -0
  533. package/dist/types/accounts/ZeroContent.js +67 -0
  534. package/dist/types/accounts/ZeroOpenHolder.d.ts +50 -0
  535. package/dist/types/accounts/ZeroOpenHolder.js +126 -0
  536. package/dist/types/accounts/index.d.ts +66 -0
  537. package/dist/types/accounts/index.js +33 -0
  538. package/dist/types/errors/anchor.d.ts +434 -0
  539. package/dist/types/errors/anchor.js +653 -0
  540. package/dist/types/errors/index.d.ts +4 -0
  541. package/dist/types/errors/index.js +39 -0
  542. package/dist/types/implementation/implementationTypes.d.ts +23 -0
  543. package/dist/types/implementation/implementationTypes.js +1 -0
  544. package/dist/types/instructions/addBurn.d.ts +19 -0
  545. package/dist/types/instructions/addBurn.js +29 -0
  546. package/dist/types/instructions/adjustDepositBurn.d.ts +11 -0
  547. package/dist/types/instructions/adjustDepositBurn.js +16 -0
  548. package/dist/types/instructions/archiveItem.d.ts +21 -0
  549. package/dist/types/instructions/archiveItem.js +29 -0
  550. package/dist/types/instructions/assignPackDelegate.d.ts +9 -0
  551. package/dist/types/instructions/assignPackDelegate.js +15 -0
  552. package/dist/types/instructions/burnPay.d.ts +18 -0
  553. package/dist/types/instructions/burnPay.js +28 -0
  554. package/dist/types/instructions/buyPack.d.ts +24 -0
  555. package/dist/types/instructions/buyPack.js +37 -0
  556. package/dist/types/instructions/buyPay.d.ts +18 -0
  557. package/dist/types/instructions/buyPay.js +38 -0
  558. package/dist/types/instructions/buyToken.d.ts +20 -0
  559. package/dist/types/instructions/buyToken.js +35 -0
  560. package/dist/types/instructions/claimZeroCard.d.ts +39 -0
  561. package/dist/types/instructions/claimZeroCard.js +59 -0
  562. package/dist/types/instructions/closeDepositBurn.d.ts +16 -0
  563. package/dist/types/instructions/closeDepositBurn.js +22 -0
  564. package/dist/types/instructions/closeRegisterTraits.d.ts +8 -0
  565. package/dist/types/instructions/closeRegisterTraits.js +14 -0
  566. package/dist/types/instructions/createCard.d.ts +18 -0
  567. package/dist/types/instructions/createCard.js +30 -0
  568. package/dist/types/instructions/createCollection.d.ts +21 -0
  569. package/dist/types/instructions/createCollection.js +39 -0
  570. package/dist/types/instructions/createPack.d.ts +24 -0
  571. package/dist/types/instructions/createPack.js +40 -0
  572. package/dist/types/instructions/createSingle.d.ts +24 -0
  573. package/dist/types/instructions/createSingle.js +40 -0
  574. package/dist/types/instructions/createStore.d.ts +15 -0
  575. package/dist/types/instructions/createStore.js +27 -0
  576. package/dist/types/instructions/createTokenLauncher.d.ts +27 -0
  577. package/dist/types/instructions/createTokenLauncher.js +48 -0
  578. package/dist/types/instructions/createZeroCard.d.ts +24 -0
  579. package/dist/types/instructions/createZeroCard.js +41 -0
  580. package/dist/types/instructions/deleteCard.d.ts +10 -0
  581. package/dist/types/instructions/deleteCard.js +16 -0
  582. package/dist/types/instructions/deletePack.d.ts +14 -0
  583. package/dist/types/instructions/deletePack.js +20 -0
  584. package/dist/types/instructions/deleteSingle.d.ts +12 -0
  585. package/dist/types/instructions/deleteSingle.js +18 -0
  586. package/dist/types/instructions/deleteTokenLauncher.d.ts +11 -0
  587. package/dist/types/instructions/deleteTokenLauncher.js +21 -0
  588. package/dist/types/instructions/depositBurn.d.ts +21 -0
  589. package/dist/types/instructions/depositBurn.js +26 -0
  590. package/dist/types/instructions/donateUser.d.ts +29 -0
  591. package/dist/types/instructions/donateUser.js +47 -0
  592. package/dist/types/instructions/feedPool.d.ts +20 -0
  593. package/dist/types/instructions/feedPool.js +32 -0
  594. package/dist/types/instructions/feedTraits.d.ts +14 -0
  595. package/dist/types/instructions/feedTraits.js +22 -0
  596. package/dist/types/instructions/feedTree.d.ts +20 -0
  597. package/dist/types/instructions/feedTree.js +33 -0
  598. package/dist/types/instructions/flagPack.d.ts +15 -0
  599. package/dist/types/instructions/flagPack.js +27 -0
  600. package/dist/types/instructions/flagSingle.d.ts +14 -0
  601. package/dist/types/instructions/flagSingle.js +25 -0
  602. package/dist/types/instructions/gatePay.d.ts +21 -0
  603. package/dist/types/instructions/gatePay.js +30 -0
  604. package/dist/types/instructions/index.d.ts +104 -0
  605. package/dist/types/instructions/index.js +52 -0
  606. package/dist/types/instructions/initialize.d.ts +14 -0
  607. package/dist/types/instructions/initialize.js +24 -0
  608. package/dist/types/instructions/openPack.d.ts +28 -0
  609. package/dist/types/instructions/openPack.js +42 -0
  610. package/dist/types/instructions/prepareCreator.d.ts +9 -0
  611. package/dist/types/instructions/prepareCreator.js +15 -0
  612. package/dist/types/instructions/preparePack.d.ts +16 -0
  613. package/dist/types/instructions/preparePack.js +26 -0
  614. package/dist/types/instructions/prepareTraits.d.ts +8 -0
  615. package/dist/types/instructions/prepareTraits.js +14 -0
  616. package/dist/types/instructions/printPack.d.ts +37 -0
  617. package/dist/types/instructions/printPack.js +51 -0
  618. package/dist/types/instructions/printSingle.d.ts +40 -0
  619. package/dist/types/instructions/printSingle.js +59 -0
  620. package/dist/types/instructions/recoverDepositBurn.d.ts +33 -0
  621. package/dist/types/instructions/recoverDepositBurn.js +39 -0
  622. package/dist/types/instructions/registerActivity.d.ts +13 -0
  623. package/dist/types/instructions/registerActivity.js +20 -0
  624. package/dist/types/instructions/registerCollector.d.ts +16 -0
  625. package/dist/types/instructions/registerCollector.js +35 -0
  626. package/dist/types/instructions/registerCreator.d.ts +14 -0
  627. package/dist/types/instructions/registerCreator.js +22 -0
  628. package/dist/types/instructions/registerGenericUser.d.ts +31 -0
  629. package/dist/types/instructions/registerGenericUser.js +53 -0
  630. package/dist/types/instructions/registerPackUploads.d.ts +13 -0
  631. package/dist/types/instructions/registerPackUploads.js +21 -0
  632. package/dist/types/instructions/registerTraits.d.ts +12 -0
  633. package/dist/types/instructions/registerTraits.js +20 -0
  634. package/dist/types/instructions/registerUser.d.ts +14 -0
  635. package/dist/types/instructions/registerUser.js +26 -0
  636. package/dist/types/instructions/storeLutFor.d.ts +13 -0
  637. package/dist/types/instructions/storeLutFor.js +21 -0
  638. package/dist/types/instructions/unwrapAndDestroy.d.ts +22 -0
  639. package/dist/types/instructions/unwrapAndDestroy.js +26 -0
  640. package/dist/types/instructions/updateCard.d.ts +16 -0
  641. package/dist/types/instructions/updateCard.js +29 -0
  642. package/dist/types/instructions/updatePack.d.ts +22 -0
  643. package/dist/types/instructions/updatePack.js +39 -0
  644. package/dist/types/instructions/updateSingle.d.ts +20 -0
  645. package/dist/types/instructions/updateSingle.js +35 -0
  646. package/dist/types/instructions/updateStore.d.ts +14 -0
  647. package/dist/types/instructions/updateStore.js +25 -0
  648. package/dist/types/instructions/withdrawFromStore.d.ts +7 -0
  649. package/dist/types/instructions/withdrawFromStore.js +13 -0
  650. package/dist/types/programId.d.ts +13 -0
  651. package/dist/types/programId.js +16 -0
  652. package/dist/types/types/AccountClass.d.ts +368 -0
  653. package/dist/types/types/AccountClass.js +720 -0
  654. package/dist/types/types/AccountHasher.d.ts +37 -0
  655. package/dist/types/types/AccountHasher.js +55 -0
  656. package/dist/types/types/ActionAfter.d.ts +82 -0
  657. package/dist/types/types/ActionAfter.js +146 -0
  658. package/dist/types/types/AllowedCurrencyArgs.d.ts +20 -0
  659. package/dist/types/types/AllowedCurrencyArgs.js +33 -0
  660. package/dist/types/types/AuthorityGateTypes.d.ts +30 -0
  661. package/dist/types/types/AuthorityGateTypes.js +70 -0
  662. package/dist/types/types/BurnCount.d.ts +21 -0
  663. package/dist/types/types/BurnCount.js +34 -0
  664. package/dist/types/types/BurnState.d.ts +30 -0
  665. package/dist/types/types/BurnState.js +70 -0
  666. package/dist/types/types/BurnTrack.d.ts +26 -0
  667. package/dist/types/types/BurnTrack.js +39 -0
  668. package/dist/types/types/BurnType.d.ts +43 -0
  669. package/dist/types/types/BurnType.js +95 -0
  670. package/dist/types/types/BurnTypeBurn.d.ts +17 -0
  671. package/dist/types/types/BurnTypeBurn.js +43 -0
  672. package/dist/types/types/BuyHistoryClass.d.ts +30 -0
  673. package/dist/types/types/BuyHistoryClass.js +70 -0
  674. package/dist/types/types/CardClass.d.ts +17 -0
  675. package/dist/types/types/CardClass.js +43 -0
  676. package/dist/types/types/CardState.d.ts +95 -0
  677. package/dist/types/types/CardState.js +195 -0
  678. package/dist/types/types/CardTrack.d.ts +31 -0
  679. package/dist/types/types/CardTrack.js +48 -0
  680. package/dist/types/types/Category.d.ts +30 -0
  681. package/dist/types/types/Category.js +43 -0
  682. package/dist/types/types/CnftData.d.ts +35 -0
  683. package/dist/types/types/CnftData.js +53 -0
  684. package/dist/types/types/CollectTrack.d.ts +26 -0
  685. package/dist/types/types/CollectTrack.js +39 -0
  686. package/dist/types/types/Collection.d.ts +26 -0
  687. package/dist/types/types/Collection.js +39 -0
  688. package/dist/types/types/CompactCnftData.d.ts +30 -0
  689. package/dist/types/types/CompactCnftData.js +47 -0
  690. package/dist/types/types/CoolTimePerAmountArgs.d.ts +30 -0
  691. package/dist/types/types/CoolTimePerAmountArgs.js +43 -0
  692. package/dist/types/types/Creator.d.ts +31 -0
  693. package/dist/types/types/Creator.js +44 -0
  694. package/dist/types/types/CreatorGateArgs.d.ts +21 -0
  695. package/dist/types/types/CreatorGateArgs.js +34 -0
  696. package/dist/types/types/CurrencyArtistProof.d.ts +36 -0
  697. package/dist/types/types/CurrencyArtistProof.js +54 -0
  698. package/dist/types/types/CurrencyType.d.ts +109 -0
  699. package/dist/types/types/CurrencyType.js +185 -0
  700. package/dist/types/types/DateTraitInit.d.ts +26 -0
  701. package/dist/types/types/DateTraitInit.js +39 -0
  702. package/dist/types/types/DateTraitInitMap.d.ts +31 -0
  703. package/dist/types/types/DateTraitInitMap.js +44 -0
  704. package/dist/types/types/Deposit.d.ts +37 -0
  705. package/dist/types/types/Deposit.js +55 -0
  706. package/dist/types/types/DepositFormat.d.ts +30 -0
  707. package/dist/types/types/DepositFormat.js +70 -0
  708. package/dist/types/types/DepositState.d.ts +30 -0
  709. package/dist/types/types/DepositState.js +70 -0
  710. package/dist/types/types/DepositSubtype.d.ts +30 -0
  711. package/dist/types/types/DepositSubtype.js +70 -0
  712. package/dist/types/types/DepositTrack.d.ts +26 -0
  713. package/dist/types/types/DepositTrack.js +42 -0
  714. package/dist/types/types/DepositTrackType.d.ts +43 -0
  715. package/dist/types/types/DepositTrackType.js +95 -0
  716. package/dist/types/types/DepositType.d.ts +90 -0
  717. package/dist/types/types/DepositType.js +151 -0
  718. package/dist/types/types/Earnings.d.ts +13 -0
  719. package/dist/types/types/Earnings.js +23 -0
  720. package/dist/types/types/EditionStoreType.d.ts +43 -0
  721. package/dist/types/types/EditionStoreType.js +95 -0
  722. package/dist/types/types/EncryptedPayload.d.ts +25 -0
  723. package/dist/types/types/EncryptedPayload.js +38 -0
  724. package/dist/types/types/ExtraParameter.d.ts +43 -0
  725. package/dist/types/types/ExtraParameter.js +83 -0
  726. package/dist/types/types/FakeBurnCount.d.ts +27 -0
  727. package/dist/types/types/FakeBurnCount.js +40 -0
  728. package/dist/types/types/FakeDeposit.d.ts +27 -0
  729. package/dist/types/types/FakeDeposit.js +40 -0
  730. package/dist/types/types/FakeTraitPair.d.ts +25 -0
  731. package/dist/types/types/FakeTraitPair.js +38 -0
  732. package/dist/types/types/FakeTraitValue.d.ts +26 -0
  733. package/dist/types/types/FakeTraitValue.js +39 -0
  734. package/dist/types/types/FakeVolumeTrack.d.ts +27 -0
  735. package/dist/types/types/FakeVolumeTrack.js +40 -0
  736. package/dist/types/types/FeeType.d.ts +43 -0
  737. package/dist/types/types/FeeType.js +95 -0
  738. package/dist/types/types/FeedingTraits.d.ts +21 -0
  739. package/dist/types/types/FeedingTraits.js +34 -0
  740. package/dist/types/types/Filter.d.ts +26 -0
  741. package/dist/types/types/Filter.js +39 -0
  742. package/dist/types/types/FilterType.d.ts +17 -0
  743. package/dist/types/types/FilterType.js +43 -0
  744. package/dist/types/types/GeneralStore.d.ts +17 -0
  745. package/dist/types/types/GeneralStore.js +43 -0
  746. package/dist/types/types/GenericStore.d.ts +26 -0
  747. package/dist/types/types/GenericStore.js +39 -0
  748. package/dist/types/types/GenericValue.d.ts +71 -0
  749. package/dist/types/types/GenericValue.js +123 -0
  750. package/dist/types/types/GlobalFee.d.ts +38 -0
  751. package/dist/types/types/GlobalFee.js +56 -0
  752. package/dist/types/types/GlobalState.d.ts +56 -0
  753. package/dist/types/types/GlobalState.js +120 -0
  754. package/dist/types/types/IndexDate.d.ts +40 -0
  755. package/dist/types/types/IndexDate.js +59 -0
  756. package/dist/types/types/IndexDates.d.ts +26 -0
  757. package/dist/types/types/IndexDates.js +39 -0
  758. package/dist/types/types/Item.d.ts +21 -0
  759. package/dist/types/types/Item.js +34 -0
  760. package/dist/types/types/ItemClass.d.ts +30 -0
  761. package/dist/types/types/ItemClass.js +70 -0
  762. package/dist/types/types/ItemState.d.ts +121 -0
  763. package/dist/types/types/ItemState.js +245 -0
  764. package/dist/types/types/ItemTrack.d.ts +32 -0
  765. package/dist/types/types/ItemTrack.js +49 -0
  766. package/dist/types/types/ListingPerWalletArgs.d.ts +20 -0
  767. package/dist/types/types/ListingPerWalletArgs.js +33 -0
  768. package/dist/types/types/MemeVaultProof.d.ts +26 -0
  769. package/dist/types/types/MemeVaultProof.js +39 -0
  770. package/dist/types/types/MetadataArgs.d.ts +100 -0
  771. package/dist/types/types/MetadataArgs.js +111 -0
  772. package/dist/types/types/NonFungibleTraitInit.d.ts +26 -0
  773. package/dist/types/types/NonFungibleTraitInit.js +39 -0
  774. package/dist/types/types/NonFungibleTraitInitMap.d.ts +32 -0
  775. package/dist/types/types/NonFungibleTraitInitMap.js +49 -0
  776. package/dist/types/types/OnlyBetweenTimesArgs.d.ts +31 -0
  777. package/dist/types/types/OnlyBetweenTimesArgs.js +48 -0
  778. package/dist/types/types/OnlyTheseDOWArgs.d.ts +20 -0
  779. package/dist/types/types/OnlyTheseDOWArgs.js +33 -0
  780. package/dist/types/types/PackConfig.d.ts +42 -0
  781. package/dist/types/types/PackConfig.js +61 -0
  782. package/dist/types/types/PackOpenHolderState.d.ts +43 -0
  783. package/dist/types/types/PackOpenHolderState.js +95 -0
  784. package/dist/types/types/PackRule.d.ts +30 -0
  785. package/dist/types/types/PackRule.js +58 -0
  786. package/dist/types/types/PackState.d.ts +43 -0
  787. package/dist/types/types/PackState.js +95 -0
  788. package/dist/types/types/PackType.d.ts +43 -0
  789. package/dist/types/types/PackType.js +95 -0
  790. package/dist/types/types/PaymentClass.d.ts +43 -0
  791. package/dist/types/types/PaymentClass.js +95 -0
  792. package/dist/types/types/PoolAccess.d.ts +30 -0
  793. package/dist/types/types/PoolAccess.js +70 -0
  794. package/dist/types/types/PoolState.d.ts +30 -0
  795. package/dist/types/types/PoolState.js +70 -0
  796. package/dist/types/types/PoolType.d.ts +30 -0
  797. package/dist/types/types/PoolType.js +70 -0
  798. package/dist/types/types/Popularity.d.ts +32 -0
  799. package/dist/types/types/Popularity.js +49 -0
  800. package/dist/types/types/PopularityState.d.ts +264 -0
  801. package/dist/types/types/PopularityState.js +520 -0
  802. package/dist/types/types/PreviousDonationRecord.d.ts +32 -0
  803. package/dist/types/types/PreviousDonationRecord.js +49 -0
  804. package/dist/types/types/Price.d.ts +27 -0
  805. package/dist/types/types/Price.js +40 -0
  806. package/dist/types/types/PriceRule.d.ts +86 -0
  807. package/dist/types/types/PriceRule.js +160 -0
  808. package/dist/types/types/RecoverDeposit.d.ts +21 -0
  809. package/dist/types/types/RecoverDeposit.js +34 -0
  810. package/dist/types/types/Rule.d.ts +82 -0
  811. package/dist/types/types/Rule.js +135 -0
  812. package/dist/types/types/SaleConfig.d.ts +41 -0
  813. package/dist/types/types/SaleConfig.js +60 -0
  814. package/dist/types/types/SaleTrack.d.ts +36 -0
  815. package/dist/types/types/SaleTrack.js +54 -0
  816. package/dist/types/types/SaleType.d.ts +56 -0
  817. package/dist/types/types/SaleType.js +120 -0
  818. package/dist/types/types/Seed.d.ts +20 -0
  819. package/dist/types/types/Seed.js +33 -0
  820. package/dist/types/types/SelectedCard.d.ts +25 -0
  821. package/dist/types/types/SelectedCard.js +38 -0
  822. package/dist/types/types/SelectedZeroCard.d.ts +25 -0
  823. package/dist/types/types/SelectedZeroCard.js +38 -0
  824. package/dist/types/types/SemiFungibleTraitInit.d.ts +26 -0
  825. package/dist/types/types/SemiFungibleTraitInit.js +39 -0
  826. package/dist/types/types/SemiFungibleTraitInitMap.d.ts +31 -0
  827. package/dist/types/types/SemiFungibleTraitInitMap.js +44 -0
  828. package/dist/types/types/ShortCreator.d.ts +26 -0
  829. package/dist/types/types/ShortCreator.js +39 -0
  830. package/dist/types/types/ShortMetadata.d.ts +57 -0
  831. package/dist/types/types/ShortMetadata.js +90 -0
  832. package/dist/types/types/ShortMetadataArgs.d.ts +47 -0
  833. package/dist/types/types/ShortMetadataArgs.js +67 -0
  834. package/dist/types/types/StoreConfig.d.ts +43 -0
  835. package/dist/types/types/StoreConfig.js +62 -0
  836. package/dist/types/types/StoreRule.d.ts +56 -0
  837. package/dist/types/types/StoreRule.js +97 -0
  838. package/dist/types/types/SuperCategory.d.ts +25 -0
  839. package/dist/types/types/SuperCategory.js +38 -0
  840. package/dist/types/types/TightCardMetadata.d.ts +53 -0
  841. package/dist/types/types/TightCardMetadata.js +74 -0
  842. package/dist/types/types/TimeRangeType.d.ts +43 -0
  843. package/dist/types/types/TimeRangeType.js +95 -0
  844. package/dist/types/types/TimedPerWalletArgs.d.ts +20 -0
  845. package/dist/types/types/TimedPerWalletArgs.js +33 -0
  846. package/dist/types/types/TokenMetadata.d.ts +30 -0
  847. package/dist/types/types/TokenMetadata.js +43 -0
  848. package/dist/types/types/TokenProgramVersion.d.ts +30 -0
  849. package/dist/types/types/TokenProgramVersion.js +70 -0
  850. package/dist/types/types/TokenStandard.d.ts +56 -0
  851. package/dist/types/types/TokenStandard.js +120 -0
  852. package/dist/types/types/TokenState.d.ts +30 -0
  853. package/dist/types/types/TokenState.js +70 -0
  854. package/dist/types/types/TokenType.d.ts +30 -0
  855. package/dist/types/types/TokenType.js +70 -0
  856. package/dist/types/types/TotalPerTimeArgs.d.ts +35 -0
  857. package/dist/types/types/TotalPerTimeArgs.js +53 -0
  858. package/dist/types/types/TotalPerTimeWalletArgs.d.ts +25 -0
  859. package/dist/types/types/TotalPerTimeWalletArgs.js +38 -0
  860. package/dist/types/types/TrackRegistry.d.ts +30 -0
  861. package/dist/types/types/TrackRegistry.js +70 -0
  862. package/dist/types/types/TraitInit.d.ts +87 -0
  863. package/dist/types/types/TraitInit.js +140 -0
  864. package/dist/types/types/TraitPass.d.ts +21 -0
  865. package/dist/types/types/TraitPass.js +34 -0
  866. package/dist/types/types/TraitPassType.d.ts +95 -0
  867. package/dist/types/types/TraitPassType.js +150 -0
  868. package/dist/types/types/TraitType.d.ts +107 -0
  869. package/dist/types/types/TraitType.js +171 -0
  870. package/dist/types/types/TraitValue.d.ts +31 -0
  871. package/dist/types/types/TraitValue.js +44 -0
  872. package/dist/types/types/UnlocksAfter.d.ts +69 -0
  873. package/dist/types/types/UnlocksAfter.js +121 -0
  874. package/dist/types/types/UnwrapMetadata.d.ts +72 -0
  875. package/dist/types/types/UnwrapMetadata.js +97 -0
  876. package/dist/types/types/UseMethod.d.ts +43 -0
  877. package/dist/types/types/UseMethod.js +95 -0
  878. package/dist/types/types/Uses.d.ts +32 -0
  879. package/dist/types/types/Uses.js +49 -0
  880. package/dist/types/types/VerifyCollectionMetadata.d.ts +46 -0
  881. package/dist/types/types/VerifyCollectionMetadata.js +66 -0
  882. package/dist/types/types/VolumeTrack.d.ts +26 -0
  883. package/dist/types/types/VolumeTrack.js +39 -0
  884. package/dist/types/types/WrappedSource.d.ts +37 -0
  885. package/dist/types/types/WrappedSource.js +55 -0
  886. package/dist/types/types/ZeroConfig.d.ts +35 -0
  887. package/dist/types/types/ZeroConfig.js +53 -0
  888. package/dist/types/types/index.d.ts +332 -0
  889. package/dist/types/types/index.js +166 -0
  890. package/dist/utility/Connection.d.ts +3 -0
  891. package/dist/utility/Connection.js +7 -0
  892. package/dist/utility/Holders.d.ts +8 -0
  893. package/dist/utility/Holders.js +8 -0
  894. package/dist/utility/PdaManager.d.ts +19 -0
  895. package/dist/utility/PdaManager.js +160 -0
  896. package/dist/utility/config.d.ts +11 -0
  897. package/dist/utility/config.js +20 -0
  898. package/dist/utility/utils.d.ts +13 -0
  899. package/dist/utility/utils.js +196 -0
  900. package/dist/utility/validation.d.ts +12 -0
  901. package/dist/utility/validation.js +149 -0
  902. package/package.json +1 -2
  903. package/src/index.ts +2 -3
  904. package/src/library/implementation/storeImplementation.ts +9 -2
  905. package/src/library/instructions/store/buySingleEdition.ts +1 -0
  906. package/tsconfig.json +23 -6
@@ -0,0 +1,160 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import BN from "bn.js";
11
+ import { BUBBLEGUM_PROGRAM_ID, PROGRAM_ID, SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID, TOKEN_METADATA_PROGRAM_ID, TOKEN_PROGRAM_ID, } from "../types/programId";
12
+ import { PublicKey } from "@solana/web3.js";
13
+ export const METADATA_PREFIX = "metadata";
14
+ export function holderPDA({ creator, slot }) {
15
+ if (!slot)
16
+ slot = 0;
17
+ creator = toPublicKey(creator);
18
+ return PublicKey.findProgramAddress([
19
+ Buffer.from("holder"),
20
+ creator.toBytes(),
21
+ new BN(slot).toArrayLike(Buffer, "le", 8),
22
+ ], toPublicKey(PROGRAM_ID));
23
+ }
24
+ export function holderAccountPDA({ creator, slot }) {
25
+ if (!slot)
26
+ slot = 0;
27
+ creator = toPublicKey(creator);
28
+ return PublicKey.findProgramAddress([
29
+ Buffer.from("holder_account"),
30
+ creator.toBytes(),
31
+ new BN(slot).toArrayLike(Buffer, "le", 8),
32
+ ], toPublicKey(PROGRAM_ID));
33
+ }
34
+ export function storePDA({ storeId, creator, holder }) {
35
+ holder = toPublicKey(holder);
36
+ creator = toPublicKey(creator);
37
+ if (!(storeId === null || storeId === void 0 ? void 0 : storeId.toNumber))
38
+ storeId = new BN(storeId);
39
+ return PublicKey.findProgramAddress([
40
+ Buffer.from("store"),
41
+ holder.toBytes(),
42
+ creator.toBytes(),
43
+ storeId.toArrayLike(Buffer, "le", 2),
44
+ ], toPublicKey(PROGRAM_ID));
45
+ }
46
+ export function creatorAuthorityPDA({ creator, store }) {
47
+ store = toPublicKey(store);
48
+ creator = toPublicKey(creator);
49
+ return PublicKey.findProgramAddress([Buffer.from("creator_authority"), store.toBytes(), creator.toBytes()], toPublicKey(PROGRAM_ID));
50
+ }
51
+ export function itemAccountPDA({ creator, store, identifier }) {
52
+ store = toPublicKey(store);
53
+ creator = toPublicKey(creator);
54
+ return PublicKey.findProgramAddress([
55
+ Buffer.from("item_account"),
56
+ store.toBytes(),
57
+ creator.toBytes(),
58
+ identifier.toArrayLike(Buffer, "le", 8),
59
+ ], toPublicKey(PROGRAM_ID));
60
+ }
61
+ export function itemReserveListPDA({ item }) {
62
+ item = toPublicKey(item);
63
+ return PublicKey.findProgramAddress([Buffer.from("item_reserve_list"), item.toBytes()], toPublicKey(PROGRAM_ID));
64
+ }
65
+ export const toPublicKey = (key) => {
66
+ if (typeof key !== "string")
67
+ return key;
68
+ const PubKeysInternedMap = new Map();
69
+ let result = PubKeysInternedMap.get(key);
70
+ if (!result) {
71
+ result = new PublicKey(key);
72
+ PubKeysInternedMap.set(key, result);
73
+ }
74
+ return result;
75
+ };
76
+ export const getMetadataPDA = (mint) => __awaiter(void 0, void 0, void 0, function* () {
77
+ const [publicKey] = yield PublicKey.findProgramAddress([
78
+ Buffer.from("metadata"),
79
+ TOKEN_METADATA_PROGRAM_ID.toBuffer(),
80
+ mint.toBuffer(),
81
+ ], TOKEN_METADATA_PROGRAM_ID //PROGRAM_ID
82
+ );
83
+ return publicKey;
84
+ });
85
+ export const getEditionPDA = (mint, full) => __awaiter(void 0, void 0, void 0, function* () {
86
+ return yield PublicKey.findProgramAddress([
87
+ Buffer.from(METADATA_PREFIX),
88
+ toPublicKey(TOKEN_METADATA_PROGRAM_ID).toBuffer(),
89
+ mint.toBuffer(),
90
+ Buffer.from("edition"),
91
+ ], toPublicKey(TOKEN_METADATA_PROGRAM_ID));
92
+ });
93
+ export const collectionAuthorityRecord = (_a) => __awaiter(void 0, [_a], void 0, function* ({ mint, new_authority, }) {
94
+ mint = toPublicKey(mint);
95
+ new_authority = toPublicKey(new_authority);
96
+ return PublicKey.findProgramAddress([
97
+ Buffer.from("metadata"),
98
+ TOKEN_METADATA_PROGRAM_ID.toBuffer(),
99
+ mint.toBuffer(),
100
+ Buffer.from("collection_authority"),
101
+ new_authority.toBuffer(),
102
+ ], TOKEN_METADATA_PROGRAM_ID);
103
+ });
104
+ export const creatorRegistryPDA = ({ user, currency, store }) => {
105
+ user = toPublicKey(user);
106
+ currency = toPublicKey(currency);
107
+ store = toPublicKey(store);
108
+ return PublicKey.findProgramAddress([
109
+ Buffer.from("creator_registry"),
110
+ currency.toBytes(),
111
+ user.toBytes(),
112
+ store.toBytes(),
113
+ ], toPublicKey(PROGRAM_ID));
114
+ };
115
+ export const userActivityPDA = (_a) => __awaiter(void 0, [_a], void 0, function* ({ user, store }) {
116
+ user = toPublicKey(user);
117
+ store = toPublicKey(store);
118
+ return PublicKey.findProgramAddress([Buffer.from("user_activity_tracking"), user.toBytes(), store.toBytes()], toPublicKey(PROGRAM_ID));
119
+ });
120
+ export const collectorArtistRegistryPDA = (_a) => __awaiter(void 0, [_a], void 0, function* ({ user, artist, currency, store, }) {
121
+ user = toPublicKey(user);
122
+ currency = toPublicKey(currency);
123
+ artist = toPublicKey(artist);
124
+ store = toPublicKey(store);
125
+ return PublicKey.findProgramAddress([
126
+ Buffer.from("collectors_artist_registry"),
127
+ user.toBytes(),
128
+ currency.toBytes(),
129
+ artist.toBytes(),
130
+ store.toBytes(),
131
+ ], toPublicKey(PROGRAM_ID));
132
+ });
133
+ export const collectorGlobalRegistryPDA = ({ user, currency, store }) => {
134
+ user = toPublicKey(user);
135
+ currency = toPublicKey(currency);
136
+ store = toPublicKey(store);
137
+ return PublicKey.findProgramAddress([
138
+ Buffer.from("collectors_global_registry"),
139
+ user.toBytes(),
140
+ currency.toBytes(),
141
+ store.toBytes(),
142
+ ], toPublicKey(PROGRAM_ID));
143
+ };
144
+ export const buyPaymentPDA = ({ owner, itemAccount }) => {
145
+ owner = toPublicKey(owner);
146
+ itemAccount = toPublicKey(itemAccount);
147
+ return PublicKey.findProgramAddress([Buffer.from("buy_payment"), owner.toBytes(), itemAccount.toBytes()], toPublicKey(PROGRAM_ID));
148
+ };
149
+ export const treeAuthority = ({ tree }) => {
150
+ tree = toPublicKey(tree);
151
+ return PublicKey.findProgramAddressSync([tree.toBuffer()], toPublicKey(BUBBLEGUM_PROGRAM_ID));
152
+ };
153
+ export const getATAPDA = (_a) => __awaiter(void 0, [_a], void 0, function* ({ owner, mint }) {
154
+ const [publicKey] = yield PublicKey.findProgramAddress([
155
+ toPublicKey(owner).toBuffer(),
156
+ TOKEN_PROGRAM_ID.toBuffer(),
157
+ toPublicKey(mint).toBuffer(),
158
+ ], SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID);
159
+ return publicKey;
160
+ });
@@ -0,0 +1,11 @@
1
+ export declare enum NetworkType {
2
+ DEVNET = "devnet",
3
+ MAINNET = "mainnet-beta"
4
+ }
5
+ export interface NetworkConfig {
6
+ endpoint: string;
7
+ programId: string;
8
+ tokenProgramId: string;
9
+ metadataProgramId: string;
10
+ }
11
+ export declare const NETWORK_CONFIGS: Record<NetworkType, NetworkConfig>;
@@ -0,0 +1,20 @@
1
+ import { PROGRAM_CNFT, TOKEN_METADATA_PROGRAM_ID, TOKEN_PROGRAM_ID, } from "../types/programId";
2
+ export var NetworkType;
3
+ (function (NetworkType) {
4
+ NetworkType["DEVNET"] = "devnet";
5
+ NetworkType["MAINNET"] = "mainnet-beta";
6
+ })(NetworkType || (NetworkType = {}));
7
+ export const NETWORK_CONFIGS = {
8
+ [NetworkType.DEVNET]: {
9
+ endpoint: "https://api.devnet.solana.com",
10
+ programId: PROGRAM_CNFT,
11
+ tokenProgramId: TOKEN_PROGRAM_ID,
12
+ metadataProgramId: TOKEN_METADATA_PROGRAM_ID,
13
+ },
14
+ [NetworkType.MAINNET]: {
15
+ endpoint: "https://api.mainnet-beta.solana.com",
16
+ programId: PROGRAM_CNFT,
17
+ tokenProgramId: TOKEN_PROGRAM_ID,
18
+ metadataProgramId: TOKEN_METADATA_PROGRAM_ID,
19
+ },
20
+ };
@@ -0,0 +1,13 @@
1
+ import { FileData } from "../library/instructions/store/uploadFilesIryis";
2
+ export declare function bytesToU32(slice: any): number;
3
+ export declare const cyrb53: (str: any, seed?: number) => number;
4
+ export declare const sleep: (t: any) => Promise<unknown>;
5
+ export declare const nowS: () => number;
6
+ export declare const validateSolAddress: (address: any) => any;
7
+ export declare const checkFileType: (file: any) => "audio" | "image/png" | "image/gif" | "image/jpeg" | "image/webp" | "video/mp4" | "model/gltf-binary" | "video/webp" | null;
8
+ export declare const checkCategory: (file: any) => "audio" | "image" | "video" | "vr" | null;
9
+ export declare function normalizeFileData(fileData: any): Promise<FileData>;
10
+ export declare function getFileType(file: any): string | null;
11
+ export declare function validateFileType(type: string): void;
12
+ export declare function getFileCategory(file: any): string | null;
13
+ export declare function isAnimatable(type: string): boolean;
@@ -0,0 +1,196 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { PublicKey } from "@solana/web3.js";
11
+ export function bytesToU32(slice) {
12
+ let result = 0;
13
+ for (let i = slice.length - 1; i >= 0; i--) {
14
+ result = (result << 8) | slice[i];
15
+ }
16
+ return result >>> 0;
17
+ }
18
+ export const cyrb53 = (str, seed = 0) => {
19
+ let h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed;
20
+ let arr = null;
21
+ if (typeof str != "string") {
22
+ if (Array.isArray(str)) {
23
+ arr = str;
24
+ }
25
+ else {
26
+ str = str + "";
27
+ }
28
+ }
29
+ if (arr) {
30
+ for (const ch of arr) {
31
+ h1 = Math.imul(h1 ^ ch, 2654435761);
32
+ h2 = Math.imul(h2 ^ ch, 1597334677);
33
+ }
34
+ }
35
+ else {
36
+ for (let i = 0, ch; i < str.length; i++) {
37
+ ch = str.charCodeAt(i);
38
+ h1 = Math.imul(h1 ^ ch, 2654435761);
39
+ h2 = Math.imul(h2 ^ ch, 1597334677);
40
+ }
41
+ }
42
+ h1 =
43
+ Math.imul(h1 ^ (h1 >>> 16), 2246822507) ^
44
+ Math.imul(h2 ^ (h2 >>> 13), 3266489909);
45
+ h2 =
46
+ Math.imul(h2 ^ (h2 >>> 16), 2246822507) ^
47
+ Math.imul(h1 ^ (h1 >>> 13), 3266489909);
48
+ return 4294967296 * (2097151 & h2) + (h1 >>> 0);
49
+ };
50
+ export const sleep = (t) => {
51
+ return new Promise((res) => {
52
+ setTimeout(res, t);
53
+ });
54
+ };
55
+ export const nowS = () => Date.now() / 1000;
56
+ export const validateSolAddress = (address) => {
57
+ try {
58
+ let pubkey = new PublicKey(address);
59
+ return PublicKey.isOnCurve(pubkey.toBuffer());
60
+ }
61
+ catch (error) {
62
+ return false;
63
+ }
64
+ };
65
+ export const checkFileType = (file) => {
66
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
67
+ return ((_a = file === null || file === void 0 ? void 0 : file.type) === null || _a === void 0 ? void 0 : _a.includes("video/webp"))
68
+ ? "video/webp"
69
+ : ((_b = file === null || file === void 0 ? void 0 : file.type) === null || _b === void 0 ? void 0 : _b.includes("image/webp"))
70
+ ? "image/webp"
71
+ : ((_c = file === null || file === void 0 ? void 0 : file.type) === null || _c === void 0 ? void 0 : _c.includes("jpeg")) || ((_d = file === null || file === void 0 ? void 0 : file.type) === null || _d === void 0 ? void 0 : _d.includes("jpg"))
72
+ ? "image/jpeg"
73
+ : ((_e = file === null || file === void 0 ? void 0 : file.type) === null || _e === void 0 ? void 0 : _e.includes("gif"))
74
+ ? "image/gif"
75
+ : ((_f = file === null || file === void 0 ? void 0 : file.type) === null || _f === void 0 ? void 0 : _f.includes("png"))
76
+ ? "image/png"
77
+ : ((_g = file === null || file === void 0 ? void 0 : file.type) === null || _g === void 0 ? void 0 : _g.includes("audio"))
78
+ ? "audio"
79
+ : ((_h = file === null || file === void 0 ? void 0 : file.type) === null || _h === void 0 ? void 0 : _h.includes("mp4"))
80
+ ? "video/mp4"
81
+ : ((_j = file === null || file === void 0 ? void 0 : file.name) === null || _j === void 0 ? void 0 : _j.includes("glb")) || ((_k = file === null || file === void 0 ? void 0 : file.type) === null || _k === void 0 ? void 0 : _k.includes("model"))
82
+ ? "model/gltf-binary"
83
+ : null;
84
+ };
85
+ export const checkCategory = (file) => {
86
+ var _a, _b, _c, _d, _e;
87
+ return ((_a = file === null || file === void 0 ? void 0 : file.type) === null || _a === void 0 ? void 0 : _a.includes("image"))
88
+ ? "image"
89
+ : ((_b = file === null || file === void 0 ? void 0 : file.type) === null || _b === void 0 ? void 0 : _b.includes("audio"))
90
+ ? "audio"
91
+ : ((_c = file === null || file === void 0 ? void 0 : file.type) === null || _c === void 0 ? void 0 : _c.includes("video"))
92
+ ? "video"
93
+ : ((_d = file === null || file === void 0 ? void 0 : file.name) === null || _d === void 0 ? void 0 : _d.includes("glb")) || ((_e = file === null || file === void 0 ? void 0 : file.type) === null || _e === void 0 ? void 0 : _e.includes("model"))
94
+ ? "vr"
95
+ : null;
96
+ };
97
+ export function normalizeFileData(fileData) {
98
+ return __awaiter(this, void 0, void 0, function* () {
99
+ try {
100
+ const buffer = yield (fileData.arrayBuffer instanceof Function
101
+ ? fileData.arrayBuffer()
102
+ : Promise.resolve(fileData.arrayBuffer));
103
+ const type = fileData.type || getMimeTypeFromBuffer(buffer);
104
+ return {
105
+ arrayBuffer: () => buffer,
106
+ type,
107
+ size: buffer.byteLength,
108
+ name: fileData.name,
109
+ };
110
+ }
111
+ catch (error) {
112
+ throw new Error(`Failed to normalize file data: ${error}`);
113
+ }
114
+ });
115
+ }
116
+ function getMimeTypeFromBuffer(buffer) {
117
+ const arr = new Uint8Array(buffer).subarray(0, 12);
118
+ const header = Array.from(arr)
119
+ .map((byte) => byte.toString(16))
120
+ .join("");
121
+ if (header.startsWith("89504e47"))
122
+ return "image/png";
123
+ if (header.startsWith("474946"))
124
+ return "image/gif";
125
+ if (header.startsWith("ffd8ff"))
126
+ return "image/jpeg";
127
+ if (header.startsWith("52494646") && header.includes("57454250"))
128
+ return "image/webp";
129
+ if (header.startsWith("494433") || header.startsWith("fffb"))
130
+ return "audio/mp3";
131
+ if (header.startsWith("000000") &&
132
+ (header.includes("66747970") || header.includes("6d6f6f76")))
133
+ return "video/mp4";
134
+ if (header.startsWith("676c5446"))
135
+ return "model/gltf-binary";
136
+ return "application/octet-stream";
137
+ }
138
+ export function getFileType(file) {
139
+ var _a;
140
+ if (!file)
141
+ return null;
142
+ const type = ((_a = file.type) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || "";
143
+ const name = (file.name || "").toLowerCase();
144
+ if (type.includes("video/webp"))
145
+ return "video/webp";
146
+ if (type.includes("image/webp"))
147
+ return "image/webp";
148
+ if (type.includes("jpeg") || type.includes("jpg"))
149
+ return "image/jpeg";
150
+ if (type.includes("gif"))
151
+ return "image/gif";
152
+ if (type.includes("png"))
153
+ return "image/png";
154
+ if (type.includes("mp3") || type.includes("audio/mp3"))
155
+ return "audio/mp3";
156
+ if (type.includes("mp4"))
157
+ return "video/mp4";
158
+ if (type.includes("glb") || name.endsWith(".glb"))
159
+ return "model/gltf-binary";
160
+ return type || null;
161
+ }
162
+ export function validateFileType(type) {
163
+ const allowedTypes = [
164
+ "image/png",
165
+ "image/jpeg",
166
+ "image/gif",
167
+ "image/webp",
168
+ "video/mp4",
169
+ "audio/mp3",
170
+ "model/gltf-binary",
171
+ "application/octet-stream",
172
+ ];
173
+ if (!allowedTypes.includes(type)) {
174
+ throw new Error(`Unsupported file type: ${type}`);
175
+ }
176
+ }
177
+ export function getFileCategory(file) {
178
+ if (!file)
179
+ return null;
180
+ const type = (file.type || "").toLowerCase();
181
+ const name = (file.name || "").toLowerCase();
182
+ if (type.includes("image"))
183
+ return "image";
184
+ if (type.includes("audio"))
185
+ return "audio";
186
+ if (type.includes("video"))
187
+ return "video";
188
+ if (type.includes("model") || name.endsWith(".glb"))
189
+ return "vr";
190
+ return null;
191
+ }
192
+ export function isAnimatable(type) {
193
+ return ((type === null || type === void 0 ? void 0 : type.includes("video/")) ||
194
+ (type === null || type === void 0 ? void 0 : type.includes("audio/")) ||
195
+ type === "model/gltf-binary");
196
+ }
@@ -0,0 +1,12 @@
1
+ import { PublicKey, Signer } from "@solana/web3.js";
2
+ import { StoreConfig, SaleConfig, ShortMetadataArgs } from "../types/types";
3
+ export declare class ValidationError extends Error {
4
+ constructor(message: string);
5
+ }
6
+ export declare function validateStoreConfig(config: StoreConfig): void;
7
+ export declare function validateMetadata(metadata: ShortMetadataArgs): void;
8
+ export declare function validateSaleConfig(config: SaleConfig): void;
9
+ export declare function validateSupply(supply: number): void;
10
+ export declare function validateIdentifier(identifier: number): void;
11
+ export declare function validateCollectionArgs(collectionDetails: any, supply: number, metadata: any, irysData: any): void;
12
+ export declare function validateBuySingleArgs(payer: Signer, packAccount: PublicKey, burnProgress: PublicKey, owner: PublicKey, distributionBumps: number[], globalStoreAccount: PublicKey, extraAccounts: any[], collectionAddress?: PublicKey, storeAccount?: PublicKey, creator?: PublicKey): void;
@@ -0,0 +1,149 @@
1
+ import { PublicKey } from "@solana/web3.js";
2
+ import { BN } from "bn.js";
3
+ export class ValidationError extends Error {
4
+ constructor(message) {
5
+ super(message);
6
+ this.name = "ValidationError";
7
+ }
8
+ }
9
+ export function validateStoreConfig(config) {
10
+ if (!config.fee || !(config.fee instanceof BN)) {
11
+ throw new ValidationError("Store fee must be a valid BN instance");
12
+ }
13
+ if (typeof config.feePercentage !== "number" ||
14
+ config.feePercentage < 0 ||
15
+ config.feePercentage > 100) {
16
+ throw new ValidationError("Fee percentage must be a number between 0 and 100");
17
+ }
18
+ if (!config.trust || !(config.trust instanceof PublicKey)) {
19
+ throw new ValidationError("Trust must be a valid PublicKey");
20
+ }
21
+ }
22
+ export function validateMetadata(metadata) {
23
+ if (!metadata.name || metadata.name.length > 32) {
24
+ throw new ValidationError("Metadata name is required and must be <= 32 characters");
25
+ }
26
+ if (metadata.uriType !== 0 && metadata.uriType !== 1) {
27
+ throw new ValidationError("Invalid URI type");
28
+ }
29
+ if (!metadata.creators || !metadata.creators.length) {
30
+ throw new ValidationError("At least one creator is required");
31
+ }
32
+ const totalShares = metadata.creators.reduce((sum, creator) => sum + creator.share, 0);
33
+ if (totalShares !== 100) {
34
+ throw new ValidationError("Creator shares must sum to 100");
35
+ }
36
+ }
37
+ export function validateSaleConfig(config) {
38
+ if (!config.prices || !config.prices.length) {
39
+ throw new ValidationError("At least one price configuration is required");
40
+ }
41
+ config.prices.forEach((price) => {
42
+ if (!price.amount || !(price.amount instanceof BN)) {
43
+ throw new ValidationError("Each price amount must be a valid BN instance");
44
+ }
45
+ });
46
+ if (config.sendToVault < 0) {
47
+ throw new ValidationError("sendToVault must be non-negative");
48
+ }
49
+ }
50
+ export function validateSupply(supply) {
51
+ if (typeof supply !== "number" || supply < 0) {
52
+ throw new ValidationError("Supply must be a non-negative number");
53
+ }
54
+ }
55
+ export function validateIdentifier(identifier) {
56
+ if (typeof identifier !== "number" || identifier < 0) {
57
+ throw new ValidationError("Identifier must be a non-negative number");
58
+ }
59
+ }
60
+ export function validateCollectionArgs(collectionDetails, supply, metadata, irysData) {
61
+ if (!collectionDetails || typeof collectionDetails.__kind !== "string") {
62
+ throw new ValidationError("Invalid collection details format");
63
+ }
64
+ if (typeof supply !== "number" || supply < 0) {
65
+ throw new ValidationError("Supply must be a non-negative number");
66
+ }
67
+ if (!metadata) {
68
+ throw new ValidationError("Metadata is required");
69
+ }
70
+ // Validate metadata fields
71
+ if (!metadata.symbol || metadata.symbol.length > 10) {
72
+ throw new ValidationError("Symbol is required and must be <= 10 characters");
73
+ }
74
+ if (!metadata.name || metadata.name.length > 32) {
75
+ throw new ValidationError("Name is required and must be <= 32 characters");
76
+ }
77
+ if (!metadata.creators || !Array.isArray(metadata.creators)) {
78
+ throw new ValidationError("Creators array is required");
79
+ }
80
+ const totalShares = metadata.creators.reduce((sum, creator) => sum + creator.share, 0);
81
+ if (totalShares !== 100) {
82
+ throw new ValidationError("Creator shares must sum to 100");
83
+ }
84
+ // Validate Irys data
85
+ if (!irysData || !irysData.options || !irysData.options.metadata) {
86
+ throw new ValidationError("Invalid Irys data format");
87
+ }
88
+ if (!irysData.options.metadata.files ||
89
+ !irysData.options.metadata.files.file) {
90
+ throw new ValidationError("Collection image file is required");
91
+ }
92
+ }
93
+ export function validateBuySingleArgs(payer, packAccount, burnProgress, owner, distributionBumps, globalStoreAccount, extraAccounts, collectionAddress, storeAccount, creator) {
94
+ if (!payer || !payer.publicKey) {
95
+ throw new ValidationError("Invalid payer");
96
+ }
97
+ if (!PublicKey.isOnCurve(packAccount)) {
98
+ throw new ValidationError("Invalid pack account public key");
99
+ }
100
+ if (!PublicKey.isOnCurve(burnProgress)) {
101
+ throw new ValidationError("Invalid burn progress public key");
102
+ }
103
+ if (!PublicKey.isOnCurve(owner)) {
104
+ throw new ValidationError("Invalid owner public key");
105
+ }
106
+ if (!Array.isArray(distributionBumps) || distributionBumps.length !== 6) {
107
+ throw new ValidationError("Distribution bumps must be an array of length 6");
108
+ }
109
+ distributionBumps.forEach((bump, index) => {
110
+ if (typeof bump !== "number" || bump < 0 || bump > 255) {
111
+ throw new ValidationError(`Invalid distribution bump at index ${index}`);
112
+ }
113
+ });
114
+ if (!storeAccount) {
115
+ throw new ValidationError("Store account missing");
116
+ }
117
+ if (PublicKey.isOnCurve(storeAccount)) {
118
+ throw new ValidationError("Invalid store account public key");
119
+ }
120
+ if (PublicKey.isOnCurve(globalStoreAccount)) {
121
+ throw new ValidationError("Invalid global store account public key");
122
+ }
123
+ if (!collectionAddress) {
124
+ throw new ValidationError("Collection address missing");
125
+ }
126
+ if (!PublicKey.isOnCurve(collectionAddress)) {
127
+ throw new ValidationError("Invalid collection address public key");
128
+ }
129
+ if (!creator) {
130
+ throw new ValidationError("Creator public key missing");
131
+ }
132
+ if (!PublicKey.isOnCurve(creator)) {
133
+ throw new ValidationError("Invalid creator public key");
134
+ }
135
+ if (!Array.isArray(extraAccounts)) {
136
+ throw new ValidationError("Extra accounts must be an array");
137
+ }
138
+ extraAccounts.forEach((account, index) => {
139
+ if (!account.pubkey || PublicKey.isOnCurve(account.pubkey)) {
140
+ throw new ValidationError(`Invalid public key in extra accounts at index ${index}`);
141
+ }
142
+ if (typeof account.isSigner !== "boolean") {
143
+ throw new ValidationError(`Invalid isSigner flag in extra accounts at index ${index}`);
144
+ }
145
+ if (typeof account.isWritable !== "boolean") {
146
+ throw new ValidationError(`Invalid isWritable flag in extra accounts at index ${index}`);
147
+ }
148
+ });
149
+ }
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "3land_sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "sdk for interacting with 3land's solana program",
5
5
  "main": "./src/library/implementation/storeImplementation.ts",
6
- "type": "module",
7
6
  "scripts": {
8
7
  "test": "npx tsx ./src/index.ts"
9
8
  },
package/src/index.ts CHANGED
@@ -18,8 +18,7 @@ async function main() {
18
18
  // };
19
19
 
20
20
  const optionsWithBase58: StoreInitOptions = {
21
- privateKey:
22
- "2ixmpz6W9aAE7HDqCJYy1tsqQcAHhkuP54jTPGnTyqvYHJearwT16DzmkkaQLARB9TshZvoS3WE5dQg183wryVCC",
21
+ privateKey: "", //your private key
23
22
  };
24
23
 
25
24
  const storeSetup: CreateStoreParams = {
@@ -56,7 +55,7 @@ async function main() {
56
55
  const landStoreMainnet = "AmQNs2kgw4LvS9sm6yE9JJ4Hs3JpVu65eyx9pxMG2xA";
57
56
  const landStoreDevnet = "GyPCu89S63P9NcCQAtuSJesiefhhgpGWrNVJs4bF2cSK";
58
57
  // Create Collection
59
- // const collection = await createCollectionTest(
58
+ // const collection = await createCollectionImp(
60
59
  // optionsWithBase58,
61
60
  // collectionOpts
62
61
  // );
@@ -97,7 +97,7 @@ async function createStoreImp(
97
97
  }
98
98
  }
99
99
 
100
- async function createCollectionTest(
100
+ async function createCollectionImp(
101
101
  options: StoreInitOptions,
102
102
  collectionOpts: CreateCollectionOptions
103
103
  ) {
@@ -165,6 +165,7 @@ async function createCollectionTest(
165
165
  return collectionTx;
166
166
  } catch (error) {
167
167
  handleError(error);
168
+ return { success: false, error: error };
168
169
  }
169
170
  }
170
171
 
@@ -382,4 +383,10 @@ function handleError(error: unknown) {
382
383
  }
383
384
  }
384
385
 
385
- export { createStoreImp, createSingleImp, buySingleImp, handleError };
386
+ export {
387
+ createStoreImp,
388
+ createCollectionImp,
389
+ createSingleImp,
390
+ buySingleImp,
391
+ handleError,
392
+ };
@@ -181,6 +181,7 @@ export async function buySingleEditionInstruction(
181
181
  if (!data?.post) data.post = [];
182
182
 
183
183
  const coder = new BorshCoder(idl);
184
+
184
185
  const storedata = await connection.getAccountInfo(toPublicKey(storeAccount));
185
186
  if (!storedata) {
186
187
  throw new Error("no store data in print single");
package/tsconfig.json CHANGED
@@ -1,12 +1,29 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "target": "es6",
3
+ "target": "es2020",
4
4
  "module": "commonjs",
5
+ "lib": ["es2020", "dom"],
6
+ "declaration": true,
7
+ "declarationMap": true,
8
+ "sourceMap": true,
9
+ "outDir": "./dist",
10
+ "rootDir": "./src",
5
11
  "strict": true,
12
+ "noImplicitAny": true,
13
+ "strictBindCallApply": true,
14
+ "strictPropertyInitialization": true,
15
+ "noImplicitThis": true,
16
+ "useUnknownInCatchVariables": true,
17
+ "alwaysStrict": true,
18
+ "exactOptionalPropertyTypes": true,
19
+ "noImplicitReturns": true,
20
+ "noFallthroughCasesInSwitch": true,
21
+ "noImplicitOverride": true,
6
22
  "esModuleInterop": true,
7
- "outDir": "./dist",
8
- "declaration": true
23
+ "forceConsistentCasingInFileNames": true,
24
+ "skipLibCheck": true,
25
+ "resolveJsonModule": true
9
26
  },
10
- "include": ["src"],
11
- "exclude": ["node_modules"]
12
- }
27
+ "include": ["src/**/*"],
28
+ "exclude": ["node_modules", "dist", "**/*.test.ts"]
29
+ }