3land_sdk 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (905) hide show
  1. package/dist/cjs/index.d.ts +1 -0
  2. package/dist/cjs/index.js +74 -0
  3. package/dist/cjs/library/Irys/irys.d.ts +76 -0
  4. package/dist/cjs/library/Irys/irys.js +347 -0
  5. package/dist/cjs/library/Store.d.ts +18 -0
  6. package/dist/cjs/library/Store.js +376 -0
  7. package/dist/cjs/library/implementation/storeImplementation.d.ts +19 -0
  8. package/dist/cjs/library/implementation/storeImplementation.js +340 -0
  9. package/dist/cjs/library/instructions/store/buySingleEdition.d.ts +16 -0
  10. package/dist/cjs/library/instructions/store/buySingleEdition.js +165 -0
  11. package/dist/cjs/library/instructions/store/createSingleEdition.d.ts +3 -0
  12. package/dist/cjs/library/instructions/store/createSingleEdition.js +30 -0
  13. package/dist/cjs/library/instructions/store/createStore.d.ts +3 -0
  14. package/dist/cjs/library/instructions/store/createStore.js +9 -0
  15. package/dist/cjs/library/instructions/store/idl.d.ts +507 -0
  16. package/dist/cjs/library/instructions/store/idl.js +7621 -0
  17. package/dist/cjs/library/instructions/store/uploadFilesIryis.d.ts +12 -0
  18. package/dist/cjs/library/instructions/store/uploadFilesIryis.js +110 -0
  19. package/dist/cjs/types/accounts/ArchiveDeposit.d.ts +62 -0
  20. package/dist/cjs/types/accounts/ArchiveDeposit.js +170 -0
  21. package/dist/cjs/types/accounts/Authority.d.ts +15 -0
  22. package/dist/cjs/types/accounts/Authority.js +84 -0
  23. package/dist/cjs/types/accounts/BurnDeposit.d.ts +25 -0
  24. package/dist/cjs/types/accounts/BurnDeposit.js +105 -0
  25. package/dist/cjs/types/accounts/BurnProgress.d.ts +21 -0
  26. package/dist/cjs/types/accounts/BurnProgress.js +100 -0
  27. package/dist/cjs/types/accounts/BuyHistory.d.ts +31 -0
  28. package/dist/cjs/types/accounts/BuyHistory.js +116 -0
  29. package/dist/cjs/types/accounts/BuyTrack.d.ts +21 -0
  30. package/dist/cjs/types/accounts/BuyTrack.js +96 -0
  31. package/dist/cjs/types/accounts/Card.d.ts +56 -0
  32. package/dist/cjs/types/accounts/Card.js +160 -0
  33. package/dist/cjs/types/accounts/CollectionRegistry.d.ts +41 -0
  34. package/dist/cjs/types/accounts/CollectionRegistry.js +135 -0
  35. package/dist/cjs/types/accounts/CollectorRegistry.d.ts +41 -0
  36. package/dist/cjs/types/accounts/CollectorRegistry.js +135 -0
  37. package/dist/cjs/types/accounts/CreatorRegistry.d.ts +44 -0
  38. package/dist/cjs/types/accounts/CreatorRegistry.js +140 -0
  39. package/dist/cjs/types/accounts/CurrencyArtistProof.d.ts +28 -0
  40. package/dist/cjs/types/accounts/CurrencyArtistProof.js +113 -0
  41. package/dist/cjs/types/accounts/GenericUser.d.ts +53 -0
  42. package/dist/cjs/types/accounts/GenericUser.js +155 -0
  43. package/dist/cjs/types/accounts/ItemArchive.d.ts +68 -0
  44. package/dist/cjs/types/accounts/ItemArchive.js +180 -0
  45. package/dist/cjs/types/accounts/ItemReserveList.d.ts +18 -0
  46. package/dist/cjs/types/accounts/ItemReserveList.js +93 -0
  47. package/dist/cjs/types/accounts/ItemReserveList2.d.ts +15 -0
  48. package/dist/cjs/types/accounts/ItemReserveList2.js +84 -0
  49. package/dist/cjs/types/accounts/LutVault.d.ts +21 -0
  50. package/dist/cjs/types/accounts/LutVault.js +100 -0
  51. package/dist/cjs/types/accounts/Pack.d.ts +122 -0
  52. package/dist/cjs/types/accounts/Pack.js +270 -0
  53. package/dist/cjs/types/accounts/PackContent.d.ts +22 -0
  54. package/dist/cjs/types/accounts/PackContent.js +101 -0
  55. package/dist/cjs/types/accounts/PackOpenHolder.d.ts +37 -0
  56. package/dist/cjs/types/accounts/PackOpenHolder.js +126 -0
  57. package/dist/cjs/types/accounts/PackReceipt.d.ts +41 -0
  58. package/dist/cjs/types/accounts/PackReceipt.js +135 -0
  59. package/dist/cjs/types/accounts/PackTraits.d.ts +22 -0
  60. package/dist/cjs/types/accounts/PackTraits.js +100 -0
  61. package/dist/cjs/types/accounts/Payment.d.ts +22 -0
  62. package/dist/cjs/types/accounts/Payment.js +100 -0
  63. package/dist/cjs/types/accounts/PoolVault.d.ts +53 -0
  64. package/dist/cjs/types/accounts/PoolVault.js +155 -0
  65. package/dist/cjs/types/accounts/RevealForMe.d.ts +37 -0
  66. package/dist/cjs/types/accounts/RevealForMe.js +124 -0
  67. package/dist/cjs/types/accounts/SecureHolder.d.ts +22 -0
  68. package/dist/cjs/types/accounts/SecureHolder.js +100 -0
  69. package/dist/cjs/types/accounts/Single.d.ts +98 -0
  70. package/dist/cjs/types/accounts/Single.js +228 -0
  71. package/dist/cjs/types/accounts/Store.d.ts +53 -0
  72. package/dist/cjs/types/accounts/Store.js +156 -0
  73. package/dist/cjs/types/accounts/StoresHolder.d.ts +32 -0
  74. package/dist/cjs/types/accounts/StoresHolder.js +127 -0
  75. package/dist/cjs/types/accounts/ThreeId.d.ts +56 -0
  76. package/dist/cjs/types/accounts/ThreeId.js +158 -0
  77. package/dist/cjs/types/accounts/TokenManager.d.ts +68 -0
  78. package/dist/cjs/types/accounts/TokenManager.js +180 -0
  79. package/dist/cjs/types/accounts/ZeroCard.d.ts +15 -0
  80. package/dist/cjs/types/accounts/ZeroCard.js +84 -0
  81. package/dist/cjs/types/accounts/ZeroContent.d.ts +18 -0
  82. package/dist/cjs/types/accounts/ZeroContent.js +94 -0
  83. package/dist/cjs/types/accounts/ZeroOpenHolder.d.ts +50 -0
  84. package/dist/cjs/types/accounts/ZeroOpenHolder.js +156 -0
  85. package/dist/cjs/types/accounts/index.d.ts +66 -0
  86. package/dist/cjs/types/accounts/index.js +69 -0
  87. package/dist/cjs/types/errors/anchor.d.ts +434 -0
  88. package/dist/cjs/types/errors/anchor.js +712 -0
  89. package/dist/cjs/types/errors/index.d.ts +4 -0
  90. package/dist/cjs/types/errors/index.js +66 -0
  91. package/dist/cjs/types/implementation/implementationTypes.d.ts +23 -0
  92. package/dist/cjs/types/implementation/implementationTypes.js +2 -0
  93. package/dist/cjs/types/instructions/addBurn.d.ts +19 -0
  94. package/dist/cjs/types/instructions/addBurn.js +56 -0
  95. package/dist/cjs/types/instructions/adjustDepositBurn.d.ts +11 -0
  96. package/dist/cjs/types/instructions/adjustDepositBurn.js +19 -0
  97. package/dist/cjs/types/instructions/archiveItem.d.ts +21 -0
  98. package/dist/cjs/types/instructions/archiveItem.js +56 -0
  99. package/dist/cjs/types/instructions/assignPackDelegate.d.ts +9 -0
  100. package/dist/cjs/types/instructions/assignPackDelegate.js +18 -0
  101. package/dist/cjs/types/instructions/burnPay.d.ts +18 -0
  102. package/dist/cjs/types/instructions/burnPay.js +55 -0
  103. package/dist/cjs/types/instructions/buyPack.d.ts +24 -0
  104. package/dist/cjs/types/instructions/buyPack.js +64 -0
  105. package/dist/cjs/types/instructions/buyPay.d.ts +18 -0
  106. package/dist/cjs/types/instructions/buyPay.js +65 -0
  107. package/dist/cjs/types/instructions/buyToken.d.ts +20 -0
  108. package/dist/cjs/types/instructions/buyToken.js +62 -0
  109. package/dist/cjs/types/instructions/claimZeroCard.d.ts +39 -0
  110. package/dist/cjs/types/instructions/claimZeroCard.js +86 -0
  111. package/dist/cjs/types/instructions/closeDepositBurn.d.ts +16 -0
  112. package/dist/cjs/types/instructions/closeDepositBurn.js +49 -0
  113. package/dist/cjs/types/instructions/closeRegisterTraits.d.ts +8 -0
  114. package/dist/cjs/types/instructions/closeRegisterTraits.js +17 -0
  115. package/dist/cjs/types/instructions/createCard.d.ts +18 -0
  116. package/dist/cjs/types/instructions/createCard.js +57 -0
  117. package/dist/cjs/types/instructions/createCollection.d.ts +21 -0
  118. package/dist/cjs/types/instructions/createCollection.js +66 -0
  119. package/dist/cjs/types/instructions/createPack.d.ts +24 -0
  120. package/dist/cjs/types/instructions/createPack.js +67 -0
  121. package/dist/cjs/types/instructions/createSingle.d.ts +24 -0
  122. package/dist/cjs/types/instructions/createSingle.js +67 -0
  123. package/dist/cjs/types/instructions/createStore.d.ts +15 -0
  124. package/dist/cjs/types/instructions/createStore.js +54 -0
  125. package/dist/cjs/types/instructions/createTokenLauncher.d.ts +27 -0
  126. package/dist/cjs/types/instructions/createTokenLauncher.js +75 -0
  127. package/dist/cjs/types/instructions/createZeroCard.d.ts +24 -0
  128. package/dist/cjs/types/instructions/createZeroCard.js +68 -0
  129. package/dist/cjs/types/instructions/deleteCard.d.ts +10 -0
  130. package/dist/cjs/types/instructions/deleteCard.js +19 -0
  131. package/dist/cjs/types/instructions/deletePack.d.ts +14 -0
  132. package/dist/cjs/types/instructions/deletePack.js +23 -0
  133. package/dist/cjs/types/instructions/deleteSingle.d.ts +12 -0
  134. package/dist/cjs/types/instructions/deleteSingle.js +21 -0
  135. package/dist/cjs/types/instructions/deleteTokenLauncher.d.ts +11 -0
  136. package/dist/cjs/types/instructions/deleteTokenLauncher.js +24 -0
  137. package/dist/cjs/types/instructions/depositBurn.d.ts +21 -0
  138. package/dist/cjs/types/instructions/depositBurn.js +53 -0
  139. package/dist/cjs/types/instructions/donateUser.d.ts +29 -0
  140. package/dist/cjs/types/instructions/donateUser.js +74 -0
  141. package/dist/cjs/types/instructions/feedPool.d.ts +20 -0
  142. package/dist/cjs/types/instructions/feedPool.js +59 -0
  143. package/dist/cjs/types/instructions/feedTraits.d.ts +14 -0
  144. package/dist/cjs/types/instructions/feedTraits.js +49 -0
  145. package/dist/cjs/types/instructions/feedTree.d.ts +20 -0
  146. package/dist/cjs/types/instructions/feedTree.js +60 -0
  147. package/dist/cjs/types/instructions/flagPack.d.ts +15 -0
  148. package/dist/cjs/types/instructions/flagPack.js +54 -0
  149. package/dist/cjs/types/instructions/flagSingle.d.ts +14 -0
  150. package/dist/cjs/types/instructions/flagSingle.js +52 -0
  151. package/dist/cjs/types/instructions/gatePay.d.ts +21 -0
  152. package/dist/cjs/types/instructions/gatePay.js +57 -0
  153. package/dist/cjs/types/instructions/index.d.ts +104 -0
  154. package/dist/cjs/types/instructions/index.js +108 -0
  155. package/dist/cjs/types/instructions/initialize.d.ts +14 -0
  156. package/dist/cjs/types/instructions/initialize.js +51 -0
  157. package/dist/cjs/types/instructions/openPack.d.ts +28 -0
  158. package/dist/cjs/types/instructions/openPack.js +69 -0
  159. package/dist/cjs/types/instructions/prepareCreator.d.ts +9 -0
  160. package/dist/cjs/types/instructions/prepareCreator.js +18 -0
  161. package/dist/cjs/types/instructions/preparePack.d.ts +16 -0
  162. package/dist/cjs/types/instructions/preparePack.js +53 -0
  163. package/dist/cjs/types/instructions/prepareTraits.d.ts +8 -0
  164. package/dist/cjs/types/instructions/prepareTraits.js +17 -0
  165. package/dist/cjs/types/instructions/printPack.d.ts +37 -0
  166. package/dist/cjs/types/instructions/printPack.js +78 -0
  167. package/dist/cjs/types/instructions/printSingle.d.ts +40 -0
  168. package/dist/cjs/types/instructions/printSingle.js +86 -0
  169. package/dist/cjs/types/instructions/recoverDepositBurn.d.ts +33 -0
  170. package/dist/cjs/types/instructions/recoverDepositBurn.js +66 -0
  171. package/dist/cjs/types/instructions/registerActivity.d.ts +13 -0
  172. package/dist/cjs/types/instructions/registerActivity.js +47 -0
  173. package/dist/cjs/types/instructions/registerCollector.d.ts +16 -0
  174. package/dist/cjs/types/instructions/registerCollector.js +62 -0
  175. package/dist/cjs/types/instructions/registerCreator.d.ts +14 -0
  176. package/dist/cjs/types/instructions/registerCreator.js +49 -0
  177. package/dist/cjs/types/instructions/registerGenericUser.d.ts +31 -0
  178. package/dist/cjs/types/instructions/registerGenericUser.js +80 -0
  179. package/dist/cjs/types/instructions/registerPackUploads.d.ts +13 -0
  180. package/dist/cjs/types/instructions/registerPackUploads.js +48 -0
  181. package/dist/cjs/types/instructions/registerTraits.d.ts +12 -0
  182. package/dist/cjs/types/instructions/registerTraits.js +47 -0
  183. package/dist/cjs/types/instructions/registerUser.d.ts +14 -0
  184. package/dist/cjs/types/instructions/registerUser.js +53 -0
  185. package/dist/cjs/types/instructions/storeLutFor.d.ts +13 -0
  186. package/dist/cjs/types/instructions/storeLutFor.js +48 -0
  187. package/dist/cjs/types/instructions/unwrapAndDestroy.d.ts +22 -0
  188. package/dist/cjs/types/instructions/unwrapAndDestroy.js +53 -0
  189. package/dist/cjs/types/instructions/updateCard.d.ts +16 -0
  190. package/dist/cjs/types/instructions/updateCard.js +56 -0
  191. package/dist/cjs/types/instructions/updatePack.d.ts +22 -0
  192. package/dist/cjs/types/instructions/updatePack.js +66 -0
  193. package/dist/cjs/types/instructions/updateSingle.d.ts +20 -0
  194. package/dist/cjs/types/instructions/updateSingle.js +62 -0
  195. package/dist/cjs/types/instructions/updateStore.d.ts +14 -0
  196. package/dist/cjs/types/instructions/updateStore.js +52 -0
  197. package/dist/cjs/types/instructions/withdrawFromStore.d.ts +7 -0
  198. package/dist/cjs/types/instructions/withdrawFromStore.js +16 -0
  199. package/dist/cjs/types/programId.d.ts +13 -0
  200. package/dist/cjs/types/programId.js +19 -0
  201. package/dist/cjs/types/types/AccountClass.d.ts +369 -0
  202. package/dist/cjs/types/types/AccountClass.js +777 -0
  203. package/dist/cjs/types/types/AccountHasher.d.ts +41 -0
  204. package/dist/cjs/types/types/AccountHasher.js +82 -0
  205. package/dist/cjs/types/types/ActionAfter.d.ts +83 -0
  206. package/dist/cjs/types/types/ActionAfter.js +179 -0
  207. package/dist/cjs/types/types/AllowedCurrencyArgs.d.ts +21 -0
  208. package/dist/cjs/types/types/AllowedCurrencyArgs.js +60 -0
  209. package/dist/cjs/types/types/AuthorityGateTypes.d.ts +31 -0
  210. package/dist/cjs/types/types/AuthorityGateTypes.js +101 -0
  211. package/dist/cjs/types/types/BurnCount.d.ts +54 -0
  212. package/dist/cjs/types/types/BurnCount.js +61 -0
  213. package/dist/cjs/types/types/BurnState.d.ts +31 -0
  214. package/dist/cjs/types/types/BurnState.js +101 -0
  215. package/dist/cjs/types/types/BurnTrack.d.ts +30 -0
  216. package/dist/cjs/types/types/BurnTrack.js +66 -0
  217. package/dist/cjs/types/types/BurnType.d.ts +44 -0
  218. package/dist/cjs/types/types/BurnType.js +127 -0
  219. package/dist/cjs/types/types/BurnTypeBurn.d.ts +18 -0
  220. package/dist/cjs/types/types/BurnTypeBurn.js +73 -0
  221. package/dist/cjs/types/types/BuyHistoryClass.d.ts +31 -0
  222. package/dist/cjs/types/types/BuyHistoryClass.js +101 -0
  223. package/dist/cjs/types/types/CardClass.d.ts +18 -0
  224. package/dist/cjs/types/types/CardClass.js +73 -0
  225. package/dist/cjs/types/types/CardState.d.ts +96 -0
  226. package/dist/cjs/types/types/CardState.js +231 -0
  227. package/dist/cjs/types/types/CardTrack.d.ts +59 -0
  228. package/dist/cjs/types/types/CardTrack.js +75 -0
  229. package/dist/cjs/types/types/Category.d.ts +31 -0
  230. package/dist/cjs/types/types/Category.js +70 -0
  231. package/dist/cjs/types/types/CnftData.d.ts +36 -0
  232. package/dist/cjs/types/types/CnftData.js +80 -0
  233. package/dist/cjs/types/types/CollectTrack.d.ts +27 -0
  234. package/dist/cjs/types/types/CollectTrack.js +69 -0
  235. package/dist/cjs/types/types/Collection.d.ts +27 -0
  236. package/dist/cjs/types/types/Collection.js +66 -0
  237. package/dist/cjs/types/types/CompactCnftData.d.ts +31 -0
  238. package/dist/cjs/types/types/CompactCnftData.js +74 -0
  239. package/dist/cjs/types/types/CoolTimePerAmountArgs.d.ts +31 -0
  240. package/dist/cjs/types/types/CoolTimePerAmountArgs.js +70 -0
  241. package/dist/cjs/types/types/Creator.d.ts +32 -0
  242. package/dist/cjs/types/types/Creator.js +71 -0
  243. package/dist/cjs/types/types/CreatorGateArgs.d.ts +22 -0
  244. package/dist/cjs/types/types/CreatorGateArgs.js +61 -0
  245. package/dist/cjs/types/types/CurrencyArtistProof.d.ts +37 -0
  246. package/dist/cjs/types/types/CurrencyArtistProof.js +84 -0
  247. package/dist/cjs/types/types/CurrencyType.d.ts +110 -0
  248. package/dist/cjs/types/types/CurrencyType.js +219 -0
  249. package/dist/cjs/types/types/DateTraitInit.d.ts +27 -0
  250. package/dist/cjs/types/types/DateTraitInit.js +69 -0
  251. package/dist/cjs/types/types/DateTraitInitMap.d.ts +32 -0
  252. package/dist/cjs/types/types/DateTraitInitMap.js +74 -0
  253. package/dist/cjs/types/types/Deposit.d.ts +134 -0
  254. package/dist/cjs/types/types/Deposit.js +85 -0
  255. package/dist/cjs/types/types/DepositFormat.d.ts +31 -0
  256. package/dist/cjs/types/types/DepositFormat.js +101 -0
  257. package/dist/cjs/types/types/DepositState.d.ts +31 -0
  258. package/dist/cjs/types/types/DepositState.js +101 -0
  259. package/dist/cjs/types/types/DepositSubtype.d.ts +31 -0
  260. package/dist/cjs/types/types/DepositSubtype.js +101 -0
  261. package/dist/cjs/types/types/DepositTrack.d.ts +46 -0
  262. package/dist/cjs/types/types/DepositTrack.js +69 -0
  263. package/dist/cjs/types/types/DepositTrackType.d.ts +44 -0
  264. package/dist/cjs/types/types/DepositTrackType.js +127 -0
  265. package/dist/cjs/types/types/DepositType.d.ts +122 -0
  266. package/dist/cjs/types/types/DepositType.js +183 -0
  267. package/dist/cjs/types/types/Earnings.d.ts +14 -0
  268. package/dist/cjs/types/types/Earnings.js +50 -0
  269. package/dist/cjs/types/types/EditionStoreType.d.ts +44 -0
  270. package/dist/cjs/types/types/EditionStoreType.js +127 -0
  271. package/dist/cjs/types/types/EncryptedPayload.d.ts +26 -0
  272. package/dist/cjs/types/types/EncryptedPayload.js +65 -0
  273. package/dist/cjs/types/types/ExtraParameter.d.ts +44 -0
  274. package/dist/cjs/types/types/ExtraParameter.js +114 -0
  275. package/dist/cjs/types/types/FakeBurnCount.d.ts +53 -0
  276. package/dist/cjs/types/types/FakeBurnCount.js +70 -0
  277. package/dist/cjs/types/types/FakeDeposit.d.ts +63 -0
  278. package/dist/cjs/types/types/FakeDeposit.js +70 -0
  279. package/dist/cjs/types/types/FakeTraitPair.d.ts +26 -0
  280. package/dist/cjs/types/types/FakeTraitPair.js +65 -0
  281. package/dist/cjs/types/types/FakeTraitValue.d.ts +27 -0
  282. package/dist/cjs/types/types/FakeTraitValue.js +69 -0
  283. package/dist/cjs/types/types/FakeVolumeTrack.d.ts +34 -0
  284. package/dist/cjs/types/types/FakeVolumeTrack.js +67 -0
  285. package/dist/cjs/types/types/FeeType.d.ts +44 -0
  286. package/dist/cjs/types/types/FeeType.js +127 -0
  287. package/dist/cjs/types/types/FeedingTraits.d.ts +48 -0
  288. package/dist/cjs/types/types/FeedingTraits.js +61 -0
  289. package/dist/cjs/types/types/Filter.d.ts +34 -0
  290. package/dist/cjs/types/types/Filter.js +66 -0
  291. package/dist/cjs/types/types/FilterType.d.ts +18 -0
  292. package/dist/cjs/types/types/FilterType.js +73 -0
  293. package/dist/cjs/types/types/GeneralStore.d.ts +18 -0
  294. package/dist/cjs/types/types/GeneralStore.js +73 -0
  295. package/dist/cjs/types/types/GenericStore.d.ts +48 -0
  296. package/dist/cjs/types/types/GenericStore.js +66 -0
  297. package/dist/cjs/types/types/GenericValue.d.ts +72 -0
  298. package/dist/cjs/types/types/GenericValue.js +158 -0
  299. package/dist/cjs/types/types/GlobalFee.d.ts +50 -0
  300. package/dist/cjs/types/types/GlobalFee.js +86 -0
  301. package/dist/cjs/types/types/GlobalState.d.ts +57 -0
  302. package/dist/cjs/types/types/GlobalState.js +153 -0
  303. package/dist/cjs/types/types/IndexDate.d.ts +41 -0
  304. package/dist/cjs/types/types/IndexDate.js +86 -0
  305. package/dist/cjs/types/types/IndexDates.d.ts +50 -0
  306. package/dist/cjs/types/types/IndexDates.js +66 -0
  307. package/dist/cjs/types/types/Item.d.ts +107 -0
  308. package/dist/cjs/types/types/Item.js +61 -0
  309. package/dist/cjs/types/types/ItemClass.d.ts +31 -0
  310. package/dist/cjs/types/types/ItemClass.js +101 -0
  311. package/dist/cjs/types/types/ItemState.d.ts +122 -0
  312. package/dist/cjs/types/types/ItemState.js +283 -0
  313. package/dist/cjs/types/types/ItemTrack.d.ts +68 -0
  314. package/dist/cjs/types/types/ItemTrack.js +79 -0
  315. package/dist/cjs/types/types/ListingPerWalletArgs.d.ts +21 -0
  316. package/dist/cjs/types/types/ListingPerWalletArgs.js +60 -0
  317. package/dist/cjs/types/types/MemeVaultProof.d.ts +27 -0
  318. package/dist/cjs/types/types/MemeVaultProof.js +69 -0
  319. package/dist/cjs/types/types/MetadataArgs.d.ts +160 -0
  320. package/dist/cjs/types/types/MetadataArgs.js +138 -0
  321. package/dist/cjs/types/types/NonFungibleTraitInit.d.ts +27 -0
  322. package/dist/cjs/types/types/NonFungibleTraitInit.js +69 -0
  323. package/dist/cjs/types/types/NonFungibleTraitInitMap.d.ts +38 -0
  324. package/dist/cjs/types/types/NonFungibleTraitInitMap.js +79 -0
  325. package/dist/cjs/types/types/OnlyBetweenTimesArgs.d.ts +43 -0
  326. package/dist/cjs/types/types/OnlyBetweenTimesArgs.js +75 -0
  327. package/dist/cjs/types/types/OnlyTheseDOWArgs.d.ts +21 -0
  328. package/dist/cjs/types/types/OnlyTheseDOWArgs.js +60 -0
  329. package/dist/cjs/types/types/PackConfig.d.ts +62 -0
  330. package/dist/cjs/types/types/PackConfig.js +88 -0
  331. package/dist/cjs/types/types/PackOpenHolderState.d.ts +44 -0
  332. package/dist/cjs/types/types/PackOpenHolderState.js +127 -0
  333. package/dist/cjs/types/types/PackRule.d.ts +31 -0
  334. package/dist/cjs/types/types/PackRule.js +88 -0
  335. package/dist/cjs/types/types/PackState.d.ts +44 -0
  336. package/dist/cjs/types/types/PackState.js +127 -0
  337. package/dist/cjs/types/types/PackType.d.ts +44 -0
  338. package/dist/cjs/types/types/PackType.js +127 -0
  339. package/dist/cjs/types/types/PaymentClass.d.ts +44 -0
  340. package/dist/cjs/types/types/PaymentClass.js +127 -0
  341. package/dist/cjs/types/types/PoolAccess.d.ts +31 -0
  342. package/dist/cjs/types/types/PoolAccess.js +101 -0
  343. package/dist/cjs/types/types/PoolState.d.ts +31 -0
  344. package/dist/cjs/types/types/PoolState.js +101 -0
  345. package/dist/cjs/types/types/PoolType.d.ts +31 -0
  346. package/dist/cjs/types/types/PoolType.js +101 -0
  347. package/dist/cjs/types/types/Popularity.d.ts +112 -0
  348. package/dist/cjs/types/types/Popularity.js +79 -0
  349. package/dist/cjs/types/types/PopularityState.d.ts +265 -0
  350. package/dist/cjs/types/types/PopularityState.js +569 -0
  351. package/dist/cjs/types/types/PreviousDonationRecord.d.ts +42 -0
  352. package/dist/cjs/types/types/PreviousDonationRecord.js +79 -0
  353. package/dist/cjs/types/types/Price.d.ts +60 -0
  354. package/dist/cjs/types/types/Price.js +70 -0
  355. package/dist/cjs/types/types/PriceRule.d.ts +87 -0
  356. package/dist/cjs/types/types/PriceRule.js +196 -0
  357. package/dist/cjs/types/types/RecoverDeposit.d.ts +31 -0
  358. package/dist/cjs/types/types/RecoverDeposit.js +61 -0
  359. package/dist/cjs/types/types/Rule.d.ts +114 -0
  360. package/dist/cjs/types/types/Rule.js +167 -0
  361. package/dist/cjs/types/types/SaleConfig.d.ts +207 -0
  362. package/dist/cjs/types/types/SaleConfig.js +87 -0
  363. package/dist/cjs/types/types/SaleTrack.d.ts +37 -0
  364. package/dist/cjs/types/types/SaleTrack.js +84 -0
  365. package/dist/cjs/types/types/SaleType.d.ts +57 -0
  366. package/dist/cjs/types/types/SaleType.js +153 -0
  367. package/dist/cjs/types/types/Seed.d.ts +21 -0
  368. package/dist/cjs/types/types/Seed.js +60 -0
  369. package/dist/cjs/types/types/SelectedCard.d.ts +26 -0
  370. package/dist/cjs/types/types/SelectedCard.js +65 -0
  371. package/dist/cjs/types/types/SelectedZeroCard.d.ts +26 -0
  372. package/dist/cjs/types/types/SelectedZeroCard.js +65 -0
  373. package/dist/cjs/types/types/SemiFungibleTraitInit.d.ts +27 -0
  374. package/dist/cjs/types/types/SemiFungibleTraitInit.js +69 -0
  375. package/dist/cjs/types/types/SemiFungibleTraitInitMap.d.ts +32 -0
  376. package/dist/cjs/types/types/SemiFungibleTraitInitMap.js +74 -0
  377. package/dist/cjs/types/types/ShortCreator.d.ts +27 -0
  378. package/dist/cjs/types/types/ShortCreator.js +66 -0
  379. package/dist/cjs/types/types/ShortMetadata.d.ts +98 -0
  380. package/dist/cjs/types/types/ShortMetadata.js +120 -0
  381. package/dist/cjs/types/types/ShortMetadataArgs.d.ts +53 -0
  382. package/dist/cjs/types/types/ShortMetadataArgs.js +94 -0
  383. package/dist/cjs/types/types/StoreConfig.d.ts +107 -0
  384. package/dist/cjs/types/types/StoreConfig.js +92 -0
  385. package/dist/cjs/types/types/StoreRule.d.ts +76 -0
  386. package/dist/cjs/types/types/StoreRule.js +128 -0
  387. package/dist/cjs/types/types/SuperCategory.d.ts +26 -0
  388. package/dist/cjs/types/types/SuperCategory.js +65 -0
  389. package/dist/cjs/types/types/TightCardMetadata.d.ts +59 -0
  390. package/dist/cjs/types/types/TightCardMetadata.js +104 -0
  391. package/dist/cjs/types/types/TimeRangeType.d.ts +44 -0
  392. package/dist/cjs/types/types/TimeRangeType.js +127 -0
  393. package/dist/cjs/types/types/TimedPerWalletArgs.d.ts +21 -0
  394. package/dist/cjs/types/types/TimedPerWalletArgs.js +60 -0
  395. package/dist/cjs/types/types/TokenMetadata.d.ts +31 -0
  396. package/dist/cjs/types/types/TokenMetadata.js +70 -0
  397. package/dist/cjs/types/types/TokenProgramVersion.d.ts +31 -0
  398. package/dist/cjs/types/types/TokenProgramVersion.js +101 -0
  399. package/dist/cjs/types/types/TokenStandard.d.ts +57 -0
  400. package/dist/cjs/types/types/TokenStandard.js +153 -0
  401. package/dist/cjs/types/types/TokenState.d.ts +31 -0
  402. package/dist/cjs/types/types/TokenState.js +101 -0
  403. package/dist/cjs/types/types/TokenType.d.ts +31 -0
  404. package/dist/cjs/types/types/TokenType.js +101 -0
  405. package/dist/cjs/types/types/TotalPerTimeArgs.d.ts +36 -0
  406. package/dist/cjs/types/types/TotalPerTimeArgs.js +80 -0
  407. package/dist/cjs/types/types/TotalPerTimeWalletArgs.d.ts +26 -0
  408. package/dist/cjs/types/types/TotalPerTimeWalletArgs.js +65 -0
  409. package/dist/cjs/types/types/TrackRegistry.d.ts +31 -0
  410. package/dist/cjs/types/types/TrackRegistry.js +101 -0
  411. package/dist/cjs/types/types/TraitInit.d.ts +88 -0
  412. package/dist/cjs/types/types/TraitInit.js +175 -0
  413. package/dist/cjs/types/types/TraitPass.d.ts +52 -0
  414. package/dist/cjs/types/types/TraitPass.js +61 -0
  415. package/dist/cjs/types/types/TraitPassType.d.ts +96 -0
  416. package/dist/cjs/types/types/TraitPassType.js +185 -0
  417. package/dist/cjs/types/types/TraitType.d.ts +112 -0
  418. package/dist/cjs/types/types/TraitType.js +206 -0
  419. package/dist/cjs/types/types/TraitValue.d.ts +32 -0
  420. package/dist/cjs/types/types/TraitValue.js +74 -0
  421. package/dist/cjs/types/types/UnlocksAfter.d.ts +70 -0
  422. package/dist/cjs/types/types/UnlocksAfter.js +153 -0
  423. package/dist/cjs/types/types/UnwrapMetadata.d.ts +79 -0
  424. package/dist/cjs/types/types/UnwrapMetadata.js +127 -0
  425. package/dist/cjs/types/types/UseMethod.d.ts +44 -0
  426. package/dist/cjs/types/types/UseMethod.js +127 -0
  427. package/dist/cjs/types/types/Uses.d.ts +44 -0
  428. package/dist/cjs/types/types/Uses.js +79 -0
  429. package/dist/cjs/types/types/VerifyCollectionMetadata.d.ts +55 -0
  430. package/dist/cjs/types/types/VerifyCollectionMetadata.js +93 -0
  431. package/dist/cjs/types/types/VolumeTrack.d.ts +27 -0
  432. package/dist/cjs/types/types/VolumeTrack.js +69 -0
  433. package/dist/cjs/types/types/WrappedSource.d.ts +38 -0
  434. package/dist/cjs/types/types/WrappedSource.js +85 -0
  435. package/dist/cjs/types/types/ZeroConfig.d.ts +36 -0
  436. package/dist/cjs/types/types/ZeroConfig.js +80 -0
  437. package/dist/cjs/types/types/index.d.ts +332 -0
  438. package/dist/cjs/types/types/index.js +264 -0
  439. package/dist/cjs/utility/Connection.d.ts +3 -0
  440. package/dist/cjs/utility/Connection.js +11 -0
  441. package/dist/cjs/utility/Holders.d.ts +8 -0
  442. package/dist/cjs/utility/Holders.js +11 -0
  443. package/dist/cjs/utility/PdaManager.d.ts +19 -0
  444. package/dist/cjs/utility/PdaManager.js +183 -0
  445. package/dist/cjs/utility/config.d.ts +11 -0
  446. package/dist/cjs/utility/config.js +23 -0
  447. package/dist/cjs/utility/utils.d.ts +13 -0
  448. package/dist/cjs/utility/utils.js +211 -0
  449. package/dist/cjs/utility/validation.d.ts +12 -0
  450. package/dist/cjs/utility/validation.js +160 -0
  451. package/dist/index.d.ts +1 -0
  452. package/dist/index.js +72 -0
  453. package/dist/library/Irys/irys.d.ts +76 -0
  454. package/dist/library/Irys/irys.js +339 -0
  455. package/dist/library/Store.d.ts +18 -0
  456. package/dist/library/Store.js +367 -0
  457. package/dist/library/implementation/storeImplementation.d.ts +16 -0
  458. package/dist/library/implementation/storeImplementation.js +308 -0
  459. package/dist/library/instructions/store/buySingleEdition.d.ts +16 -0
  460. package/dist/library/instructions/store/buySingleEdition.js +161 -0
  461. package/dist/library/instructions/store/createSingleEdition.d.ts +3 -0
  462. package/dist/library/instructions/store/createSingleEdition.js +24 -0
  463. package/dist/library/instructions/store/createStore.d.ts +3 -0
  464. package/dist/library/instructions/store/createStore.js +6 -0
  465. package/dist/library/instructions/store/idl.d.ts +507 -0
  466. package/dist/library/instructions/store/idl.js +7618 -0
  467. package/dist/library/instructions/store/uploadFilesIryis.d.ts +12 -0
  468. package/dist/library/instructions/store/uploadFilesIryis.js +107 -0
  469. package/dist/types/accounts/ArchiveDeposit.d.ts +62 -0
  470. package/dist/types/accounts/ArchiveDeposit.js +140 -0
  471. package/dist/types/accounts/Authority.d.ts +15 -0
  472. package/dist/types/accounts/Authority.js +57 -0
  473. package/dist/types/accounts/BurnDeposit.d.ts +25 -0
  474. package/dist/types/accounts/BurnDeposit.js +78 -0
  475. package/dist/types/accounts/BurnProgress.d.ts +21 -0
  476. package/dist/types/accounts/BurnProgress.js +73 -0
  477. package/dist/types/accounts/BuyHistory.d.ts +31 -0
  478. package/dist/types/accounts/BuyHistory.js +89 -0
  479. package/dist/types/accounts/BuyTrack.d.ts +21 -0
  480. package/dist/types/accounts/BuyTrack.js +69 -0
  481. package/dist/types/accounts/Card.d.ts +56 -0
  482. package/dist/types/accounts/Card.js +130 -0
  483. package/dist/types/accounts/CollectionRegistry.d.ts +41 -0
  484. package/dist/types/accounts/CollectionRegistry.js +105 -0
  485. package/dist/types/accounts/CollectorRegistry.d.ts +41 -0
  486. package/dist/types/accounts/CollectorRegistry.js +105 -0
  487. package/dist/types/accounts/CreatorRegistry.d.ts +44 -0
  488. package/dist/types/accounts/CreatorRegistry.js +110 -0
  489. package/dist/types/accounts/CurrencyArtistProof.d.ts +28 -0
  490. package/dist/types/accounts/CurrencyArtistProof.js +83 -0
  491. package/dist/types/accounts/GenericUser.d.ts +53 -0
  492. package/dist/types/accounts/GenericUser.js +125 -0
  493. package/dist/types/accounts/ItemArchive.d.ts +68 -0
  494. package/dist/types/accounts/ItemArchive.js +150 -0
  495. package/dist/types/accounts/ItemReserveList.d.ts +18 -0
  496. package/dist/types/accounts/ItemReserveList.js +66 -0
  497. package/dist/types/accounts/ItemReserveList2.d.ts +15 -0
  498. package/dist/types/accounts/ItemReserveList2.js +57 -0
  499. package/dist/types/accounts/LutVault.d.ts +21 -0
  500. package/dist/types/accounts/LutVault.js +73 -0
  501. package/dist/types/accounts/Pack.d.ts +122 -0
  502. package/dist/types/accounts/Pack.js +240 -0
  503. package/dist/types/accounts/PackContent.d.ts +22 -0
  504. package/dist/types/accounts/PackContent.js +74 -0
  505. package/dist/types/accounts/PackOpenHolder.d.ts +37 -0
  506. package/dist/types/accounts/PackOpenHolder.js +99 -0
  507. package/dist/types/accounts/PackReceipt.d.ts +41 -0
  508. package/dist/types/accounts/PackReceipt.js +105 -0
  509. package/dist/types/accounts/PackTraits.d.ts +22 -0
  510. package/dist/types/accounts/PackTraits.js +73 -0
  511. package/dist/types/accounts/Payment.d.ts +22 -0
  512. package/dist/types/accounts/Payment.js +73 -0
  513. package/dist/types/accounts/PoolVault.d.ts +53 -0
  514. package/dist/types/accounts/PoolVault.js +125 -0
  515. package/dist/types/accounts/RevealForMe.d.ts +37 -0
  516. package/dist/types/accounts/RevealForMe.js +97 -0
  517. package/dist/types/accounts/SecureHolder.d.ts +22 -0
  518. package/dist/types/accounts/SecureHolder.js +73 -0
  519. package/dist/types/accounts/Single.d.ts +98 -0
  520. package/dist/types/accounts/Single.js +198 -0
  521. package/dist/types/accounts/Store.d.ts +53 -0
  522. package/dist/types/accounts/Store.js +126 -0
  523. package/dist/types/accounts/StoresHolder.d.ts +32 -0
  524. package/dist/types/accounts/StoresHolder.js +97 -0
  525. package/dist/types/accounts/ThreeId.d.ts +56 -0
  526. package/dist/types/accounts/ThreeId.js +128 -0
  527. package/dist/types/accounts/TokenManager.d.ts +68 -0
  528. package/dist/types/accounts/TokenManager.js +150 -0
  529. package/dist/types/accounts/ZeroCard.d.ts +15 -0
  530. package/dist/types/accounts/ZeroCard.js +57 -0
  531. package/dist/types/accounts/ZeroContent.d.ts +18 -0
  532. package/dist/types/accounts/ZeroContent.js +67 -0
  533. package/dist/types/accounts/ZeroOpenHolder.d.ts +50 -0
  534. package/dist/types/accounts/ZeroOpenHolder.js +126 -0
  535. package/dist/types/accounts/index.d.ts +66 -0
  536. package/dist/types/accounts/index.js +33 -0
  537. package/dist/types/errors/anchor.d.ts +434 -0
  538. package/dist/types/errors/anchor.js +653 -0
  539. package/dist/types/errors/index.d.ts +4 -0
  540. package/dist/types/errors/index.js +39 -0
  541. package/dist/types/implementation/implementationTypes.d.ts +23 -0
  542. package/dist/types/implementation/implementationTypes.js +1 -0
  543. package/dist/types/instructions/addBurn.d.ts +19 -0
  544. package/dist/types/instructions/addBurn.js +29 -0
  545. package/dist/types/instructions/adjustDepositBurn.d.ts +11 -0
  546. package/dist/types/instructions/adjustDepositBurn.js +16 -0
  547. package/dist/types/instructions/archiveItem.d.ts +21 -0
  548. package/dist/types/instructions/archiveItem.js +29 -0
  549. package/dist/types/instructions/assignPackDelegate.d.ts +9 -0
  550. package/dist/types/instructions/assignPackDelegate.js +15 -0
  551. package/dist/types/instructions/burnPay.d.ts +18 -0
  552. package/dist/types/instructions/burnPay.js +28 -0
  553. package/dist/types/instructions/buyPack.d.ts +24 -0
  554. package/dist/types/instructions/buyPack.js +37 -0
  555. package/dist/types/instructions/buyPay.d.ts +18 -0
  556. package/dist/types/instructions/buyPay.js +38 -0
  557. package/dist/types/instructions/buyToken.d.ts +20 -0
  558. package/dist/types/instructions/buyToken.js +35 -0
  559. package/dist/types/instructions/claimZeroCard.d.ts +39 -0
  560. package/dist/types/instructions/claimZeroCard.js +59 -0
  561. package/dist/types/instructions/closeDepositBurn.d.ts +16 -0
  562. package/dist/types/instructions/closeDepositBurn.js +22 -0
  563. package/dist/types/instructions/closeRegisterTraits.d.ts +8 -0
  564. package/dist/types/instructions/closeRegisterTraits.js +14 -0
  565. package/dist/types/instructions/createCard.d.ts +18 -0
  566. package/dist/types/instructions/createCard.js +30 -0
  567. package/dist/types/instructions/createCollection.d.ts +21 -0
  568. package/dist/types/instructions/createCollection.js +39 -0
  569. package/dist/types/instructions/createPack.d.ts +24 -0
  570. package/dist/types/instructions/createPack.js +40 -0
  571. package/dist/types/instructions/createSingle.d.ts +24 -0
  572. package/dist/types/instructions/createSingle.js +40 -0
  573. package/dist/types/instructions/createStore.d.ts +15 -0
  574. package/dist/types/instructions/createStore.js +27 -0
  575. package/dist/types/instructions/createTokenLauncher.d.ts +27 -0
  576. package/dist/types/instructions/createTokenLauncher.js +48 -0
  577. package/dist/types/instructions/createZeroCard.d.ts +24 -0
  578. package/dist/types/instructions/createZeroCard.js +41 -0
  579. package/dist/types/instructions/deleteCard.d.ts +10 -0
  580. package/dist/types/instructions/deleteCard.js +16 -0
  581. package/dist/types/instructions/deletePack.d.ts +14 -0
  582. package/dist/types/instructions/deletePack.js +20 -0
  583. package/dist/types/instructions/deleteSingle.d.ts +12 -0
  584. package/dist/types/instructions/deleteSingle.js +18 -0
  585. package/dist/types/instructions/deleteTokenLauncher.d.ts +11 -0
  586. package/dist/types/instructions/deleteTokenLauncher.js +21 -0
  587. package/dist/types/instructions/depositBurn.d.ts +21 -0
  588. package/dist/types/instructions/depositBurn.js +26 -0
  589. package/dist/types/instructions/donateUser.d.ts +29 -0
  590. package/dist/types/instructions/donateUser.js +47 -0
  591. package/dist/types/instructions/feedPool.d.ts +20 -0
  592. package/dist/types/instructions/feedPool.js +32 -0
  593. package/dist/types/instructions/feedTraits.d.ts +14 -0
  594. package/dist/types/instructions/feedTraits.js +22 -0
  595. package/dist/types/instructions/feedTree.d.ts +20 -0
  596. package/dist/types/instructions/feedTree.js +33 -0
  597. package/dist/types/instructions/flagPack.d.ts +15 -0
  598. package/dist/types/instructions/flagPack.js +27 -0
  599. package/dist/types/instructions/flagSingle.d.ts +14 -0
  600. package/dist/types/instructions/flagSingle.js +25 -0
  601. package/dist/types/instructions/gatePay.d.ts +21 -0
  602. package/dist/types/instructions/gatePay.js +30 -0
  603. package/dist/types/instructions/index.d.ts +104 -0
  604. package/dist/types/instructions/index.js +52 -0
  605. package/dist/types/instructions/initialize.d.ts +14 -0
  606. package/dist/types/instructions/initialize.js +24 -0
  607. package/dist/types/instructions/openPack.d.ts +28 -0
  608. package/dist/types/instructions/openPack.js +42 -0
  609. package/dist/types/instructions/prepareCreator.d.ts +9 -0
  610. package/dist/types/instructions/prepareCreator.js +15 -0
  611. package/dist/types/instructions/preparePack.d.ts +16 -0
  612. package/dist/types/instructions/preparePack.js +26 -0
  613. package/dist/types/instructions/prepareTraits.d.ts +8 -0
  614. package/dist/types/instructions/prepareTraits.js +14 -0
  615. package/dist/types/instructions/printPack.d.ts +37 -0
  616. package/dist/types/instructions/printPack.js +51 -0
  617. package/dist/types/instructions/printSingle.d.ts +40 -0
  618. package/dist/types/instructions/printSingle.js +59 -0
  619. package/dist/types/instructions/recoverDepositBurn.d.ts +33 -0
  620. package/dist/types/instructions/recoverDepositBurn.js +39 -0
  621. package/dist/types/instructions/registerActivity.d.ts +13 -0
  622. package/dist/types/instructions/registerActivity.js +20 -0
  623. package/dist/types/instructions/registerCollector.d.ts +16 -0
  624. package/dist/types/instructions/registerCollector.js +35 -0
  625. package/dist/types/instructions/registerCreator.d.ts +14 -0
  626. package/dist/types/instructions/registerCreator.js +22 -0
  627. package/dist/types/instructions/registerGenericUser.d.ts +31 -0
  628. package/dist/types/instructions/registerGenericUser.js +53 -0
  629. package/dist/types/instructions/registerPackUploads.d.ts +13 -0
  630. package/dist/types/instructions/registerPackUploads.js +21 -0
  631. package/dist/types/instructions/registerTraits.d.ts +12 -0
  632. package/dist/types/instructions/registerTraits.js +20 -0
  633. package/dist/types/instructions/registerUser.d.ts +14 -0
  634. package/dist/types/instructions/registerUser.js +26 -0
  635. package/dist/types/instructions/storeLutFor.d.ts +13 -0
  636. package/dist/types/instructions/storeLutFor.js +21 -0
  637. package/dist/types/instructions/unwrapAndDestroy.d.ts +22 -0
  638. package/dist/types/instructions/unwrapAndDestroy.js +26 -0
  639. package/dist/types/instructions/updateCard.d.ts +16 -0
  640. package/dist/types/instructions/updateCard.js +29 -0
  641. package/dist/types/instructions/updatePack.d.ts +22 -0
  642. package/dist/types/instructions/updatePack.js +39 -0
  643. package/dist/types/instructions/updateSingle.d.ts +20 -0
  644. package/dist/types/instructions/updateSingle.js +35 -0
  645. package/dist/types/instructions/updateStore.d.ts +14 -0
  646. package/dist/types/instructions/updateStore.js +25 -0
  647. package/dist/types/instructions/withdrawFromStore.d.ts +7 -0
  648. package/dist/types/instructions/withdrawFromStore.js +13 -0
  649. package/dist/types/programId.d.ts +13 -0
  650. package/dist/types/programId.js +16 -0
  651. package/dist/types/types/AccountClass.d.ts +368 -0
  652. package/dist/types/types/AccountClass.js +720 -0
  653. package/dist/types/types/AccountHasher.d.ts +37 -0
  654. package/dist/types/types/AccountHasher.js +55 -0
  655. package/dist/types/types/ActionAfter.d.ts +82 -0
  656. package/dist/types/types/ActionAfter.js +146 -0
  657. package/dist/types/types/AllowedCurrencyArgs.d.ts +20 -0
  658. package/dist/types/types/AllowedCurrencyArgs.js +33 -0
  659. package/dist/types/types/AuthorityGateTypes.d.ts +30 -0
  660. package/dist/types/types/AuthorityGateTypes.js +70 -0
  661. package/dist/types/types/BurnCount.d.ts +21 -0
  662. package/dist/types/types/BurnCount.js +34 -0
  663. package/dist/types/types/BurnState.d.ts +30 -0
  664. package/dist/types/types/BurnState.js +70 -0
  665. package/dist/types/types/BurnTrack.d.ts +26 -0
  666. package/dist/types/types/BurnTrack.js +39 -0
  667. package/dist/types/types/BurnType.d.ts +43 -0
  668. package/dist/types/types/BurnType.js +95 -0
  669. package/dist/types/types/BurnTypeBurn.d.ts +17 -0
  670. package/dist/types/types/BurnTypeBurn.js +43 -0
  671. package/dist/types/types/BuyHistoryClass.d.ts +30 -0
  672. package/dist/types/types/BuyHistoryClass.js +70 -0
  673. package/dist/types/types/CardClass.d.ts +17 -0
  674. package/dist/types/types/CardClass.js +43 -0
  675. package/dist/types/types/CardState.d.ts +95 -0
  676. package/dist/types/types/CardState.js +195 -0
  677. package/dist/types/types/CardTrack.d.ts +31 -0
  678. package/dist/types/types/CardTrack.js +48 -0
  679. package/dist/types/types/Category.d.ts +30 -0
  680. package/dist/types/types/Category.js +43 -0
  681. package/dist/types/types/CnftData.d.ts +35 -0
  682. package/dist/types/types/CnftData.js +53 -0
  683. package/dist/types/types/CollectTrack.d.ts +26 -0
  684. package/dist/types/types/CollectTrack.js +39 -0
  685. package/dist/types/types/Collection.d.ts +26 -0
  686. package/dist/types/types/Collection.js +39 -0
  687. package/dist/types/types/CompactCnftData.d.ts +30 -0
  688. package/dist/types/types/CompactCnftData.js +47 -0
  689. package/dist/types/types/CoolTimePerAmountArgs.d.ts +30 -0
  690. package/dist/types/types/CoolTimePerAmountArgs.js +43 -0
  691. package/dist/types/types/Creator.d.ts +31 -0
  692. package/dist/types/types/Creator.js +44 -0
  693. package/dist/types/types/CreatorGateArgs.d.ts +21 -0
  694. package/dist/types/types/CreatorGateArgs.js +34 -0
  695. package/dist/types/types/CurrencyArtistProof.d.ts +36 -0
  696. package/dist/types/types/CurrencyArtistProof.js +54 -0
  697. package/dist/types/types/CurrencyType.d.ts +109 -0
  698. package/dist/types/types/CurrencyType.js +185 -0
  699. package/dist/types/types/DateTraitInit.d.ts +26 -0
  700. package/dist/types/types/DateTraitInit.js +39 -0
  701. package/dist/types/types/DateTraitInitMap.d.ts +31 -0
  702. package/dist/types/types/DateTraitInitMap.js +44 -0
  703. package/dist/types/types/Deposit.d.ts +37 -0
  704. package/dist/types/types/Deposit.js +55 -0
  705. package/dist/types/types/DepositFormat.d.ts +30 -0
  706. package/dist/types/types/DepositFormat.js +70 -0
  707. package/dist/types/types/DepositState.d.ts +30 -0
  708. package/dist/types/types/DepositState.js +70 -0
  709. package/dist/types/types/DepositSubtype.d.ts +30 -0
  710. package/dist/types/types/DepositSubtype.js +70 -0
  711. package/dist/types/types/DepositTrack.d.ts +26 -0
  712. package/dist/types/types/DepositTrack.js +42 -0
  713. package/dist/types/types/DepositTrackType.d.ts +43 -0
  714. package/dist/types/types/DepositTrackType.js +95 -0
  715. package/dist/types/types/DepositType.d.ts +90 -0
  716. package/dist/types/types/DepositType.js +151 -0
  717. package/dist/types/types/Earnings.d.ts +13 -0
  718. package/dist/types/types/Earnings.js +23 -0
  719. package/dist/types/types/EditionStoreType.d.ts +43 -0
  720. package/dist/types/types/EditionStoreType.js +95 -0
  721. package/dist/types/types/EncryptedPayload.d.ts +25 -0
  722. package/dist/types/types/EncryptedPayload.js +38 -0
  723. package/dist/types/types/ExtraParameter.d.ts +43 -0
  724. package/dist/types/types/ExtraParameter.js +83 -0
  725. package/dist/types/types/FakeBurnCount.d.ts +27 -0
  726. package/dist/types/types/FakeBurnCount.js +40 -0
  727. package/dist/types/types/FakeDeposit.d.ts +27 -0
  728. package/dist/types/types/FakeDeposit.js +40 -0
  729. package/dist/types/types/FakeTraitPair.d.ts +25 -0
  730. package/dist/types/types/FakeTraitPair.js +38 -0
  731. package/dist/types/types/FakeTraitValue.d.ts +26 -0
  732. package/dist/types/types/FakeTraitValue.js +39 -0
  733. package/dist/types/types/FakeVolumeTrack.d.ts +27 -0
  734. package/dist/types/types/FakeVolumeTrack.js +40 -0
  735. package/dist/types/types/FeeType.d.ts +43 -0
  736. package/dist/types/types/FeeType.js +95 -0
  737. package/dist/types/types/FeedingTraits.d.ts +21 -0
  738. package/dist/types/types/FeedingTraits.js +34 -0
  739. package/dist/types/types/Filter.d.ts +26 -0
  740. package/dist/types/types/Filter.js +39 -0
  741. package/dist/types/types/FilterType.d.ts +17 -0
  742. package/dist/types/types/FilterType.js +43 -0
  743. package/dist/types/types/GeneralStore.d.ts +17 -0
  744. package/dist/types/types/GeneralStore.js +43 -0
  745. package/dist/types/types/GenericStore.d.ts +26 -0
  746. package/dist/types/types/GenericStore.js +39 -0
  747. package/dist/types/types/GenericValue.d.ts +71 -0
  748. package/dist/types/types/GenericValue.js +123 -0
  749. package/dist/types/types/GlobalFee.d.ts +38 -0
  750. package/dist/types/types/GlobalFee.js +56 -0
  751. package/dist/types/types/GlobalState.d.ts +56 -0
  752. package/dist/types/types/GlobalState.js +120 -0
  753. package/dist/types/types/IndexDate.d.ts +40 -0
  754. package/dist/types/types/IndexDate.js +59 -0
  755. package/dist/types/types/IndexDates.d.ts +26 -0
  756. package/dist/types/types/IndexDates.js +39 -0
  757. package/dist/types/types/Item.d.ts +21 -0
  758. package/dist/types/types/Item.js +34 -0
  759. package/dist/types/types/ItemClass.d.ts +30 -0
  760. package/dist/types/types/ItemClass.js +70 -0
  761. package/dist/types/types/ItemState.d.ts +121 -0
  762. package/dist/types/types/ItemState.js +245 -0
  763. package/dist/types/types/ItemTrack.d.ts +32 -0
  764. package/dist/types/types/ItemTrack.js +49 -0
  765. package/dist/types/types/ListingPerWalletArgs.d.ts +20 -0
  766. package/dist/types/types/ListingPerWalletArgs.js +33 -0
  767. package/dist/types/types/MemeVaultProof.d.ts +26 -0
  768. package/dist/types/types/MemeVaultProof.js +39 -0
  769. package/dist/types/types/MetadataArgs.d.ts +100 -0
  770. package/dist/types/types/MetadataArgs.js +111 -0
  771. package/dist/types/types/NonFungibleTraitInit.d.ts +26 -0
  772. package/dist/types/types/NonFungibleTraitInit.js +39 -0
  773. package/dist/types/types/NonFungibleTraitInitMap.d.ts +32 -0
  774. package/dist/types/types/NonFungibleTraitInitMap.js +49 -0
  775. package/dist/types/types/OnlyBetweenTimesArgs.d.ts +31 -0
  776. package/dist/types/types/OnlyBetweenTimesArgs.js +48 -0
  777. package/dist/types/types/OnlyTheseDOWArgs.d.ts +20 -0
  778. package/dist/types/types/OnlyTheseDOWArgs.js +33 -0
  779. package/dist/types/types/PackConfig.d.ts +42 -0
  780. package/dist/types/types/PackConfig.js +61 -0
  781. package/dist/types/types/PackOpenHolderState.d.ts +43 -0
  782. package/dist/types/types/PackOpenHolderState.js +95 -0
  783. package/dist/types/types/PackRule.d.ts +30 -0
  784. package/dist/types/types/PackRule.js +58 -0
  785. package/dist/types/types/PackState.d.ts +43 -0
  786. package/dist/types/types/PackState.js +95 -0
  787. package/dist/types/types/PackType.d.ts +43 -0
  788. package/dist/types/types/PackType.js +95 -0
  789. package/dist/types/types/PaymentClass.d.ts +43 -0
  790. package/dist/types/types/PaymentClass.js +95 -0
  791. package/dist/types/types/PoolAccess.d.ts +30 -0
  792. package/dist/types/types/PoolAccess.js +70 -0
  793. package/dist/types/types/PoolState.d.ts +30 -0
  794. package/dist/types/types/PoolState.js +70 -0
  795. package/dist/types/types/PoolType.d.ts +30 -0
  796. package/dist/types/types/PoolType.js +70 -0
  797. package/dist/types/types/Popularity.d.ts +32 -0
  798. package/dist/types/types/Popularity.js +49 -0
  799. package/dist/types/types/PopularityState.d.ts +264 -0
  800. package/dist/types/types/PopularityState.js +520 -0
  801. package/dist/types/types/PreviousDonationRecord.d.ts +32 -0
  802. package/dist/types/types/PreviousDonationRecord.js +49 -0
  803. package/dist/types/types/Price.d.ts +27 -0
  804. package/dist/types/types/Price.js +40 -0
  805. package/dist/types/types/PriceRule.d.ts +86 -0
  806. package/dist/types/types/PriceRule.js +160 -0
  807. package/dist/types/types/RecoverDeposit.d.ts +21 -0
  808. package/dist/types/types/RecoverDeposit.js +34 -0
  809. package/dist/types/types/Rule.d.ts +82 -0
  810. package/dist/types/types/Rule.js +135 -0
  811. package/dist/types/types/SaleConfig.d.ts +41 -0
  812. package/dist/types/types/SaleConfig.js +60 -0
  813. package/dist/types/types/SaleTrack.d.ts +36 -0
  814. package/dist/types/types/SaleTrack.js +54 -0
  815. package/dist/types/types/SaleType.d.ts +56 -0
  816. package/dist/types/types/SaleType.js +120 -0
  817. package/dist/types/types/Seed.d.ts +20 -0
  818. package/dist/types/types/Seed.js +33 -0
  819. package/dist/types/types/SelectedCard.d.ts +25 -0
  820. package/dist/types/types/SelectedCard.js +38 -0
  821. package/dist/types/types/SelectedZeroCard.d.ts +25 -0
  822. package/dist/types/types/SelectedZeroCard.js +38 -0
  823. package/dist/types/types/SemiFungibleTraitInit.d.ts +26 -0
  824. package/dist/types/types/SemiFungibleTraitInit.js +39 -0
  825. package/dist/types/types/SemiFungibleTraitInitMap.d.ts +31 -0
  826. package/dist/types/types/SemiFungibleTraitInitMap.js +44 -0
  827. package/dist/types/types/ShortCreator.d.ts +26 -0
  828. package/dist/types/types/ShortCreator.js +39 -0
  829. package/dist/types/types/ShortMetadata.d.ts +57 -0
  830. package/dist/types/types/ShortMetadata.js +90 -0
  831. package/dist/types/types/ShortMetadataArgs.d.ts +47 -0
  832. package/dist/types/types/ShortMetadataArgs.js +67 -0
  833. package/dist/types/types/StoreConfig.d.ts +43 -0
  834. package/dist/types/types/StoreConfig.js +62 -0
  835. package/dist/types/types/StoreRule.d.ts +56 -0
  836. package/dist/types/types/StoreRule.js +97 -0
  837. package/dist/types/types/SuperCategory.d.ts +25 -0
  838. package/dist/types/types/SuperCategory.js +38 -0
  839. package/dist/types/types/TightCardMetadata.d.ts +53 -0
  840. package/dist/types/types/TightCardMetadata.js +74 -0
  841. package/dist/types/types/TimeRangeType.d.ts +43 -0
  842. package/dist/types/types/TimeRangeType.js +95 -0
  843. package/dist/types/types/TimedPerWalletArgs.d.ts +20 -0
  844. package/dist/types/types/TimedPerWalletArgs.js +33 -0
  845. package/dist/types/types/TokenMetadata.d.ts +30 -0
  846. package/dist/types/types/TokenMetadata.js +43 -0
  847. package/dist/types/types/TokenProgramVersion.d.ts +30 -0
  848. package/dist/types/types/TokenProgramVersion.js +70 -0
  849. package/dist/types/types/TokenStandard.d.ts +56 -0
  850. package/dist/types/types/TokenStandard.js +120 -0
  851. package/dist/types/types/TokenState.d.ts +30 -0
  852. package/dist/types/types/TokenState.js +70 -0
  853. package/dist/types/types/TokenType.d.ts +30 -0
  854. package/dist/types/types/TokenType.js +70 -0
  855. package/dist/types/types/TotalPerTimeArgs.d.ts +35 -0
  856. package/dist/types/types/TotalPerTimeArgs.js +53 -0
  857. package/dist/types/types/TotalPerTimeWalletArgs.d.ts +25 -0
  858. package/dist/types/types/TotalPerTimeWalletArgs.js +38 -0
  859. package/dist/types/types/TrackRegistry.d.ts +30 -0
  860. package/dist/types/types/TrackRegistry.js +70 -0
  861. package/dist/types/types/TraitInit.d.ts +87 -0
  862. package/dist/types/types/TraitInit.js +140 -0
  863. package/dist/types/types/TraitPass.d.ts +21 -0
  864. package/dist/types/types/TraitPass.js +34 -0
  865. package/dist/types/types/TraitPassType.d.ts +95 -0
  866. package/dist/types/types/TraitPassType.js +150 -0
  867. package/dist/types/types/TraitType.d.ts +107 -0
  868. package/dist/types/types/TraitType.js +171 -0
  869. package/dist/types/types/TraitValue.d.ts +31 -0
  870. package/dist/types/types/TraitValue.js +44 -0
  871. package/dist/types/types/UnlocksAfter.d.ts +69 -0
  872. package/dist/types/types/UnlocksAfter.js +121 -0
  873. package/dist/types/types/UnwrapMetadata.d.ts +72 -0
  874. package/dist/types/types/UnwrapMetadata.js +97 -0
  875. package/dist/types/types/UseMethod.d.ts +43 -0
  876. package/dist/types/types/UseMethod.js +95 -0
  877. package/dist/types/types/Uses.d.ts +32 -0
  878. package/dist/types/types/Uses.js +49 -0
  879. package/dist/types/types/VerifyCollectionMetadata.d.ts +46 -0
  880. package/dist/types/types/VerifyCollectionMetadata.js +66 -0
  881. package/dist/types/types/VolumeTrack.d.ts +26 -0
  882. package/dist/types/types/VolumeTrack.js +39 -0
  883. package/dist/types/types/WrappedSource.d.ts +37 -0
  884. package/dist/types/types/WrappedSource.js +55 -0
  885. package/dist/types/types/ZeroConfig.d.ts +35 -0
  886. package/dist/types/types/ZeroConfig.js +53 -0
  887. package/dist/types/types/index.d.ts +332 -0
  888. package/dist/types/types/index.js +166 -0
  889. package/dist/utility/Connection.d.ts +3 -0
  890. package/dist/utility/Connection.js +7 -0
  891. package/dist/utility/Holders.d.ts +8 -0
  892. package/dist/utility/Holders.js +8 -0
  893. package/dist/utility/PdaManager.d.ts +19 -0
  894. package/dist/utility/PdaManager.js +160 -0
  895. package/dist/utility/config.d.ts +11 -0
  896. package/dist/utility/config.js +20 -0
  897. package/dist/utility/utils.d.ts +13 -0
  898. package/dist/utility/utils.js +196 -0
  899. package/dist/utility/validation.d.ts +12 -0
  900. package/dist/utility/validation.js +149 -0
  901. package/package.json +1 -2
  902. package/src/index.ts +1 -1
  903. package/src/library/implementation/storeImplementation.ts +1 -0
  904. package/src/library/instructions/store/buySingleEdition.ts +1 -0
  905. package/tsconfig.json +23 -6
