@medialane/sdk 0.94.0 → 0.96.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/dist/index.cjs +15 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/dist/{services-DTkc0lLx.d.ts → services-CRrl4KPp.d.ts} +16 -1
- package/dist/{services-D3M9dJZg.d.cts → services-DoPHyfG_.d.cts} +16 -1
- package/dist/starknet/index.cjs +17 -52
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +3 -16
- package/dist/starknet/index.d.ts +3 -16
- package/dist/starknet/index.js +18 -52
- package/dist/starknet/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig } from '../services-DoPHyfG_.cjs';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-nPIXtCF5.cjs';
|
|
4
4
|
import 'zod';
|
|
@@ -162,18 +162,6 @@ interface EkuboLaunchParams {
|
|
|
162
162
|
}
|
|
163
163
|
declare const VALIDATED_EKUBO_PARAMS: EkuboPoolParams;
|
|
164
164
|
declare function priceToEkuboParams(quoteDecimals: number, price?: number): EkuboPoolParams;
|
|
165
|
-
interface CreatorCoinPrice {
|
|
166
|
-
quotePerCoin: number;
|
|
167
|
-
quoteToken: string;
|
|
168
|
-
quoteSymbol: string | null;
|
|
169
|
-
quoteDecimals: number;
|
|
170
|
-
}
|
|
171
|
-
type CreatorCoinMarket = {
|
|
172
|
-
status: "live";
|
|
173
|
-
price: CreatorCoinPrice;
|
|
174
|
-
} | {
|
|
175
|
-
status: "pre-launch";
|
|
176
|
-
};
|
|
177
165
|
declare const MAX_TEAM_ALLOCATION_PERCENT = 10;
|
|
178
166
|
declare const MAX_HOLDERS_AT_LAUNCH = 10;
|
|
179
167
|
interface CreatorCoinGuarantees {
|
|
@@ -185,7 +173,6 @@ interface CreatorCoinGuarantees {
|
|
|
185
173
|
liquidityPositionId: string | null;
|
|
186
174
|
}
|
|
187
175
|
declare function getCreatorCoinGuarantees(coinAddress: string, provider: ProviderInterface): Promise<CreatorCoinGuarantees | null>;
|
|
188
|
-
declare function getCreatorCoinMarket(coinAddress: string, provider: ProviderInterface): Promise<CreatorCoinMarket>;
|
|
189
176
|
declare function buildCreateCreatorCoinCall(params: CreateCreatorCoinParams): Call;
|
|
190
177
|
declare function buildLaunchOnEkuboCalls(params: EkuboLaunchParams): Call[];
|
|
191
178
|
interface CreatorCoinReceiptLike {
|
|
@@ -204,7 +191,7 @@ declare class CreatorCoinService {
|
|
|
204
191
|
createCreatorCoin(account: AccountInterface, params: CreateCreatorCoinParams): Promise<TxResult>;
|
|
205
192
|
launchOnEkubo(account: AccountInterface, params: EkuboLaunchParams): Promise<TxResult>;
|
|
206
193
|
isCreatorCoin(address: string, account: AccountInterface): Promise<boolean>;
|
|
207
|
-
|
|
194
|
+
getGuarantees(coinAddress: string): Promise<CreatorCoinGuarantees | null>;
|
|
208
195
|
}
|
|
209
196
|
|
|
210
197
|
interface TicketRecord {
|
|
@@ -7918,4 +7905,4 @@ declare function signWithPrivateKey(privateKeyHex: string, msgHash: string): [st
|
|
|
7918
7905
|
|
|
7919
7906
|
type StarknetVenueSigner = VenueSigner<TypedData, Call>;
|
|
7920
7907
|
|
|
7921
|
-
export { ADMIN_HEADERS, ADMIN_SCOPE, type AddSupplyParams, type AdminGrant, type AdminRequest, type AdminRequestSig, type AdminSession, type AdminSessionTypedDataInput, type BatchMintEditionParams, type BuildFeeCallParams, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClaimConditions, ClubService, type CreateCreatorCoinParams, CreateDropParams, type CreateGrantOpts, CreatePopCollectionParams, CreatorCoinFactoryABI, type CreatorCoinGuarantees, type
|
|
7908
|
+
export { ADMIN_HEADERS, ADMIN_SCOPE, type AddSupplyParams, type AdminGrant, type AdminRequest, type AdminRequestSig, type AdminSession, type AdminSessionTypedDataInput, type BatchMintEditionParams, type BuildFeeCallParams, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClaimConditions, ClubService, type CreateCreatorCoinParams, CreateDropParams, type CreateGrantOpts, CreatePopCollectionParams, CreatorCoinFactoryABI, type CreatorCoinGuarantees, type CreatorCoinReceiptLike, CreatorCoinService, type DeployCollectionParams, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, type EkuboLaunchParams, type EkuboPoolParams, type EscapeInfo, type EscapeStatusName, type EscapeTypeName, type FeeSurface, type GuardianInfo, IPClubCollectionABI, IPClubFactoryABI, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPGenesisABI, IPMarketplaceABI, IPNftABI, IPSponsorshipABI, IPTicketCollectionABI, IPTicketCollectionFactoryABI, LAUNCH_PRICE_QUOTE_PER_COIN, MAX_HOLDERS_AT_LAUNCH, MAX_TEAM_ALLOCATION_PERCENT, Medialane1155ABI, MedialaneClient, MedialaneError, type MintEditionParams, POPCollectionABI, POPFactoryABI, type ParsedAdminHeaders, PopService, type RequestSiwsTokenArgs, type ResolvedOrder, type SiwsSigner, SponsorshipService, StarknetVenue, type StarknetVenueDeps, type StarknetVenueSigner, TicketService, VALIDATED_EKUBO_PARAMS, VenueSigner, adminRequestDigest, build1155CancellationTypedData, build1155OrderTypedData, buildAdminSessionTypedData, buildCancelEscapeCall, buildCancellationTypedData, buildChangeOwnersCall, buildCompleteEscapeOwnerCall, buildCreateCreatorCoinCall, buildDeployAccountParams, buildFeeCall, buildLaunchOnEkuboCalls, buildOrderTypedData, buildSetFirstGuardianCall, buildTriggerEscapeOwnerCall, buybackQuoteRaw, toRaw as coinToRaw, computeAccountAddress, computeOwnerGuid, createAdminSessionGrant, decodeEscapeAndStatus, decodeGuardiansInfo, deriveAesKey, deriveOwnerKeyPair, encodeAdminHeaders, encodeByteArray, fdvHuman, generateStarkKeyPair, getCounter, getCounter1155, getCreatorCoinGuarantees, getEscape, getEscapeSecurityPeriod, getGuardians, getOrderDetails, getOrderDetails1155, getSiwsStorageKey, getStoredSiwsToken, isSiwsTokenValid, normalizeSiwsSignature, ownerConstructorCalldata, parseAdminHeaders, parseCreatorCoinCreated, priceToEkuboParams, randomNonce, requestSiwsToken, sealPrivateKey, sessionKeyHashOf, signAdminRequest, signWithPrivateKey, storeSiwsToken, teamCoinsRaw, toContractConditions as toDropContractConditions, unsealPrivateKey, validateName as validateCoinName, validateSupply as validateCoinSupply, validateSymbol as validateCoinSymbol, verifyAdminRequestSig };
|
package/dist/starknet/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bb as ResolvedConfig, bj as TxResult, ay as CreatePopCollectionParams, aj as ClaimConditions, au as CreateDropParams, aD as CreateTicketParams, aY as MintTicketsParams, aw as CreateMembershipParams, aX as MintMembershipsParams, aB as CreateSponsorshipOfferParams, b8 as ProposeSponsorshipParams, l as ApiClient, aV as MedialaneConfig, aW as MedialaneErrorCode, b1 as OrderDetails, R as ResolvedFeeConfig } from '../services-CRrl4KPp.js';
|
|
2
2
|
import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
|
|
3
3
|
import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-nPIXtCF5.js';
|
|
4
4
|
import 'zod';
|
|
@@ -162,18 +162,6 @@ interface EkuboLaunchParams {
|
|
|
162
162
|
}
|
|
163
163
|
declare const VALIDATED_EKUBO_PARAMS: EkuboPoolParams;
|
|
164
164
|
declare function priceToEkuboParams(quoteDecimals: number, price?: number): EkuboPoolParams;
|
|
165
|
-
interface CreatorCoinPrice {
|
|
166
|
-
quotePerCoin: number;
|
|
167
|
-
quoteToken: string;
|
|
168
|
-
quoteSymbol: string | null;
|
|
169
|
-
quoteDecimals: number;
|
|
170
|
-
}
|
|
171
|
-
type CreatorCoinMarket = {
|
|
172
|
-
status: "live";
|
|
173
|
-
price: CreatorCoinPrice;
|
|
174
|
-
} | {
|
|
175
|
-
status: "pre-launch";
|
|
176
|
-
};
|
|
177
165
|
declare const MAX_TEAM_ALLOCATION_PERCENT = 10;
|
|
178
166
|
declare const MAX_HOLDERS_AT_LAUNCH = 10;
|
|
179
167
|
interface CreatorCoinGuarantees {
|
|
@@ -185,7 +173,6 @@ interface CreatorCoinGuarantees {
|
|
|
185
173
|
liquidityPositionId: string | null;
|
|
186
174
|
}
|
|
187
175
|
declare function getCreatorCoinGuarantees(coinAddress: string, provider: ProviderInterface): Promise<CreatorCoinGuarantees | null>;
|
|
188
|
-
declare function getCreatorCoinMarket(coinAddress: string, provider: ProviderInterface): Promise<CreatorCoinMarket>;
|
|
189
176
|
declare function buildCreateCreatorCoinCall(params: CreateCreatorCoinParams): Call;
|
|
190
177
|
declare function buildLaunchOnEkuboCalls(params: EkuboLaunchParams): Call[];
|
|
191
178
|
interface CreatorCoinReceiptLike {
|
|
@@ -204,7 +191,7 @@ declare class CreatorCoinService {
|
|
|
204
191
|
createCreatorCoin(account: AccountInterface, params: CreateCreatorCoinParams): Promise<TxResult>;
|
|
205
192
|
launchOnEkubo(account: AccountInterface, params: EkuboLaunchParams): Promise<TxResult>;
|
|
206
193
|
isCreatorCoin(address: string, account: AccountInterface): Promise<boolean>;
|
|
207
|
-
|
|
194
|
+
getGuarantees(coinAddress: string): Promise<CreatorCoinGuarantees | null>;
|
|
208
195
|
}
|
|
209
196
|
|
|
210
197
|
interface TicketRecord {
|
|
@@ -7918,4 +7905,4 @@ declare function signWithPrivateKey(privateKeyHex: string, msgHash: string): [st
|
|
|
7918
7905
|
|
|
7919
7906
|
type StarknetVenueSigner = VenueSigner<TypedData, Call>;
|
|
7920
7907
|
|
|
7921
|
-
export { ADMIN_HEADERS, ADMIN_SCOPE, type AddSupplyParams, type AdminGrant, type AdminRequest, type AdminRequestSig, type AdminSession, type AdminSessionTypedDataInput, type BatchMintEditionParams, type BuildFeeCallParams, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClaimConditions, ClubService, type CreateCreatorCoinParams, CreateDropParams, type CreateGrantOpts, CreatePopCollectionParams, CreatorCoinFactoryABI, type CreatorCoinGuarantees, type
|
|
7908
|
+
export { ADMIN_HEADERS, ADMIN_SCOPE, type AddSupplyParams, type AdminGrant, type AdminRequest, type AdminRequestSig, type AdminSession, type AdminSessionTypedDataInput, type BatchMintEditionParams, type BuildFeeCallParams, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClaimConditions, ClubService, type CreateCreatorCoinParams, CreateDropParams, type CreateGrantOpts, CreatePopCollectionParams, CreatorCoinFactoryABI, type CreatorCoinGuarantees, type CreatorCoinReceiptLike, CreatorCoinService, type DeployCollectionParams, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, type EkuboLaunchParams, type EkuboPoolParams, type EscapeInfo, type EscapeStatusName, type EscapeTypeName, type FeeSurface, type GuardianInfo, IPClubCollectionABI, IPClubFactoryABI, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPGenesisABI, IPMarketplaceABI, IPNftABI, IPSponsorshipABI, IPTicketCollectionABI, IPTicketCollectionFactoryABI, LAUNCH_PRICE_QUOTE_PER_COIN, MAX_HOLDERS_AT_LAUNCH, MAX_TEAM_ALLOCATION_PERCENT, Medialane1155ABI, MedialaneClient, MedialaneError, type MintEditionParams, POPCollectionABI, POPFactoryABI, type ParsedAdminHeaders, PopService, type RequestSiwsTokenArgs, type ResolvedOrder, type SiwsSigner, SponsorshipService, StarknetVenue, type StarknetVenueDeps, type StarknetVenueSigner, TicketService, VALIDATED_EKUBO_PARAMS, VenueSigner, adminRequestDigest, build1155CancellationTypedData, build1155OrderTypedData, buildAdminSessionTypedData, buildCancelEscapeCall, buildCancellationTypedData, buildChangeOwnersCall, buildCompleteEscapeOwnerCall, buildCreateCreatorCoinCall, buildDeployAccountParams, buildFeeCall, buildLaunchOnEkuboCalls, buildOrderTypedData, buildSetFirstGuardianCall, buildTriggerEscapeOwnerCall, buybackQuoteRaw, toRaw as coinToRaw, computeAccountAddress, computeOwnerGuid, createAdminSessionGrant, decodeEscapeAndStatus, decodeGuardiansInfo, deriveAesKey, deriveOwnerKeyPair, encodeAdminHeaders, encodeByteArray, fdvHuman, generateStarkKeyPair, getCounter, getCounter1155, getCreatorCoinGuarantees, getEscape, getEscapeSecurityPeriod, getGuardians, getOrderDetails, getOrderDetails1155, getSiwsStorageKey, getStoredSiwsToken, isSiwsTokenValid, normalizeSiwsSignature, ownerConstructorCalldata, parseAdminHeaders, parseCreatorCoinCreated, priceToEkuboParams, randomNonce, requestSiwsToken, sealPrivateKey, sessionKeyHashOf, signAdminRequest, signWithPrivateKey, storeSiwsToken, teamCoinsRaw, toContractConditions as toDropContractConditions, unsealPrivateKey, validateName as validateCoinName, validateSupply as validateCoinSupply, validateSymbol as validateCoinSymbol, verifyAdminRequestSig };
|
package/dist/starknet/index.js
CHANGED
|
@@ -758,6 +758,21 @@ var ApiClient = class {
|
|
|
758
758
|
getCoin(contract) {
|
|
759
759
|
return this.get(`/v1/coins/${this.addr(contract)}`);
|
|
760
760
|
}
|
|
761
|
+
getCoinPrices() {
|
|
762
|
+
return this.get("/v1/coins/prices");
|
|
763
|
+
}
|
|
764
|
+
claimCoin(coinAddress, siwsToken) {
|
|
765
|
+
return this.request("/v1/coins/claim", {
|
|
766
|
+
method: "POST",
|
|
767
|
+
headers: { Authorization: `Bearer ${siwsToken}` },
|
|
768
|
+
body: JSON.stringify({ coinAddress })
|
|
769
|
+
});
|
|
770
|
+
}
|
|
771
|
+
getCoinClaims(status = "PENDING") {
|
|
772
|
+
return this.get(
|
|
773
|
+
`/v1/coins/claims?status=${encodeURIComponent(status)}`
|
|
774
|
+
);
|
|
775
|
+
}
|
|
761
776
|
updateCoinProfile(contract, data, siwsToken) {
|
|
762
777
|
return this.request(`/v1/coins/${this.addr(contract)}`, {
|
|
763
778
|
method: "PATCH",
|
|
@@ -10250,25 +10265,6 @@ var ERC1155CollectionService = class {
|
|
|
10250
10265
|
}
|
|
10251
10266
|
};
|
|
10252
10267
|
|
|
10253
|
-
// src/utils/token.ts
|
|
10254
|
-
function getTokenByAddress(address) {
|
|
10255
|
-
let target = null;
|
|
10256
|
-
try {
|
|
10257
|
-
target = BigInt(address);
|
|
10258
|
-
} catch {
|
|
10259
|
-
target = null;
|
|
10260
|
-
}
|
|
10261
|
-
return SUPPORTED_TOKENS.find((t) => {
|
|
10262
|
-
if (target !== null) {
|
|
10263
|
-
try {
|
|
10264
|
-
return BigInt(t.address) === target;
|
|
10265
|
-
} catch {
|
|
10266
|
-
}
|
|
10267
|
-
}
|
|
10268
|
-
return t.address.toLowerCase() === address.toLowerCase();
|
|
10269
|
-
});
|
|
10270
|
-
}
|
|
10271
|
-
|
|
10272
10268
|
// src/starknet/services/coinLaunchMath.ts
|
|
10273
10269
|
var COIN_DECIMALS = 18;
|
|
10274
10270
|
var LAUNCH_PRICE_QUOTE_PER_COIN = 0.01;
|
|
@@ -10363,36 +10359,6 @@ async function getCreatorCoinGuarantees(coinAddress, provider) {
|
|
|
10363
10359
|
};
|
|
10364
10360
|
}
|
|
10365
10361
|
var COIN_DECIMALS2 = 18;
|
|
10366
|
-
async function getCreatorCoinMarket(coinAddress, provider) {
|
|
10367
|
-
const r = await provider.callContract({
|
|
10368
|
-
contractAddress: coinAddress,
|
|
10369
|
-
entrypoint: "launched_with_liquidity_parameters",
|
|
10370
|
-
calldata: []
|
|
10371
|
-
});
|
|
10372
|
-
if (BigInt(r[0]) !== 0n || BigInt(r[1]) !== 0n) return { status: "pre-launch" };
|
|
10373
|
-
const fee = r[2];
|
|
10374
|
-
const tickSpacing = r[3];
|
|
10375
|
-
const quoteToken = normalizeAddress("STARKNET", "0x" + BigInt(r[7]).toString(16));
|
|
10376
|
-
const token = getTokenByAddress(quoteToken);
|
|
10377
|
-
const quoteDecimals = token?.decimals ?? 18;
|
|
10378
|
-
const ci = BigInt(coinAddress);
|
|
10379
|
-
const qi = BigInt(quoteToken);
|
|
10380
|
-
const [t0, t1] = ci < qi ? [coinAddress, quoteToken] : [quoteToken, coinAddress];
|
|
10381
|
-
const quoteIsToken0 = qi === BigInt(t0);
|
|
10382
|
-
const pp = await provider.callContract({
|
|
10383
|
-
contractAddress: getStarknetCoordinates("STARKNET").ekuboCore,
|
|
10384
|
-
entrypoint: "get_pool_price",
|
|
10385
|
-
calldata: [t0, t1, fee, tickSpacing, "0x0"]
|
|
10386
|
-
});
|
|
10387
|
-
const sqrt = BigInt(pp[0]) + (BigInt(pp[1] ?? "0x0") << 128n);
|
|
10388
|
-
const priceT1perT0 = (Number(sqrt) / 2 ** 128) ** 2;
|
|
10389
|
-
const decAdj = 10 ** (COIN_DECIMALS2 - quoteDecimals);
|
|
10390
|
-
const quotePerCoin = (quoteIsToken0 ? 1 / priceT1perT0 : priceT1perT0) * decAdj;
|
|
10391
|
-
return {
|
|
10392
|
-
status: "live",
|
|
10393
|
-
price: { quotePerCoin, quoteToken, quoteSymbol: token?.symbol ?? null, quoteDecimals }
|
|
10394
|
-
};
|
|
10395
|
-
}
|
|
10396
10362
|
var _factoryContract = null;
|
|
10397
10363
|
function factoryContract() {
|
|
10398
10364
|
if (!_factoryContract) {
|
|
@@ -10480,8 +10446,8 @@ var CreatorCoinService = class {
|
|
|
10480
10446
|
const r = await this._factory(account).is_creator_coin(address);
|
|
10481
10447
|
return BigInt(r) === 1n;
|
|
10482
10448
|
}
|
|
10483
|
-
async
|
|
10484
|
-
return
|
|
10449
|
+
async getGuarantees(coinAddress) {
|
|
10450
|
+
return getCreatorCoinGuarantees(coinAddress, new RpcProvider({ nodeUrl: this.config.rpcUrl }));
|
|
10485
10451
|
}
|
|
10486
10452
|
};
|
|
10487
10453
|
var TicketService = class {
|
|
@@ -11737,6 +11703,6 @@ function signWithPrivateKey(privateKeyHex, msgHash) {
|
|
|
11737
11703
|
return [num.toHex(sig.r), num.toHex(sig.s)];
|
|
11738
11704
|
}
|
|
11739
11705
|
|
|
11740
|
-
export { ADMIN_HEADERS, ADMIN_SCOPE, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClubService, CreatorCoinFactoryABI, CreatorCoinService, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, IPClubCollectionABI, IPClubFactoryABI, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPGenesisABI, IPMarketplaceABI, IPNftABI, IPSponsorshipABI, IPTicketCollectionABI, IPTicketCollectionFactoryABI, LAUNCH_PRICE_QUOTE_PER_COIN, MAX_HOLDERS_AT_LAUNCH, MAX_TEAM_ALLOCATION_PERCENT, Medialane1155ABI, MedialaneClient, MedialaneError, POPCollectionABI, POPFactoryABI, PopService, SponsorshipService, StarknetVenue, TicketService, VALIDATED_EKUBO_PARAMS, adminRequestDigest, build1155CancellationTypedData, build1155OrderTypedData, buildAdminSessionTypedData, buildCancelEscapeCall, buildCancellationTypedData, buildChangeOwnersCall, buildCompleteEscapeOwnerCall, buildCreateCreatorCoinCall, buildDeployAccountParams, buildFeeCall, buildLaunchOnEkuboCalls, buildOrderTypedData, buildSetFirstGuardianCall, buildTriggerEscapeOwnerCall, buybackQuoteRaw, toRaw as coinToRaw, computeAccountAddress, computeOwnerGuid, createAdminSessionGrant, decodeEscapeAndStatus, decodeGuardiansInfo, deriveAesKey, deriveOwnerKeyPair, encodeAdminHeaders, encodeByteArray, fdvHuman, generateStarkKeyPair, getCounter, getCounter1155, getCreatorCoinGuarantees,
|
|
11706
|
+
export { ADMIN_HEADERS, ADMIN_SCOPE, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClubService, CreatorCoinFactoryABI, CreatorCoinService, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, IPClubCollectionABI, IPClubFactoryABI, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPGenesisABI, IPMarketplaceABI, IPNftABI, IPSponsorshipABI, IPTicketCollectionABI, IPTicketCollectionFactoryABI, LAUNCH_PRICE_QUOTE_PER_COIN, MAX_HOLDERS_AT_LAUNCH, MAX_TEAM_ALLOCATION_PERCENT, Medialane1155ABI, MedialaneClient, MedialaneError, POPCollectionABI, POPFactoryABI, PopService, SponsorshipService, StarknetVenue, TicketService, VALIDATED_EKUBO_PARAMS, adminRequestDigest, build1155CancellationTypedData, build1155OrderTypedData, buildAdminSessionTypedData, buildCancelEscapeCall, buildCancellationTypedData, buildChangeOwnersCall, buildCompleteEscapeOwnerCall, buildCreateCreatorCoinCall, buildDeployAccountParams, buildFeeCall, buildLaunchOnEkuboCalls, buildOrderTypedData, buildSetFirstGuardianCall, buildTriggerEscapeOwnerCall, buybackQuoteRaw, toRaw as coinToRaw, computeAccountAddress, computeOwnerGuid, createAdminSessionGrant, decodeEscapeAndStatus, decodeGuardiansInfo, deriveAesKey, deriveOwnerKeyPair, encodeAdminHeaders, encodeByteArray, fdvHuman, generateStarkKeyPair, getCounter, getCounter1155, getCreatorCoinGuarantees, getEscape, getEscapeSecurityPeriod, getGuardians, getOrderDetails, getOrderDetails1155, getSiwsStorageKey, getStoredSiwsToken, isSiwsTokenValid, normalizeSiwsSignature, ownerConstructorCalldata, parseAdminHeaders, parseCreatorCoinCreated, priceToEkuboParams, randomNonce, requestSiwsToken, sealPrivateKey, sessionKeyHashOf, signAdminRequest, signWithPrivateKey, storeSiwsToken, teamCoinsRaw, toContractConditions as toDropContractConditions, unsealPrivateKey, validateName as validateCoinName, validateSupply as validateCoinSupply, validateSymbol as validateCoinSymbol, verifyAdminRequestSig };
|
|
11741
11707
|
//# sourceMappingURL=index.js.map
|
|
11742
11708
|
//# sourceMappingURL=index.js.map
|