@misonetwork/sdk 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +210 -136
- package/dist/client.d.ts +1211 -8
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +56 -19
- package/dist/client.js.map +1 -1
- package/dist/contracts/composition_credits/composition_credits.d.ts +181 -0
- package/dist/contracts/composition_credits/composition_credits.d.ts.map +1 -0
- package/dist/contracts/composition_credits/composition_credits.js +109 -0
- package/dist/contracts/composition_credits/composition_credits.js.map +1 -0
- package/dist/contracts/composition_credits/composition_party_role.d.ts +119 -0
- package/dist/contracts/composition_credits/composition_party_role.d.ts.map +1 -0
- package/dist/contracts/composition_credits/composition_party_role.js +139 -0
- package/dist/contracts/composition_credits/composition_party_role.js.map +1 -0
- package/dist/contracts/composition_credits/deps/miso_credit/credit.d.ts +24 -0
- package/dist/contracts/composition_credits/deps/miso_credit/credit.d.ts.map +1 -0
- package/dist/contracts/composition_credits/deps/miso_credit/credit.js +23 -0
- package/dist/contracts/composition_credits/deps/miso_credit/credit.js.map +1 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/composition_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/miso/composition.d.ts +1 -15
- package/dist/contracts/miso/composition.d.ts.map +1 -1
- package/dist/contracts/miso/composition.js +2 -17
- package/dist/contracts/miso/composition.js.map +1 -1
- package/dist/contracts/miso/deps/bps/bps.d.ts +1 -1
- package/dist/contracts/miso/deps/bps/bps.js +1 -1
- package/dist/contracts/miso/recording.d.ts +1 -16
- package/dist/contracts/miso/recording.d.ts.map +1 -1
- package/dist/contracts/miso/recording.js +1 -16
- package/dist/contracts/miso/recording.js.map +1 -1
- package/dist/contracts/miso/release.d.ts +61 -48
- package/dist/contracts/miso/release.d.ts.map +1 -1
- package/dist/contracts/miso/release.js +59 -46
- package/dist/contracts/miso/release.js.map +1 -1
- package/dist/contracts/miso/track.d.ts +2 -2
- package/dist/contracts/miso/track.js +2 -2
- package/dist/contracts/miso_party/deps/sui/vec_set.d.ts +21 -0
- package/dist/contracts/miso_party/deps/sui/vec_set.d.ts.map +1 -0
- package/dist/contracts/miso_party/deps/sui/vec_set.js +20 -0
- package/dist/contracts/miso_party/deps/sui/vec_set.js.map +1 -0
- package/dist/contracts/miso_party/party.d.ts +481 -0
- package/dist/contracts/miso_party/party.d.ts.map +1 -0
- package/dist/contracts/miso_party/party.js +527 -0
- package/dist/contracts/miso_party/party.js.map +1 -0
- package/dist/contracts/party_cta/party_cta.d.ts +120 -0
- package/dist/contracts/party_cta/party_cta.d.ts.map +1 -0
- package/dist/contracts/party_cta/party_cta.js +139 -0
- package/dist/contracts/party_cta/party_cta.js.map +1 -0
- package/dist/contracts/party_genre/party_genre.d.ts +117 -0
- package/dist/contracts/party_genre/party_genre.d.ts.map +1 -0
- package/dist/contracts/party_genre/party_genre.js +131 -0
- package/dist/contracts/party_genre/party_genre.js.map +1 -0
- package/dist/contracts/party_media/party_media.d.ts +86 -0
- package/dist/contracts/party_media/party_media.d.ts.map +1 -0
- package/dist/contracts/party_media/party_media.js +97 -0
- package/dist/contracts/party_media/party_media.js.map +1 -0
- package/dist/contracts/party_music/party_music.d.ts +209 -0
- package/dist/contracts/party_music/party_music.d.ts.map +1 -0
- package/dist/contracts/party_music/party_music.js +259 -0
- package/dist/contracts/party_music/party_music.js.map +1 -0
- package/dist/contracts/party_platform_link/party_platform_link.d.ts +89 -0
- package/dist/contracts/party_platform_link/party_platform_link.d.ts.map +1 -0
- package/dist/contracts/party_platform_link/party_platform_link.js +92 -0
- package/dist/contracts/party_platform_link/party_platform_link.js.map +1 -0
- package/dist/contracts/party_pro_link/party_pro_link.d.ts +233 -0
- package/dist/contracts/party_pro_link/party_pro_link.d.ts.map +1 -0
- package/dist/contracts/party_pro_link/party_pro_link.js +289 -0
- package/dist/contracts/party_pro_link/party_pro_link.js.map +1 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.d.ts +15 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.d.ts.map +1 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.js +17 -0
- package/dist/contracts/party_profile/deps/country_code/country_code.js.map +1 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.d.ts +6 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.d.ts.map +1 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.js +8 -0
- package/dist/contracts/party_profile/deps/language_code/language_code.js.map +1 -0
- package/dist/contracts/party_profile/party_profile.d.ts +133 -0
- package/dist/contracts/party_profile/party_profile.d.ts.map +1 -0
- package/dist/contracts/party_profile/party_profile.js +153 -0
- package/dist/contracts/party_profile/party_profile.js.map +1 -0
- package/dist/contracts/party_roles/party_roles.d.ts +201 -0
- package/dist/contracts/party_roles/party_roles.d.ts.map +1 -0
- package/dist/contracts/party_roles/party_roles.js +237 -0
- package/dist/contracts/party_roles/party_roles.js.map +1 -0
- package/dist/contracts/party_social/party_social.d.ts +258 -0
- package/dist/contracts/party_social/party_social.d.ts.map +1 -0
- package/dist/contracts/party_social/party_social.js +320 -0
- package/dist/contracts/party_social/party_social.js.map +1 -0
- package/dist/contracts/party_tags/party_tags.d.ts +116 -0
- package/dist/contracts/party_tags/party_tags.d.ts.map +1 -0
- package/dist/contracts/party_tags/party_tags.js +130 -0
- package/dist/contracts/party_tags/party_tags.js.map +1 -0
- package/dist/contracts/recording_advisory/recording_advisory.d.ts +194 -0
- package/dist/contracts/recording_advisory/recording_advisory.d.ts.map +1 -0
- package/dist/contracts/recording_advisory/recording_advisory.js +204 -0
- package/dist/contracts/recording_advisory/recording_advisory.js.map +1 -0
- package/dist/contracts/recording_credits/deps/miso_credit/credit.d.ts +24 -0
- package/dist/contracts/recording_credits/deps/miso_credit/credit.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/miso_credit/credit.js +23 -0
- package/dist/contracts/recording_credits/deps/miso_credit/credit.js.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/recording_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts +21 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.d.ts.map +1 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.js +20 -0
- package/dist/contracts/recording_credits/deps/sui/vec_set.js.map +1 -0
- package/dist/contracts/recording_credits/recording_credits.d.ts +2313 -0
- package/dist/contracts/recording_credits/recording_credits.d.ts.map +1 -0
- package/dist/contracts/recording_credits/recording_credits.js +270 -0
- package/dist/contracts/recording_credits/recording_credits.js.map +1 -0
- package/dist/contracts/recording_credits/recording_party_role.d.ts +1174 -0
- package/dist/contracts/recording_credits/recording_party_role.d.ts.map +1 -0
- package/dist/contracts/recording_credits/recording_party_role.js +692 -0
- package/dist/contracts/recording_credits/recording_party_role.js.map +1 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.d.ts +6 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.d.ts.map +1 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.js +8 -0
- package/dist/contracts/recording_language/deps/language_code/language_code.js.map +1 -0
- package/dist/contracts/recording_language/recording_language.d.ts +152 -0
- package/dist/contracts/recording_language/recording_language.d.ts.map +1 -0
- package/dist/contracts/recording_language/recording_language.js +149 -0
- package/dist/contracts/recording_language/recording_language.js.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/walrus_data.d.ts +52 -0
- package/dist/contracts/recording_master_reference/deps/ori/walrus_data.d.ts.map +1 -0
- package/dist/contracts/recording_master_reference/deps/ori/walrus_data.js +37 -0
- package/dist/contracts/recording_master_reference/deps/ori/walrus_data.js.map +1 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.d.ts +131 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.d.ts.map +1 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.js +121 -0
- package/dist/contracts/recording_master_reference/recording_master_reference.js.map +1 -0
- package/dist/contracts/recording_preview/deps/ori/walrus_data.d.ts +52 -0
- package/dist/contracts/recording_preview/deps/ori/walrus_data.d.ts.map +1 -0
- package/dist/contracts/recording_preview/deps/ori/walrus_data.js +37 -0
- package/dist/contracts/recording_preview/deps/ori/walrus_data.js.map +1 -0
- package/dist/contracts/recording_preview/recording_preview.d.ts +104 -0
- package/dist/contracts/recording_preview/recording_preview.d.ts.map +1 -0
- package/dist/contracts/recording_preview/recording_preview.js +94 -0
- package/dist/contracts/recording_preview/recording_preview.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x340057f2174fb59e4626742dd2b46c662237837b6187450cb59e4976ce7eac78/walrus_data.d.ts +52 -0
- package/dist/contracts/release_cover_art/deps/0x340057f2174fb59e4626742dd2b46c662237837b6187450cb59e4976ce7eac78/walrus_data.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/0x340057f2174fb59e4626742dd2b46c662237837b6187450cb59e4976ce7eac78/walrus_data.js +37 -0
- package/dist/contracts/release_cover_art/deps/0x340057f2174fb59e4626742dd2b46c662237837b6187450cb59e4976ce7eac78/walrus_data.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts +46 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js +21 -0
- package/dist/contracts/release_cover_art/deps/cover_art/cover_art.js.map +1 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts +33 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.js +32 -0
- package/dist/contracts/release_cover_art/deps/per_track/per_track.js.map +1 -0
- package/dist/contracts/release_cover_art/release_cover_art.d.ts +300 -0
- package/dist/contracts/release_cover_art/release_cover_art.d.ts.map +1 -0
- package/dist/contracts/release_cover_art/release_cover_art.js +168 -0
- package/dist/contracts/release_cover_art/release_cover_art.js.map +1 -0
- package/dist/contracts/release_credits/deps/miso_credit/credit.d.ts +24 -0
- package/dist/contracts/release_credits/deps/miso_credit/credit.d.ts.map +1 -0
- package/dist/contracts/release_credits/deps/miso_credit/credit.js +23 -0
- package/dist/contracts/release_credits/deps/miso_credit/credit.js.map +1 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.js +28 -0
- package/dist/contracts/release_credits/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/release_credits/release_credits.d.ts +142 -0
- package/dist/contracts/release_credits/release_credits.d.ts.map +1 -0
- package/dist/contracts/release_credits/release_credits.js +108 -0
- package/dist/contracts/release_credits/release_credits.js.map +1 -0
- package/dist/contracts/release_credits/release_party_role.d.ts +58 -0
- package/dist/contracts/release_credits/release_party_role.d.ts.map +1 -0
- package/dist/contracts/release_credits/release_party_role.js +66 -0
- package/dist/contracts/release_credits/release_party_role.js.map +1 -0
- package/dist/contracts/release_description/release_description.d.ts +112 -0
- package/dist/contracts/release_description/release_description.d.ts.map +1 -0
- package/dist/contracts/release_description/release_description.js +123 -0
- package/dist/contracts/release_description/release_description.js.map +1 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.d.ts +644 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.d.ts.map +1 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.js +556 -0
- package/dist/contracts/release_dsp_link/release_dsp_link.js.map +1 -0
- package/dist/contracts/release_genre/deps/per_track/per_track.d.ts +33 -0
- package/dist/contracts/release_genre/deps/per_track/per_track.d.ts.map +1 -0
- package/dist/contracts/release_genre/deps/per_track/per_track.js +32 -0
- package/dist/contracts/release_genre/deps/per_track/per_track.js.map +1 -0
- package/dist/contracts/release_genre/release_genre.d.ts +193 -0
- package/dist/contracts/release_genre/release_genre.d.ts.map +1 -0
- package/dist/contracts/release_genre/release_genre.js +207 -0
- package/dist/contracts/release_genre/release_genre.js.map +1 -0
- package/dist/contracts/release_kind/release_kind.d.ts +98 -0
- package/dist/contracts/release_kind/release_kind.d.ts.map +1 -0
- package/dist/contracts/release_kind/release_kind.js +109 -0
- package/dist/contracts/release_kind/release_kind.js.map +1 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts +54 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.js +37 -0
- package/dist/contracts/routed_stake/deps/royalty_pool/stake.js.map +1 -0
- package/dist/contracts/routed_stake/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/routed_stake/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/std/type_name.js +20 -0
- package/dist/contracts/routed_stake/deps/std/type_name.js.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/balance.d.ts +13 -0
- package/dist/contracts/routed_stake/deps/sui/balance.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/balance.js +15 -0
- package/dist/contracts/routed_stake/deps/sui/balance.js.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.js +28 -0
- package/dist/contracts/routed_stake/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/routed_stake/routed_stake.d.ts +342 -0
- package/dist/contracts/routed_stake/routed_stake.d.ts.map +1 -0
- package/dist/contracts/routed_stake/routed_stake.js +297 -0
- package/dist/contracts/routed_stake/routed_stake.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.d.ts +18 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.js +20 -0
- package/dist/contracts/royalty_pool/deps/std/type_name.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.d.ts +13 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.js +15 -0
- package/dist/contracts/royalty_pool/deps/sui/balance.js.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts +37 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.js +28 -0
- package/dist/contracts/royalty_pool/deps/sui/vec_map.js.map +1 -0
- package/dist/contracts/royalty_pool/pool.d.ts +380 -0
- package/dist/contracts/royalty_pool/pool.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/pool.js +373 -0
- package/dist/contracts/royalty_pool/pool.js.map +1 -0
- package/dist/contracts/royalty_pool/stake.d.ts +189 -0
- package/dist/contracts/royalty_pool/stake.d.ts.map +1 -0
- package/dist/contracts/royalty_pool/stake.js +183 -0
- package/dist/contracts/royalty_pool/stake.js.map +1 -0
- package/dist/contracts.d.ts +48 -3
- package/dist/contracts.d.ts.map +1 -1
- package/dist/contracts.js +54 -8
- package/dist/contracts.js.map +1 -1
- package/dist/deployments.d.ts +46 -12
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +132 -11
- package/dist/deployments.js.map +1 -1
- package/dist/events.d.ts +1067 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/events.js +120 -0
- package/dist/events.js.map +1 -0
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +0 -4
- package/dist/execute.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/numeric.d.ts +5 -0
- package/dist/numeric.d.ts.map +1 -0
- package/dist/numeric.js +21 -0
- package/dist/numeric.js.map +1 -0
- package/dist/packages.d.ts +194 -0
- package/dist/packages.d.ts.map +1 -0
- package/dist/packages.js +214 -0
- package/dist/packages.js.map +1 -0
- package/dist/parsers.d.ts +5 -1
- package/dist/parsers.d.ts.map +1 -1
- package/dist/parsers.js +18 -2
- package/dist/parsers.js.map +1 -1
- package/dist/party/client.d.ts +233 -0
- package/dist/party/client.d.ts.map +1 -0
- package/dist/party/client.js +222 -0
- package/dist/party/client.js.map +1 -0
- package/dist/party/extensions/ctas.d.ts +19 -0
- package/dist/party/extensions/ctas.d.ts.map +1 -0
- package/dist/party/extensions/ctas.js +25 -0
- package/dist/party/extensions/ctas.js.map +1 -0
- package/dist/party/extensions/genres.d.ts +27 -0
- package/dist/party/extensions/genres.d.ts.map +1 -0
- package/dist/party/extensions/genres.js +31 -0
- package/dist/party/extensions/genres.js.map +1 -0
- package/dist/party/extensions/links.d.ts +65 -0
- package/dist/party/extensions/links.d.ts.map +1 -0
- package/dist/party/extensions/links.js +117 -0
- package/dist/party/extensions/links.js.map +1 -0
- package/dist/party/extensions/media.d.ts +36 -0
- package/dist/party/extensions/media.d.ts.map +1 -0
- package/dist/party/extensions/media.js +45 -0
- package/dist/party/extensions/media.js.map +1 -0
- package/dist/party/extensions/profile.d.ts +24 -0
- package/dist/party/extensions/profile.d.ts.map +1 -0
- package/dist/party/extensions/profile.js +48 -0
- package/dist/party/extensions/profile.js.map +1 -0
- package/dist/party/extensions/roles.d.ts +37 -0
- package/dist/party/extensions/roles.d.ts.map +1 -0
- package/dist/party/extensions/roles.js +46 -0
- package/dist/party/extensions/roles.js.map +1 -0
- package/dist/party/extensions/tags.d.ts +25 -0
- package/dist/party/extensions/tags.d.ts.map +1 -0
- package/dist/party/extensions/tags.js +25 -0
- package/dist/party/extensions/tags.js.map +1 -0
- package/dist/party/index.d.ts +12 -0
- package/dist/party/index.d.ts.map +1 -0
- package/dist/party/index.js +14 -0
- package/dist/party/index.js.map +1 -0
- package/dist/party/internal.d.ts +15 -0
- package/dist/party/internal.d.ts.map +1 -0
- package/dist/party/internal.js +103 -0
- package/dist/party/internal.js.map +1 -0
- package/dist/party/queries.d.ts +38 -0
- package/dist/party/queries.d.ts.map +1 -0
- package/dist/party/queries.js +232 -0
- package/dist/party/queries.js.map +1 -0
- package/dist/party/transactions.d.ts +74 -0
- package/dist/party/transactions.d.ts.map +1 -0
- package/dist/party/transactions.js +85 -0
- package/dist/party/transactions.js.map +1 -0
- package/dist/party/types.d.ts +54 -0
- package/dist/party/types.d.ts.map +1 -0
- package/dist/party/types.js +4 -0
- package/dist/party/types.js.map +1 -0
- package/dist/queries.d.ts +92 -0
- package/dist/queries.d.ts.map +1 -1
- package/dist/queries.js +132 -23
- package/dist/queries.js.map +1 -1
- package/dist/transactions.d.ts +96 -3
- package/dist/transactions.d.ts.map +1 -1
- package/dist/transactions.js +123 -11
- package/dist/transactions.js.map +1 -1
- package/dist/types.d.ts +18 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/view.d.ts +6 -5
- package/dist/view.d.ts.map +1 -1
- package/dist/view.js +8 -2
- package/dist/view.js.map +1 -1
- package/package.json +18 -4
- package/src/client.ts +73 -23
- package/src/contracts/composition_credits/composition_credits.ts +169 -0
- package/src/contracts/composition_credits/composition_party_role.ts +189 -0
- package/src/contracts/composition_credits/deps/miso_credit/credit.ts +27 -0
- package/src/contracts/composition_credits/deps/sui/vec_map.ts +33 -0
- package/src/contracts/miso/composition.ts +8 -35
- package/src/contracts/miso/deps/bps/bps.ts +3 -3
- package/src/contracts/miso/recording.ts +10 -38
- package/src/contracts/miso/release.ts +99 -86
- package/src/contracts/miso/track.ts +5 -5
- package/src/contracts/miso_party/deps/sui/vec_set.ts +21 -0
- package/src/contracts/miso_party/party.ts +797 -0
- package/src/contracts/party_cta/party_cta.ts +212 -0
- package/src/contracts/party_genre/party_genre.ts +199 -0
- package/src/contracts/party_media/party_media.ts +141 -0
- package/src/contracts/party_music/party_music.ts +405 -0
- package/src/contracts/party_platform_link/party_platform_link.ts +148 -0
- package/src/contracts/party_pro_link/party_pro_link.ts +453 -0
- package/src/contracts/party_profile/deps/country_code/country_code.ts +19 -0
- package/src/contracts/party_profile/deps/language_code/language_code.ts +7 -0
- package/src/contracts/party_profile/party_profile.ts +239 -0
- package/src/contracts/party_roles/party_roles.ts +363 -0
- package/src/contracts/party_social/party_social.ts +502 -0
- package/src/contracts/party_tags/party_tags.ts +198 -0
- package/src/contracts/recording_advisory/recording_advisory.ts +315 -0
- package/src/contracts/recording_credits/deps/miso_credit/credit.ts +27 -0
- package/src/contracts/recording_credits/deps/sui/vec_map.ts +33 -0
- package/src/contracts/recording_credits/deps/sui/vec_set.ts +21 -0
- package/src/contracts/recording_credits/recording_credits.ts +458 -0
- package/src/contracts/recording_credits/recording_party_role.ts +1041 -0
- package/src/contracts/recording_language/deps/language_code/language_code.ts +7 -0
- package/src/contracts/recording_language/recording_language.ts +237 -0
- package/src/contracts/recording_master_reference/deps/ori/walrus_data.ts +36 -0
- package/src/contracts/recording_master_reference/recording_master_reference.ts +181 -0
- package/src/contracts/recording_preview/deps/ori/walrus_data.ts +36 -0
- package/src/contracts/recording_preview/recording_preview.ts +154 -0
- package/src/contracts/release_cover_art/deps/0x340057f2174fb59e4626742dd2b46c662237837b6187450cb59e4976ce7eac78/walrus_data.ts +36 -0
- package/src/contracts/release_cover_art/deps/cover_art/cover_art.ts +23 -0
- package/src/contracts/release_cover_art/deps/per_track/per_track.ts +36 -0
- package/src/contracts/release_cover_art/release_cover_art.ts +251 -0
- package/src/contracts/release_credits/deps/miso_credit/credit.ts +27 -0
- package/src/contracts/release_credits/deps/sui/vec_map.ts +33 -0
- package/src/contracts/release_credits/release_credits.ts +156 -0
- package/src/contracts/release_credits/release_party_role.ts +87 -0
- package/src/contracts/release_description/release_description.ts +167 -0
- package/src/contracts/release_dsp_link/release_dsp_link.ts +813 -0
- package/src/contracts/release_genre/deps/per_track/per_track.ts +36 -0
- package/src/contracts/release_genre/release_genre.ts +314 -0
- package/src/contracts/release_kind/release_kind.ts +153 -0
- package/src/contracts/routed_stake/deps/royalty_pool/stake.ts +39 -0
- package/src/contracts/routed_stake/deps/std/type_name.ts +22 -0
- package/src/contracts/routed_stake/deps/sui/balance.ts +17 -0
- package/src/contracts/routed_stake/deps/sui/vec_map.ts +33 -0
- package/src/contracts/routed_stake/routed_stake.ts +481 -0
- package/src/contracts/royalty_pool/deps/std/type_name.ts +22 -0
- package/src/contracts/royalty_pool/deps/sui/balance.ts +17 -0
- package/src/contracts/royalty_pool/deps/sui/vec_map.ts +33 -0
- package/src/contracts/royalty_pool/pool.ts +586 -0
- package/src/contracts/royalty_pool/stake.ts +291 -0
- package/src/contracts.ts +72 -6
- package/src/deployments.ts +175 -22
- package/src/events.ts +125 -0
- package/src/execute.ts +0 -4
- package/src/index.ts +8 -3
- package/src/internal.ts +0 -4
- package/src/numeric.ts +25 -0
- package/src/packages.ts +283 -0
- package/src/parsers.ts +32 -2
- package/src/party/client.ts +283 -0
- package/src/party/extensions/ctas.ts +46 -0
- package/src/party/extensions/genres.ts +62 -0
- package/src/party/extensions/links.ts +185 -0
- package/src/party/extensions/media.ts +72 -0
- package/src/party/extensions/profile.ts +81 -0
- package/src/party/extensions/roles.ts +94 -0
- package/src/party/extensions/tags.ts +54 -0
- package/src/party/index.ts +14 -0
- package/src/party/internal.ts +119 -0
- package/src/party/queries.ts +303 -0
- package/src/party/transactions.ts +167 -0
- package/src/party/types.ts +95 -0
- package/src/queries.ts +227 -25
- package/src/transactions.ts +254 -12
- package/src/types.ts +20 -0
- package/src/view.ts +12 -6
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
/**************************************************************
|
|
2
|
+
* THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED *
|
|
3
|
+
**************************************************************/
|
|
4
|
+
/**
|
|
5
|
+
* Artist-type roles for a party — what kind of act this is (artist, producer, DJ,
|
|
6
|
+
* band, label, …). A party can hold several.
|
|
7
|
+
*
|
|
8
|
+
* `ArtistRole` is a closed enum with a `Custom` escape hatch, mirroring
|
|
9
|
+
* `composition_party_role`: canonical variants give the frontend a fixed,
|
|
10
|
+
* typo-free set to render icons for, while `Custom(name)` covers anything else.
|
|
11
|
+
* The set mechanics — storage, duplicate and capacity checks, field reclamation —
|
|
12
|
+
* live in the shared `typed_set` primitive; this package keeps the role type, name
|
|
13
|
+
* validation, the capacity, and the typed events. Duplicate / not-present /
|
|
14
|
+
* over-max aborts come from `typed_set` with its own error codes. Gated by the
|
|
15
|
+
* `PartyAdminCap`; views are permissionless.
|
|
16
|
+
*/
|
|
17
|
+
import { MoveTuple, MoveStruct, MoveEnum, normalizeMoveArguments } from "../utils/index.js";
|
|
18
|
+
import { bcs } from '@mysten/sui/bcs';
|
|
19
|
+
import {} from '@mysten/sui/transactions';
|
|
20
|
+
const $moduleName = '@local-pkg/party_roles::party_roles';
|
|
21
|
+
export const RolesKey = new MoveTuple({ name: `${$moduleName}::RolesKey`, fields: [bcs.bool()] });
|
|
22
|
+
export const RoleAddedEvent = new MoveStruct({ name: `${$moduleName}::RoleAddedEvent`, fields: {
|
|
23
|
+
party_id: bcs.Address,
|
|
24
|
+
role: bcs.string()
|
|
25
|
+
} });
|
|
26
|
+
export const RoleRemovedEvent = new MoveStruct({ name: `${$moduleName}::RoleRemovedEvent`, fields: {
|
|
27
|
+
party_id: bcs.Address,
|
|
28
|
+
role: bcs.string()
|
|
29
|
+
} });
|
|
30
|
+
export const RolesClearedEvent = new MoveStruct({ name: `${$moduleName}::RolesClearedEvent`, fields: {
|
|
31
|
+
party_id: bcs.Address
|
|
32
|
+
} });
|
|
33
|
+
/** The kind of act a party represents. Closed enum + `Custom` escape hatch. */
|
|
34
|
+
export const ArtistRole = new MoveEnum({ name: `${$moduleName}::ArtistRole`, fields: {
|
|
35
|
+
Artist: null,
|
|
36
|
+
Producer: null,
|
|
37
|
+
Dj: null,
|
|
38
|
+
Composer: null,
|
|
39
|
+
Songwriter: null,
|
|
40
|
+
Band: null,
|
|
41
|
+
Label: null,
|
|
42
|
+
Collective: null,
|
|
43
|
+
/**
|
|
44
|
+
* A user-defined role not covered by a canonical variant (validated). Prefer a
|
|
45
|
+
* canonical variant when one fits.
|
|
46
|
+
*/
|
|
47
|
+
Custom: bcs.string()
|
|
48
|
+
} });
|
|
49
|
+
export function artist(options = {}) {
|
|
50
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
51
|
+
return (tx) => tx.moveCall({
|
|
52
|
+
package: packageAddress,
|
|
53
|
+
module: 'party_roles',
|
|
54
|
+
function: 'artist',
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export function producer(options = {}) {
|
|
58
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
59
|
+
return (tx) => tx.moveCall({
|
|
60
|
+
package: packageAddress,
|
|
61
|
+
module: 'party_roles',
|
|
62
|
+
function: 'producer',
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
export function dj(options = {}) {
|
|
66
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
67
|
+
return (tx) => tx.moveCall({
|
|
68
|
+
package: packageAddress,
|
|
69
|
+
module: 'party_roles',
|
|
70
|
+
function: 'dj',
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function composer(options = {}) {
|
|
74
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
75
|
+
return (tx) => tx.moveCall({
|
|
76
|
+
package: packageAddress,
|
|
77
|
+
module: 'party_roles',
|
|
78
|
+
function: 'composer',
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
export function songwriter(options = {}) {
|
|
82
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
83
|
+
return (tx) => tx.moveCall({
|
|
84
|
+
package: packageAddress,
|
|
85
|
+
module: 'party_roles',
|
|
86
|
+
function: 'songwriter',
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
export function band(options = {}) {
|
|
90
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
91
|
+
return (tx) => tx.moveCall({
|
|
92
|
+
package: packageAddress,
|
|
93
|
+
module: 'party_roles',
|
|
94
|
+
function: 'band',
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
export function label(options = {}) {
|
|
98
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
99
|
+
return (tx) => tx.moveCall({
|
|
100
|
+
package: packageAddress,
|
|
101
|
+
module: 'party_roles',
|
|
102
|
+
function: 'label',
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
export function collective(options = {}) {
|
|
106
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
107
|
+
return (tx) => tx.moveCall({
|
|
108
|
+
package: packageAddress,
|
|
109
|
+
module: 'party_roles',
|
|
110
|
+
function: 'collective',
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
/** Builds a custom role. Aborts if empty or too long. */
|
|
114
|
+
export function custom(options) {
|
|
115
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
116
|
+
const argumentsTypes = [
|
|
117
|
+
'0x1::string::String'
|
|
118
|
+
];
|
|
119
|
+
const parameterNames = ["name"];
|
|
120
|
+
return (tx) => tx.moveCall({
|
|
121
|
+
package: packageAddress,
|
|
122
|
+
module: 'party_roles',
|
|
123
|
+
function: 'custom',
|
|
124
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
/** The canonical name of a role (its own string for `Custom`). */
|
|
128
|
+
export function roleName(options) {
|
|
129
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
130
|
+
const argumentsTypes = [
|
|
131
|
+
null
|
|
132
|
+
];
|
|
133
|
+
const parameterNames = ["self"];
|
|
134
|
+
return (tx) => tx.moveCall({
|
|
135
|
+
package: packageAddress,
|
|
136
|
+
module: 'party_roles',
|
|
137
|
+
function: 'role_name',
|
|
138
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Adds a role to the party. Aborts in `typed_set` if already held or the max is
|
|
143
|
+
* reached.
|
|
144
|
+
*/
|
|
145
|
+
export function addRole(options) {
|
|
146
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
147
|
+
const argumentsTypes = [
|
|
148
|
+
null,
|
|
149
|
+
null,
|
|
150
|
+
null
|
|
151
|
+
];
|
|
152
|
+
const parameterNames = ["self", "cap", "role"];
|
|
153
|
+
return (tx) => tx.moveCall({
|
|
154
|
+
package: packageAddress,
|
|
155
|
+
module: 'party_roles',
|
|
156
|
+
function: 'add_role',
|
|
157
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Removes a role from the party. Aborts in `typed_set` if not held. The whole
|
|
162
|
+
* field is dropped when the last role leaves.
|
|
163
|
+
*/
|
|
164
|
+
export function removeRole(options) {
|
|
165
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
166
|
+
const argumentsTypes = [
|
|
167
|
+
null,
|
|
168
|
+
null,
|
|
169
|
+
null
|
|
170
|
+
];
|
|
171
|
+
const parameterNames = ["self", "cap", "role"];
|
|
172
|
+
return (tx) => tx.moveCall({
|
|
173
|
+
package: packageAddress,
|
|
174
|
+
module: 'party_roles',
|
|
175
|
+
function: 'remove_role',
|
|
176
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
/** Removes the party's entire role set. No-op if none is set. */
|
|
180
|
+
export function clearRoles(options) {
|
|
181
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
182
|
+
const argumentsTypes = [
|
|
183
|
+
null,
|
|
184
|
+
null
|
|
185
|
+
];
|
|
186
|
+
const parameterNames = ["self", "cap"];
|
|
187
|
+
return (tx) => tx.moveCall({
|
|
188
|
+
package: packageAddress,
|
|
189
|
+
module: 'party_roles',
|
|
190
|
+
function: 'clear_roles',
|
|
191
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
/** Whether the party holds any roles. */
|
|
195
|
+
export function hasRoles(options) {
|
|
196
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
197
|
+
const argumentsTypes = [
|
|
198
|
+
null
|
|
199
|
+
];
|
|
200
|
+
const parameterNames = ["self"];
|
|
201
|
+
return (tx) => tx.moveCall({
|
|
202
|
+
package: packageAddress,
|
|
203
|
+
module: 'party_roles',
|
|
204
|
+
function: 'has_roles',
|
|
205
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
/** Whether the party holds the given role. */
|
|
209
|
+
export function hasRole(options) {
|
|
210
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
211
|
+
const argumentsTypes = [
|
|
212
|
+
null,
|
|
213
|
+
null
|
|
214
|
+
];
|
|
215
|
+
const parameterNames = ["self", "role"];
|
|
216
|
+
return (tx) => tx.moveCall({
|
|
217
|
+
package: packageAddress,
|
|
218
|
+
module: 'party_roles',
|
|
219
|
+
function: 'has_role',
|
|
220
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
221
|
+
});
|
|
222
|
+
}
|
|
223
|
+
/** The party's roles. */
|
|
224
|
+
export function roles(options) {
|
|
225
|
+
const packageAddress = options.package ?? '@local-pkg/party_roles';
|
|
226
|
+
const argumentsTypes = [
|
|
227
|
+
null
|
|
228
|
+
];
|
|
229
|
+
const parameterNames = ["self"];
|
|
230
|
+
return (tx) => tx.moveCall({
|
|
231
|
+
package: packageAddress,
|
|
232
|
+
module: 'party_roles',
|
|
233
|
+
function: 'roles',
|
|
234
|
+
arguments: normalizeMoveArguments(options.arguments, argumentsTypes, parameterNames),
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
//# sourceMappingURL=party_roles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party_roles.js","sourceRoot":"","sources":["../../../src/contracts/party_roles/party_roles.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
/**************************************************************
|
|
2
|
+
* THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED *
|
|
3
|
+
**************************************************************/
|
|
4
|
+
/**
|
|
5
|
+
* Social-platform payloads for the `platform_link` primitive. Each network gets
|
|
6
|
+
* its own `…Data` type — a thin wrapper around the account's handle — so a party
|
|
7
|
+
* can carry one independent `PlatformLink<…Data>` per network (they never collide,
|
|
8
|
+
* and adding a network is a new type here, nothing elsewhere).
|
|
9
|
+
*
|
|
10
|
+
* Only the native handle is stored; the public profile URL is rebuilt client-side
|
|
11
|
+
* (e.g. `x.com/{handle}`, `discord.gg/{handle}`), so a platform reshaping its URLs
|
|
12
|
+
* needs no on-chain change. Validation is intentionally minimal — non-empty plus a
|
|
13
|
+
* generous max length as a storage-hygiene backstop; handle _format_ rules change
|
|
14
|
+
* over time and belong in the app layer.
|
|
15
|
+
*/
|
|
16
|
+
import { MoveStruct, type RawTransactionArgument } from '../utils/index.ts';
|
|
17
|
+
import { type Transaction, type TransactionArgument } from '@mysten/sui/transactions';
|
|
18
|
+
export declare const XData: MoveStruct<{
|
|
19
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
20
|
+
}, "@local-pkg/party_social::party_social::XData">;
|
|
21
|
+
export declare const InstagramData: MoveStruct<{
|
|
22
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
23
|
+
}, "@local-pkg/party_social::party_social::InstagramData">;
|
|
24
|
+
export declare const ThreadsData: MoveStruct<{
|
|
25
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
26
|
+
}, "@local-pkg/party_social::party_social::ThreadsData">;
|
|
27
|
+
export declare const TikTokData: MoveStruct<{
|
|
28
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
29
|
+
}, "@local-pkg/party_social::party_social::TikTokData">;
|
|
30
|
+
export declare const YouTubeData: MoveStruct<{
|
|
31
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
32
|
+
}, "@local-pkg/party_social::party_social::YouTubeData">;
|
|
33
|
+
export declare const DiscordData: MoveStruct<{
|
|
34
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
35
|
+
}, "@local-pkg/party_social::party_social::DiscordData">;
|
|
36
|
+
export declare const TelegramData: MoveStruct<{
|
|
37
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
38
|
+
}, "@local-pkg/party_social::party_social::TelegramData">;
|
|
39
|
+
export declare const RedditData: MoveStruct<{
|
|
40
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
41
|
+
}, "@local-pkg/party_social::party_social::RedditData">;
|
|
42
|
+
export declare const TwitchData: MoveStruct<{
|
|
43
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
44
|
+
}, "@local-pkg/party_social::party_social::TwitchData">;
|
|
45
|
+
export declare const FacebookData: MoveStruct<{
|
|
46
|
+
handle: import("@mysten/sui/bcs").BcsType<string, string, "string">;
|
|
47
|
+
}, "@local-pkg/party_social::party_social::FacebookData">;
|
|
48
|
+
export interface XArguments {
|
|
49
|
+
handle: RawTransactionArgument<string>;
|
|
50
|
+
}
|
|
51
|
+
export interface XOptions {
|
|
52
|
+
package?: string;
|
|
53
|
+
arguments: XArguments | [
|
|
54
|
+
handle: RawTransactionArgument<string>
|
|
55
|
+
];
|
|
56
|
+
}
|
|
57
|
+
/** Builds an X link from a handle. Aborts if empty. */
|
|
58
|
+
export declare function x(options: XOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
59
|
+
export interface InstagramArguments {
|
|
60
|
+
handle: RawTransactionArgument<string>;
|
|
61
|
+
}
|
|
62
|
+
export interface InstagramOptions {
|
|
63
|
+
package?: string;
|
|
64
|
+
arguments: InstagramArguments | [
|
|
65
|
+
handle: RawTransactionArgument<string>
|
|
66
|
+
];
|
|
67
|
+
}
|
|
68
|
+
/** Builds an Instagram link from a handle. Aborts if empty. */
|
|
69
|
+
export declare function instagram(options: InstagramOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
70
|
+
export interface ThreadsArguments {
|
|
71
|
+
handle: RawTransactionArgument<string>;
|
|
72
|
+
}
|
|
73
|
+
export interface ThreadsOptions {
|
|
74
|
+
package?: string;
|
|
75
|
+
arguments: ThreadsArguments | [
|
|
76
|
+
handle: RawTransactionArgument<string>
|
|
77
|
+
];
|
|
78
|
+
}
|
|
79
|
+
/** Builds a Threads link from a handle. Aborts if empty. */
|
|
80
|
+
export declare function threads(options: ThreadsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
81
|
+
export interface TiktokArguments {
|
|
82
|
+
handle: RawTransactionArgument<string>;
|
|
83
|
+
}
|
|
84
|
+
export interface TiktokOptions {
|
|
85
|
+
package?: string;
|
|
86
|
+
arguments: TiktokArguments | [
|
|
87
|
+
handle: RawTransactionArgument<string>
|
|
88
|
+
];
|
|
89
|
+
}
|
|
90
|
+
/** Builds a TikTok link from a handle. Aborts if empty. */
|
|
91
|
+
export declare function tiktok(options: TiktokOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
92
|
+
export interface YoutubeArguments {
|
|
93
|
+
handle: RawTransactionArgument<string>;
|
|
94
|
+
}
|
|
95
|
+
export interface YoutubeOptions {
|
|
96
|
+
package?: string;
|
|
97
|
+
arguments: YoutubeArguments | [
|
|
98
|
+
handle: RawTransactionArgument<string>
|
|
99
|
+
];
|
|
100
|
+
}
|
|
101
|
+
/** Builds a YouTube link from a handle or channel identifier. Aborts if empty. */
|
|
102
|
+
export declare function youtube(options: YoutubeOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
103
|
+
export interface DiscordArguments {
|
|
104
|
+
handle: RawTransactionArgument<string>;
|
|
105
|
+
}
|
|
106
|
+
export interface DiscordOptions {
|
|
107
|
+
package?: string;
|
|
108
|
+
arguments: DiscordArguments | [
|
|
109
|
+
handle: RawTransactionArgument<string>
|
|
110
|
+
];
|
|
111
|
+
}
|
|
112
|
+
/** Builds a Discord link from a server-invite code. Aborts if empty. */
|
|
113
|
+
export declare function discord(options: DiscordOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
114
|
+
export interface TelegramArguments {
|
|
115
|
+
handle: RawTransactionArgument<string>;
|
|
116
|
+
}
|
|
117
|
+
export interface TelegramOptions {
|
|
118
|
+
package?: string;
|
|
119
|
+
arguments: TelegramArguments | [
|
|
120
|
+
handle: RawTransactionArgument<string>
|
|
121
|
+
];
|
|
122
|
+
}
|
|
123
|
+
/** Builds a Telegram link from a username or channel. Aborts if empty. */
|
|
124
|
+
export declare function telegram(options: TelegramOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
125
|
+
export interface RedditArguments {
|
|
126
|
+
handle: RawTransactionArgument<string>;
|
|
127
|
+
}
|
|
128
|
+
export interface RedditOptions {
|
|
129
|
+
package?: string;
|
|
130
|
+
arguments: RedditArguments | [
|
|
131
|
+
handle: RawTransactionArgument<string>
|
|
132
|
+
];
|
|
133
|
+
}
|
|
134
|
+
/** Builds a Reddit link from a username. Aborts if empty. */
|
|
135
|
+
export declare function reddit(options: RedditOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
136
|
+
export interface TwitchArguments {
|
|
137
|
+
handle: RawTransactionArgument<string>;
|
|
138
|
+
}
|
|
139
|
+
export interface TwitchOptions {
|
|
140
|
+
package?: string;
|
|
141
|
+
arguments: TwitchArguments | [
|
|
142
|
+
handle: RawTransactionArgument<string>
|
|
143
|
+
];
|
|
144
|
+
}
|
|
145
|
+
/** Builds a Twitch link from a channel name. Aborts if empty. */
|
|
146
|
+
export declare function twitch(options: TwitchOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
147
|
+
export interface FacebookArguments {
|
|
148
|
+
handle: RawTransactionArgument<string>;
|
|
149
|
+
}
|
|
150
|
+
export interface FacebookOptions {
|
|
151
|
+
package?: string;
|
|
152
|
+
arguments: FacebookArguments | [
|
|
153
|
+
handle: RawTransactionArgument<string>
|
|
154
|
+
];
|
|
155
|
+
}
|
|
156
|
+
/** Builds a Facebook link from a page username or id. Aborts if empty. */
|
|
157
|
+
export declare function facebook(options: FacebookOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
158
|
+
export interface XHandleArguments {
|
|
159
|
+
self: TransactionArgument;
|
|
160
|
+
}
|
|
161
|
+
export interface XHandleOptions {
|
|
162
|
+
package?: string;
|
|
163
|
+
arguments: XHandleArguments | [
|
|
164
|
+
self: TransactionArgument
|
|
165
|
+
];
|
|
166
|
+
}
|
|
167
|
+
export declare function xHandle(options: XHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
168
|
+
export interface InstagramHandleArguments {
|
|
169
|
+
self: TransactionArgument;
|
|
170
|
+
}
|
|
171
|
+
export interface InstagramHandleOptions {
|
|
172
|
+
package?: string;
|
|
173
|
+
arguments: InstagramHandleArguments | [
|
|
174
|
+
self: TransactionArgument
|
|
175
|
+
];
|
|
176
|
+
}
|
|
177
|
+
export declare function instagramHandle(options: InstagramHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
178
|
+
export interface ThreadsHandleArguments {
|
|
179
|
+
self: TransactionArgument;
|
|
180
|
+
}
|
|
181
|
+
export interface ThreadsHandleOptions {
|
|
182
|
+
package?: string;
|
|
183
|
+
arguments: ThreadsHandleArguments | [
|
|
184
|
+
self: TransactionArgument
|
|
185
|
+
];
|
|
186
|
+
}
|
|
187
|
+
export declare function threadsHandle(options: ThreadsHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
188
|
+
export interface TiktokHandleArguments {
|
|
189
|
+
self: TransactionArgument;
|
|
190
|
+
}
|
|
191
|
+
export interface TiktokHandleOptions {
|
|
192
|
+
package?: string;
|
|
193
|
+
arguments: TiktokHandleArguments | [
|
|
194
|
+
self: TransactionArgument
|
|
195
|
+
];
|
|
196
|
+
}
|
|
197
|
+
export declare function tiktokHandle(options: TiktokHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
198
|
+
export interface YoutubeHandleArguments {
|
|
199
|
+
self: TransactionArgument;
|
|
200
|
+
}
|
|
201
|
+
export interface YoutubeHandleOptions {
|
|
202
|
+
package?: string;
|
|
203
|
+
arguments: YoutubeHandleArguments | [
|
|
204
|
+
self: TransactionArgument
|
|
205
|
+
];
|
|
206
|
+
}
|
|
207
|
+
export declare function youtubeHandle(options: YoutubeHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
208
|
+
export interface DiscordHandleArguments {
|
|
209
|
+
self: TransactionArgument;
|
|
210
|
+
}
|
|
211
|
+
export interface DiscordHandleOptions {
|
|
212
|
+
package?: string;
|
|
213
|
+
arguments: DiscordHandleArguments | [
|
|
214
|
+
self: TransactionArgument
|
|
215
|
+
];
|
|
216
|
+
}
|
|
217
|
+
export declare function discordHandle(options: DiscordHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
218
|
+
export interface TelegramHandleArguments {
|
|
219
|
+
self: TransactionArgument;
|
|
220
|
+
}
|
|
221
|
+
export interface TelegramHandleOptions {
|
|
222
|
+
package?: string;
|
|
223
|
+
arguments: TelegramHandleArguments | [
|
|
224
|
+
self: TransactionArgument
|
|
225
|
+
];
|
|
226
|
+
}
|
|
227
|
+
export declare function telegramHandle(options: TelegramHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
228
|
+
export interface RedditHandleArguments {
|
|
229
|
+
self: TransactionArgument;
|
|
230
|
+
}
|
|
231
|
+
export interface RedditHandleOptions {
|
|
232
|
+
package?: string;
|
|
233
|
+
arguments: RedditHandleArguments | [
|
|
234
|
+
self: TransactionArgument
|
|
235
|
+
];
|
|
236
|
+
}
|
|
237
|
+
export declare function redditHandle(options: RedditHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
238
|
+
export interface TwitchHandleArguments {
|
|
239
|
+
self: TransactionArgument;
|
|
240
|
+
}
|
|
241
|
+
export interface TwitchHandleOptions {
|
|
242
|
+
package?: string;
|
|
243
|
+
arguments: TwitchHandleArguments | [
|
|
244
|
+
self: TransactionArgument
|
|
245
|
+
];
|
|
246
|
+
}
|
|
247
|
+
export declare function twitchHandle(options: TwitchHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
248
|
+
export interface FacebookHandleArguments {
|
|
249
|
+
self: TransactionArgument;
|
|
250
|
+
}
|
|
251
|
+
export interface FacebookHandleOptions {
|
|
252
|
+
package?: string;
|
|
253
|
+
arguments: FacebookHandleArguments | [
|
|
254
|
+
self: TransactionArgument
|
|
255
|
+
];
|
|
256
|
+
}
|
|
257
|
+
export declare function facebookHandle(options: FacebookHandleOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
258
|
+
//# sourceMappingURL=party_social.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party_social.d.ts","sourceRoot":"","sources":["../../../src/contracts/party_social/party_social.ts"],"names":[],"mappings":"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"}
|