@@ -0,0 +1,720 @@
1
+ import * as borsh from "@coral-xyz/borsh";
2
+ export class HolderV1 {
3
+ constructor() {
4
+ this.discriminator = 0;
5
+ this.kind = "HolderV1";
6
+ }
7
+ toJSON() {
8
+ return {
9
+ kind: "HolderV1",
10
+ };
11
+ }
12
+ toEncodable() {
13
+ return {
14
+ HolderV1: {},
15
+ };
16
+ }
17
+ }
18
+ HolderV1.discriminator = 0;
19
+ HolderV1.kind = "HolderV1";
20
+ export class StoreV1 {
21
+ constructor() {
22
+ this.discriminator = 1;
23
+ this.kind = "StoreV1";
24
+ }
25
+ toJSON() {
26
+ return {
27
+ kind: "StoreV1",
28
+ };
29
+ }
30
+ toEncodable() {
31
+ return {
32
+ StoreV1: {},
33
+ };
34
+ }
35
+ }
36
+ StoreV1.discriminator = 1;
37
+ StoreV1.kind = "StoreV1";
38
+ export class SingleV1 {
39
+ constructor() {
40
+ this.discriminator = 2;
41
+ this.kind = "SingleV1";
42
+ }
43
+ toJSON() {
44
+ return {
45
+ kind: "SingleV1",
46
+ };
47
+ }
48
+ toEncodable() {
49
+ return {
50
+ SingleV1: {},
51
+ };
52
+ }
53
+ }
54
+ SingleV1.discriminator = 2;
55
+ SingleV1.kind = "SingleV1";
56
+ export class PackV1 {
57
+ constructor() {
58
+ this.discriminator = 3;
59
+ this.kind = "PackV1";
60
+ }
61
+ toJSON() {
62
+ return {
63
+ kind: "PackV1",
64
+ };
65
+ }
66
+ toEncodable() {
67
+ return {
68
+ PackV1: {},
69
+ };
70
+ }
71
+ }
72
+ PackV1.discriminator = 3;
73
+ PackV1.kind = "PackV1";
74
+ export class CardV1 {
75
+ constructor() {
76
+ this.discriminator = 4;
77
+ this.kind = "CardV1";
78
+ }
79
+ toJSON() {
80
+ return {
81
+ kind: "CardV1",
82
+ };
83
+ }
84
+ toEncodable() {
85
+ return {
86
+ CardV1: {},
87
+ };
88
+ }
89
+ }
90
+ CardV1.discriminator = 4;
91
+ CardV1.kind = "CardV1";
92
+ export class PackReceiptV1 {
93
+ constructor() {
94
+ this.discriminator = 5;
95
+ this.kind = "PackReceiptV1";
96
+ }
97
+ toJSON() {
98
+ return {
99
+ kind: "PackReceiptV1",
100
+ };
101
+ }
102
+ toEncodable() {
103
+ return {
104
+ PackReceiptV1: {},
105
+ };
106
+ }
107
+ }
108
+ PackReceiptV1.discriminator = 5;
109
+ PackReceiptV1.kind = "PackReceiptV1";
110
+ export class PackContentV1 {
111
+ constructor() {
112
+ this.discriminator = 6;
113
+ this.kind = "PackContentV1";
114
+ }
115
+ toJSON() {
116
+ return {
117
+ kind: "PackContentV1",
118
+ };
119
+ }
120
+ toEncodable() {
121
+ return {
122
+ PackContentV1: {},
123
+ };
124
+ }
125
+ }
126
+ PackContentV1.discriminator = 6;
127
+ PackContentV1.kind = "PackContentV1";
128
+ export class PackOpenHolderV1 {
129
+ constructor() {
130
+ this.discriminator = 7;
131
+ this.kind = "PackOpenHolderV1";
132
+ }
133
+ toJSON() {
134
+ return {
135
+ kind: "PackOpenHolderV1",
136
+ };
137
+ }
138
+ toEncodable() {
139
+ return {
140
+ PackOpenHolderV1: {},
141
+ };
142
+ }
143
+ }
144
+ PackOpenHolderV1.discriminator = 7;
145
+ PackOpenHolderV1.kind = "PackOpenHolderV1";
146
+ export class BuyTrackV1 {
147
+ constructor() {
148
+ this.discriminator = 8;
149
+ this.kind = "BuyTrackV1";
150
+ }
151
+ toJSON() {
152
+ return {
153
+ kind: "BuyTrackV1",
154
+ };
155
+ }
156
+ toEncodable() {
157
+ return {
158
+ BuyTrackV1: {},
159
+ };
160
+ }
161
+ }
162
+ BuyTrackV1.discriminator = 8;
163
+ BuyTrackV1.kind = "BuyTrackV1";
164
+ export class SingleArchiveV1 {
165
+ constructor() {
166
+ this.discriminator = 9;
167
+ this.kind = "SingleArchiveV1";
168
+ }
169
+ toJSON() {
170
+ return {
171
+ kind: "SingleArchiveV1",
172
+ };
173
+ }
174
+ toEncodable() {
175
+ return {
176
+ SingleArchiveV1: {},
177
+ };
178
+ }
179
+ }
180
+ SingleArchiveV1.discriminator = 9;
181
+ SingleArchiveV1.kind = "SingleArchiveV1";
182
+ export class PackArchiveV1 {
183
+ constructor() {
184
+ this.discriminator = 10;
185
+ this.kind = "PackArchiveV1";
186
+ }
187
+ toJSON() {
188
+ return {
189
+ kind: "PackArchiveV1",
190
+ };
191
+ }
192
+ toEncodable() {
193
+ return {
194
+ PackArchiveV1: {},
195
+ };
196
+ }
197
+ }
198
+ PackArchiveV1.discriminator = 10;
199
+ PackArchiveV1.kind = "PackArchiveV1";
200
+ export class None {
201
+ constructor() {
202
+ this.discriminator = 11;
203
+ this.kind = "None";
204
+ }
205
+ toJSON() {
206
+ return {
207
+ kind: "None",
208
+ };
209
+ }
210
+ toEncodable() {
211
+ return {
212
+ None: {},
213
+ };
214
+ }
215
+ }
216
+ None.discriminator = 11;
217
+ None.kind = "None";
218
+ export class CreatorRegistryV1 {
219
+ constructor() {
220
+ this.discriminator = 12;
221
+ this.kind = "CreatorRegistryV1";
222
+ }
223
+ toJSON() {
224
+ return {
225
+ kind: "CreatorRegistryV1",
226
+ };
227
+ }
228
+ toEncodable() {
229
+ return {
230
+ CreatorRegistryV1: {},
231
+ };
232
+ }
233
+ }
234
+ CreatorRegistryV1.discriminator = 12;
235
+ CreatorRegistryV1.kind = "CreatorRegistryV1";
236
+ export class CollectorGlobalRegistryV1 {
237
+ constructor() {
238
+ this.discriminator = 13;
239
+ this.kind = "CollectorGlobalRegistryV1";
240
+ }
241
+ toJSON() {
242
+ return {
243
+ kind: "CollectorGlobalRegistryV1",
244
+ };
245
+ }
246
+ toEncodable() {
247
+ return {
248
+ CollectorGlobalRegistryV1: {},
249
+ };
250
+ }
251
+ }
252
+ CollectorGlobalRegistryV1.discriminator = 13;
253
+ CollectorGlobalRegistryV1.kind = "CollectorGlobalRegistryV1";
254
+ export class CollectorArtistRegistryV1 {
255
+ constructor() {
256
+ this.discriminator = 14;
257
+ this.kind = "CollectorArtistRegistryV1";
258
+ }
259
+ toJSON() {
260
+ return {
261
+ kind: "CollectorArtistRegistryV1",
262
+ };
263
+ }
264
+ toEncodable() {
265
+ return {
266
+ CollectorArtistRegistryV1: {},
267
+ };
268
+ }
269
+ }
270
+ CollectorArtistRegistryV1.discriminator = 14;
271
+ CollectorArtistRegistryV1.kind = "CollectorArtistRegistryV1";
272
+ export class PackTraitsV1 {
273
+ constructor() {
274
+ this.discriminator = 15;
275
+ this.kind = "PackTraitsV1";
276
+ }
277
+ toJSON() {
278
+ return {
279
+ kind: "PackTraitsV1",
280
+ };
281
+ }
282
+ toEncodable() {
283
+ return {
284
+ PackTraitsV1: {},
285
+ };
286
+ }
287
+ }
288
+ PackTraitsV1.discriminator = 15;
289
+ PackTraitsV1.kind = "PackTraitsV1";
290
+ export class PackUploadsV1 {
291
+ constructor() {
292
+ this.discriminator = 16;
293
+ this.kind = "PackUploadsV1";
294
+ }
295
+ toJSON() {
296
+ return {
297
+ kind: "PackUploadsV1",
298
+ };
299
+ }
300
+ toEncodable() {
301
+ return {
302
+ PackUploadsV1: {},
303
+ };
304
+ }
305
+ }
306
+ PackUploadsV1.discriminator = 16;
307
+ PackUploadsV1.kind = "PackUploadsV1";
308
+ export class ZeroOpenHolderV1 {
309
+ constructor() {
310
+ this.discriminator = 17;
311
+ this.kind = "ZeroOpenHolderV1";
312
+ }
313
+ toJSON() {
314
+ return {
315
+ kind: "ZeroOpenHolderV1",
316
+ };
317
+ }
318
+ toEncodable() {
319
+ return {
320
+ ZeroOpenHolderV1: {},
321
+ };
322
+ }
323
+ }
324
+ ZeroOpenHolderV1.discriminator = 17;
325
+ ZeroOpenHolderV1.kind = "ZeroOpenHolderV1";
326
+ export class BurnDepositV1 {
327
+ constructor() {
328
+ this.discriminator = 18;
329
+ this.kind = "BurnDepositV1";
330
+ }
331
+ toJSON() {
332
+ return {
333
+ kind: "BurnDepositV1",
334
+ };
335
+ }
336
+ toEncodable() {
337
+ return {
338
+ BurnDepositV1: {},
339
+ };
340
+ }
341
+ }
342
+ BurnDepositV1.discriminator = 18;
343
+ BurnDepositV1.kind = "BurnDepositV1";
344
+ export class GlobalBurnTrackV1 {
345
+ constructor() {
346
+ this.discriminator = 19;
347
+ this.kind = "GlobalBurnTrackV1";
348
+ }
349
+ toJSON() {
350
+ return {
351
+ kind: "GlobalBurnTrackV1",
352
+ };
353
+ }
354
+ toEncodable() {
355
+ return {
356
+ GlobalBurnTrackV1: {},
357
+ };
358
+ }
359
+ }
360
+ GlobalBurnTrackV1.discriminator = 19;
361
+ GlobalBurnTrackV1.kind = "GlobalBurnTrackV1";
362
+ export class ArtistBurnTrackV1 {
363
+ constructor() {
364
+ this.discriminator = 20;
365
+ this.kind = "ArtistBurnTrackV1";
366
+ }
367
+ toJSON() {
368
+ return {
369
+ kind: "ArtistBurnTrackV1",
370
+ };
371
+ }
372
+ toEncodable() {
373
+ return {
374
+ ArtistBurnTrackV1: {},
375
+ };
376
+ }
377
+ }
378
+ ArtistBurnTrackV1.discriminator = 20;
379
+ ArtistBurnTrackV1.kind = "ArtistBurnTrackV1";
380
+ export class SecureHolderV1 {
381
+ constructor() {
382
+ this.discriminator = 21;
383
+ this.kind = "SecureHolderV1";
384
+ }
385
+ toJSON() {
386
+ return {
387
+ kind: "SecureHolderV1",
388
+ };
389
+ }
390
+ toEncodable() {
391
+ return {
392
+ SecureHolderV1: {},
393
+ };
394
+ }
395
+ }
396
+ SecureHolderV1.discriminator = 21;
397
+ SecureHolderV1.kind = "SecureHolderV1";
398
+ export class RevealerForMeV1 {
399
+ constructor() {
400
+ this.discriminator = 22;
401
+ this.kind = "RevealerForMeV1";
402
+ }
403
+ toJSON() {
404
+ return {
405
+ kind: "RevealerForMeV1",
406
+ };
407
+ }
408
+ toEncodable() {
409
+ return {
410
+ RevealerForMeV1: {},
411
+ };
412
+ }
413
+ }
414
+ RevealerForMeV1.discriminator = 22;
415
+ RevealerForMeV1.kind = "RevealerForMeV1";
416
+ export class ThreeIdV1 {
417
+ constructor() {
418
+ this.discriminator = 23;
419
+ this.kind = "ThreeIdV1";
420
+ }
421
+ toJSON() {
422
+ return {
423
+ kind: "ThreeIdV1",
424
+ };
425
+ }
426
+ toEncodable() {
427
+ return {
428
+ ThreeIdV1: {},
429
+ };
430
+ }
431
+ }
432
+ ThreeIdV1.discriminator = 23;
433
+ ThreeIdV1.kind = "ThreeIdV1";
434
+ export class DonationRegistryV1 {
435
+ constructor() {
436
+ this.discriminator = 24;
437
+ this.kind = "DonationRegistryV1";
438
+ }
439
+ toJSON() {
440
+ return {
441
+ kind: "DonationRegistryV1",
442
+ };
443
+ }
444
+ toEncodable() {
445
+ return {
446
+ DonationRegistryV1: {},
447
+ };
448
+ }
449
+ }
450
+ DonationRegistryV1.discriminator = 24;
451
+ DonationRegistryV1.kind = "DonationRegistryV1";
452
+ export class PoolVaultV1 {
453
+ constructor() {
454
+ this.discriminator = 25;
455
+ this.kind = "PoolVaultV1";
456
+ }
457
+ toJSON() {
458
+ return {
459
+ kind: "PoolVaultV1",
460
+ };
461
+ }
462
+ toEncodable() {
463
+ return {
464
+ PoolVaultV1: {},
465
+ };
466
+ }
467
+ }
468
+ PoolVaultV1.discriminator = 25;
469
+ PoolVaultV1.kind = "PoolVaultV1";
470
+ export class GenericUserV1 {
471
+ constructor() {
472
+ this.discriminator = 26;
473
+ this.kind = "GenericUserV1";
474
+ }
475
+ toJSON() {
476
+ return {
477
+ kind: "GenericUserV1",
478
+ };
479
+ }
480
+ toEncodable() {
481
+ return {
482
+ GenericUserV1: {},
483
+ };
484
+ }
485
+ }
486
+ GenericUserV1.discriminator = 26;
487
+ GenericUserV1.kind = "GenericUserV1";
488
+ export class TokenManagerV1 {
489
+ constructor() {
490
+ this.discriminator = 27;
491
+ this.kind = "TokenManagerV1";
492
+ }
493
+ toJSON() {
494
+ return {
495
+ kind: "TokenManagerV1",
496
+ };
497
+ }
498
+ toEncodable() {
499
+ return {
500
+ TokenManagerV1: {},
501
+ };
502
+ }
503
+ }
504
+ TokenManagerV1.discriminator = 27;
505
+ TokenManagerV1.kind = "TokenManagerV1";
506
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
507
+ export function fromDecoded(obj) {
508
+ if (typeof obj !== "object") {
509
+ throw new Error("Invalid enum object");
510
+ }
511
+ if ("HolderV1" in obj) {
512
+ return new HolderV1();
513
+ }
514
+ if ("StoreV1" in obj) {
515
+ return new StoreV1();
516
+ }
517
+ if ("SingleV1" in obj) {
518
+ return new SingleV1();
519
+ }
520
+ if ("PackV1" in obj) {
521
+ return new PackV1();
522
+ }
523
+ if ("CardV1" in obj) {
524
+ return new CardV1();
525
+ }
526
+ if ("PackReceiptV1" in obj) {
527
+ return new PackReceiptV1();
528
+ }
529
+ if ("PackContentV1" in obj) {
530
+ return new PackContentV1();
531
+ }
532
+ if ("PackOpenHolderV1" in obj) {
533
+ return new PackOpenHolderV1();
534
+ }
535
+ if ("BuyTrackV1" in obj) {
536
+ return new BuyTrackV1();
537
+ }
538
+ if ("SingleArchiveV1" in obj) {
539
+ return new SingleArchiveV1();
540
+ }
541
+ if ("PackArchiveV1" in obj) {
542
+ return new PackArchiveV1();
543
+ }
544
+ if ("None" in obj) {
545
+ return new None();
546
+ }
547
+ if ("CreatorRegistryV1" in obj) {
548
+ return new CreatorRegistryV1();
549
+ }
550
+ if ("CollectorGlobalRegistryV1" in obj) {
551
+ return new CollectorGlobalRegistryV1();
552
+ }
553
+ if ("CollectorArtistRegistryV1" in obj) {
554
+ return new CollectorArtistRegistryV1();
555
+ }
556
+ if ("PackTraitsV1" in obj) {
557
+ return new PackTraitsV1();
558
+ }
559
+ if ("PackUploadsV1" in obj) {
560
+ return new PackUploadsV1();
561
+ }
562
+ if ("ZeroOpenHolderV1" in obj) {
563
+ return new ZeroOpenHolderV1();
564
+ }
565
+ if ("BurnDepositV1" in obj) {
566
+ return new BurnDepositV1();
567
+ }
568
+ if ("GlobalBurnTrackV1" in obj) {
569
+ return new GlobalBurnTrackV1();
570
+ }
571
+ if ("ArtistBurnTrackV1" in obj) {
572
+ return new ArtistBurnTrackV1();
573
+ }
574
+ if ("SecureHolderV1" in obj) {
575
+ return new SecureHolderV1();
576
+ }
577
+ if ("RevealerForMeV1" in obj) {
578
+ return new RevealerForMeV1();
579
+ }
580
+ if ("ThreeIdV1" in obj) {
581
+ return new ThreeIdV1();
582
+ }
583
+ if ("DonationRegistryV1" in obj) {
584
+ return new DonationRegistryV1();
585
+ }
586
+ if ("PoolVaultV1" in obj) {
587
+ return new PoolVaultV1();
588
+ }
589
+ if ("GenericUserV1" in obj) {
590
+ return new GenericUserV1();
591
+ }
592
+ if ("TokenManagerV1" in obj) {
593
+ return new TokenManagerV1();
594
+ }
595
+ throw new Error("Invalid enum object");
596
+ }
597
+ export function fromJSON(obj) {
598
+ switch (obj.kind) {
599
+ case "HolderV1": {
600
+ return new HolderV1();
601
+ }
602
+ case "StoreV1": {
603
+ return new StoreV1();
604
+ }
605
+ case "SingleV1": {
606
+ return new SingleV1();
607
+ }
608
+ case "PackV1": {
609
+ return new PackV1();
610
+ }
611
+ case "CardV1": {
612
+ return new CardV1();
613
+ }
614
+ case "PackReceiptV1": {
615
+ return new PackReceiptV1();
616
+ }
617
+ case "PackContentV1": {
618
+ return new PackContentV1();
619
+ }
620
+ case "PackOpenHolderV1": {
621
+ return new PackOpenHolderV1();
622
+ }
623
+ case "BuyTrackV1": {
624
+ return new BuyTrackV1();
625
+ }
626
+ case "SingleArchiveV1": {
627
+ return new SingleArchiveV1();
628
+ }
629
+ case "PackArchiveV1": {
630
+ return new PackArchiveV1();
631
+ }
632
+ case "None": {
633
+ return new None();
634
+ }
635
+ case "CreatorRegistryV1": {
636
+ return new CreatorRegistryV1();
637
+ }
638
+ case "CollectorGlobalRegistryV1": {
639
+ return new CollectorGlobalRegistryV1();
640
+ }
641
+ case "CollectorArtistRegistryV1": {
642
+ return new CollectorArtistRegistryV1();
643
+ }
644
+ case "PackTraitsV1": {
645
+ return new PackTraitsV1();
646
+ }
647
+ case "PackUploadsV1": {
648
+ return new PackUploadsV1();
649
+ }
650
+ case "ZeroOpenHolderV1": {
651
+ return new ZeroOpenHolderV1();
652
+ }
653
+ case "BurnDepositV1": {
654
+ return new BurnDepositV1();
655
+ }
656
+ case "GlobalBurnTrackV1": {
657
+ return new GlobalBurnTrackV1();
658
+ }
659
+ case "ArtistBurnTrackV1": {
660
+ return new ArtistBurnTrackV1();
661
+ }
662
+ case "SecureHolderV1": {
663
+ return new SecureHolderV1();
664
+ }
665
+ case "RevealerForMeV1": {
666
+ return new RevealerForMeV1();
667
+ }
668
+ case "ThreeIdV1": {
669
+ return new ThreeIdV1();
670
+ }
671
+ case "DonationRegistryV1": {
672
+ return new DonationRegistryV1();
673
+ }
674
+ case "PoolVaultV1": {
675
+ return new PoolVaultV1();
676
+ }
677
+ case "GenericUserV1": {
678
+ return new GenericUserV1();
679
+ }
680
+ case "TokenManagerV1": {
681
+ return new TokenManagerV1();
682
+ }
683
+ }
684
+ }
685
+ export function layout(property) {
686
+ const ret = borsh.rustEnum([
687
+ borsh.struct([], "HolderV1"),
688
+ borsh.struct([], "StoreV1"),
689
+ borsh.struct([], "SingleV1"),
690
+ borsh.struct([], "PackV1"),
691
+ borsh.struct([], "CardV1"),
692
+ borsh.struct([], "PackReceiptV1"),
693
+ borsh.struct([], "PackContentV1"),
694
+ borsh.struct([], "PackOpenHolderV1"),
695
+ borsh.struct([], "BuyTrackV1"),
696
+ borsh.struct([], "SingleArchiveV1"),
697
+ borsh.struct([], "PackArchiveV1"),
698
+ borsh.struct([], "None"),
699
+ borsh.struct([], "CreatorRegistryV1"),
700
+ borsh.struct([], "CollectorGlobalRegistryV1"),
701
+ borsh.struct([], "CollectorArtistRegistryV1"),
702
+ borsh.struct([], "PackTraitsV1"),
703
+ borsh.struct([], "PackUploadsV1"),
704
+ borsh.struct([], "ZeroOpenHolderV1"),
705
+ borsh.struct([], "BurnDepositV1"),
706
+ borsh.struct([], "GlobalBurnTrackV1"),
707
+ borsh.struct([], "ArtistBurnTrackV1"),
708
+ borsh.struct([], "SecureHolderV1"),
709
+ borsh.struct([], "RevealerForMeV1"),
710
+ borsh.struct([], "ThreeIdV1"),
711
+ borsh.struct([], "DonationRegistryV1"),
712
+ borsh.struct([], "PoolVaultV1"),
713
+ borsh.struct([], "GenericUserV1"),
714
+ borsh.struct([], "TokenManagerV1"),
715
+ ]);
716
+ if (property !== undefined) {
717
+ return ret.replicate(property);
718
+ }
719
+ return ret;
720
+ }