@medialane/sdk 0.58.0 → 0.60.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 +27 -13
- package/dist/evm/index.cjs +361 -0
- package/dist/evm/index.cjs.map +1 -0
- package/dist/evm/index.d.cts +613 -0
- package/dist/evm/index.d.ts +613 -0
- package/dist/evm/index.js +350 -0
- package/dist/evm/index.js.map +1 -0
- package/dist/index-DfgwOqxs.d.ts +10387 -0
- package/dist/index-Dgw8Wl8U.d.cts +10387 -0
- package/dist/index.cjs +11633 -10545
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +67 -9634
- package/dist/index.d.ts +67 -9634
- package/dist/index.js +11587 -10523
- package/dist/index.js.map +1 -1
- package/dist/solana/index.cjs +257 -0
- package/dist/solana/index.cjs.map +1 -0
- package/dist/solana/index.d.cts +62 -0
- package/dist/solana/index.d.ts +62 -0
- package/dist/solana/index.js +245 -0
- package/dist/solana/index.js.map +1 -0
- package/dist/starknet/index.cjs +13354 -0
- package/dist/starknet/index.cjs.map +1 -0
- package/dist/starknet/index.d.cts +4 -0
- package/dist/starknet/index.d.ts +4 -0
- package/dist/starknet/index.js +13283 -0
- package/dist/starknet/index.js.map +1 -0
- package/dist/stellar/index.cjs +169 -0
- package/dist/stellar/index.cjs.map +1 -0
- package/dist/stellar/index.d.cts +49 -0
- package/dist/stellar/index.d.ts +49 -0
- package/dist/stellar/index.js +166 -0
- package/dist/stellar/index.js.map +1 -0
- package/dist/types-Bx3ax9lW.d.cts +196 -0
- package/dist/types-Bx3ax9lW.d.ts +196 -0
- package/package.json +44 -4
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { A as ADMIN_HEADERS, b as ADMIN_SCOPE, d as AddSupplyParams, e as AdminGrant, f as AdminRequest, g as AdminRequestSig, h as AdminSession, i as AdminSessionTypedDataInput, af as BatchMintEditionParams, ag as BuildFeeCallParams, ah as COIN_MAX_SUPPLY, ai as COIN_MIN_SUPPLY, aq as ClubService, aA as CreateCreatorCoinParams, aC as CreateGrantOpts, aM as CreatorCoinFactoryABI, aN as CreatorCoinPrice, aO as CreatorCoinReceiptLike, aP as CreatorCoinService, aR as DeployCollectionParams, aS as DropCollectionABI, aT as DropFactoryABI, aV as DropService, aW as ERC1155CollectionService, aX as EkuboLaunchParams, aY as EkuboPoolParams, b0 as FeeSurface, b4 as IPClubABI, b5 as IPClubCollectionABI, b6 as IPClubFactoryABI, b7 as IPClubNFTABI, b8 as IPCollection1155ABI, b9 as IPCollection1155FactoryABI, ba as IPCollectionABI, bb as IPGenesisABI, bc as IPMarketplaceABI, bd as IPNftABI, be as IPSponsorshipABI, bf as IPSponsorshipLicenseABI, bg as IPTicketCollectionABI, bh as IPTicketCollectionFactoryABI, bo as LAUNCH_PRICE_QUOTE_PER_COIN, bs as MarketplaceModule, bt as Medialane1155ABI, bu as Medialane1155Module, bw as MedialaneClient, by as MedialaneError, bA as MintEditionParams, bJ as POPCollectionABI, bK as POPFactoryABI, bL as ParsedAdminHeaders, bP as PopService, bR as RequestSiwsTokenArgs, bU as ResolvedOrder, bX as SiwsSigner, bZ as SponsorshipService, b_ as StarknetVenue, b$ as StarknetVenueDeps, c0 as StarknetVenueSigner, c2 as TicketService, c4 as VALIDATED_EKUBO_PARAMS, c7 as adminRequestDigest, c8 as build1155CancellationTypedData, c9 as build1155OrderTypedData, ca as buildAdminSessionTypedData, cb as buildCancellationTypedData, cc as buildCreateCreatorCoinCall, cd as buildFeeCall, ce as buildLaunchOnEkuboCalls, cf as buildOrderTypedData, cg as buybackQuoteRaw, ch as coinToRaw, ci as createAdminSessionGrant, cj as encodeAdminHeaders, ck as encodeByteArray, cl as fdvHuman, cm as getCreatorCoinPrice, cn as getSiwsStorageKey, co as getStoredSiwsToken, cp as isSiwsTokenValid, cq as normalizeSiwsSignature, cr as parseAdminHeaders, cs as parseCreatorCoinCreated, ct as randomNonce, cu as requestSiwsToken, cx as sessionKeyHashOf, cy as signAdminRequest, cz as storeSiwsToken, cA as teamCoinsRaw, cB as validateCoinName, cC as validateCoinSupply, cD as validateCoinSymbol, cE as verifyAdminRequestSig } from '../index-Dgw8Wl8U.cjs';
|
|
2
|
+
export { h as VenueSigner } from '../types-Bx3ax9lW.cjs';
|
|
3
|
+
import 'starknet';
|
|
4
|
+
import 'zod';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { A as ADMIN_HEADERS, b as ADMIN_SCOPE, d as AddSupplyParams, e as AdminGrant, f as AdminRequest, g as AdminRequestSig, h as AdminSession, i as AdminSessionTypedDataInput, af as BatchMintEditionParams, ag as BuildFeeCallParams, ah as COIN_MAX_SUPPLY, ai as COIN_MIN_SUPPLY, aq as ClubService, aA as CreateCreatorCoinParams, aC as CreateGrantOpts, aM as CreatorCoinFactoryABI, aN as CreatorCoinPrice, aO as CreatorCoinReceiptLike, aP as CreatorCoinService, aR as DeployCollectionParams, aS as DropCollectionABI, aT as DropFactoryABI, aV as DropService, aW as ERC1155CollectionService, aX as EkuboLaunchParams, aY as EkuboPoolParams, b0 as FeeSurface, b4 as IPClubABI, b5 as IPClubCollectionABI, b6 as IPClubFactoryABI, b7 as IPClubNFTABI, b8 as IPCollection1155ABI, b9 as IPCollection1155FactoryABI, ba as IPCollectionABI, bb as IPGenesisABI, bc as IPMarketplaceABI, bd as IPNftABI, be as IPSponsorshipABI, bf as IPSponsorshipLicenseABI, bg as IPTicketCollectionABI, bh as IPTicketCollectionFactoryABI, bo as LAUNCH_PRICE_QUOTE_PER_COIN, bs as MarketplaceModule, bt as Medialane1155ABI, bu as Medialane1155Module, bw as MedialaneClient, by as MedialaneError, bA as MintEditionParams, bJ as POPCollectionABI, bK as POPFactoryABI, bL as ParsedAdminHeaders, bP as PopService, bR as RequestSiwsTokenArgs, bU as ResolvedOrder, bX as SiwsSigner, bZ as SponsorshipService, b_ as StarknetVenue, b$ as StarknetVenueDeps, c0 as StarknetVenueSigner, c2 as TicketService, c4 as VALIDATED_EKUBO_PARAMS, c7 as adminRequestDigest, c8 as build1155CancellationTypedData, c9 as build1155OrderTypedData, ca as buildAdminSessionTypedData, cb as buildCancellationTypedData, cc as buildCreateCreatorCoinCall, cd as buildFeeCall, ce as buildLaunchOnEkuboCalls, cf as buildOrderTypedData, cg as buybackQuoteRaw, ch as coinToRaw, ci as createAdminSessionGrant, cj as encodeAdminHeaders, ck as encodeByteArray, cl as fdvHuman, cm as getCreatorCoinPrice, cn as getSiwsStorageKey, co as getStoredSiwsToken, cp as isSiwsTokenValid, cq as normalizeSiwsSignature, cr as parseAdminHeaders, cs as parseCreatorCoinCreated, ct as randomNonce, cu as requestSiwsToken, cx as sessionKeyHashOf, cy as signAdminRequest, cz as storeSiwsToken, cA as teamCoinsRaw, cB as validateCoinName, cC as validateCoinSupply, cD as validateCoinSymbol, cE as verifyAdminRequestSig } from '../index-DfgwOqxs.js';
|
|
2
|
+
export { h as VenueSigner } from '../types-Bx3ax9lW.js';
|
|
3
|
+
import 'starknet';
|
|
4
|
+
import 'zod';
|