@tradeport/sui-trading-sdk 0.5.1 → 0.5.3
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.js +19 -1
- package/dist/index.js.map +1 -1
- package/package.json +71 -66
- package/.babel.config.js +0 -3
- package/.claude/settings.json +0 -5
- package/.env.demo +0 -5
- package/.eslintrc.json +0 -46
- package/.prettierignore +0 -4
- package/.prettierrc.json +0 -7
- package/.vscode/launch.json +0 -23
- package/CHANGELOG.md +0 -746
- package/dist/index.d.mts +0 -193
- package/dist/index.mjs +0 -7386
- package/dist/index.mjs.map +0 -1
- package/jest.config.js +0 -12
- package/src/SuiTradingClient.ts +0 -442
- package/src/apiClients/createKioskClient.ts +0 -10
- package/src/apiClients/createSuiClient.ts +0 -5
- package/src/apiClients/graphqlClient.ts +0 -17
- package/src/bigNumberConfig.ts +0 -10
- package/src/constants.ts +0 -1052
- package/src/graphql/createChainGQLQuery.ts +0 -27
- package/src/graphql/gqlChainRequest.ts +0 -21
- package/src/graphql/queries/fetchAccountKiosks.ts +0 -12
- package/src/graphql/queries/fetchActiveLockStateByNftId.ts +0 -15
- package/src/graphql/queries/fetchBidsById.ts +0 -36
- package/src/graphql/queries/fetchCollectionBidById.ts +0 -21
- package/src/graphql/queries/fetchCollectionBidsAtSamePrice.ts +0 -29
- package/src/graphql/queries/fetchCollectionChainState.ts +0 -17
- package/src/graphql/queries/fetchCollectionFloorListingForMarket.ts +0 -28
- package/src/graphql/queries/fetchCollectionFloorListings.ts +0 -15
- package/src/graphql/queries/fetchCollectionsById.ts +0 -39
- package/src/graphql/queries/fetchCommissionByListingId.ts +0 -13
- package/src/graphql/queries/fetchCryptoToUsdRate.ts +0 -13
- package/src/graphql/queries/fetchKiosksByOwner.ts +0 -14
- package/src/graphql/queries/fetchListingsById.ts +0 -29
- package/src/graphql/queries/fetchListingsByNftId.ts +0 -23
- package/src/graphql/queries/fetchLockById.ts +0 -23
- package/src/graphql/queries/fetchMultibidById.ts +0 -34
- package/src/graphql/queries/fetchNftCollectionChainState.ts +0 -12
- package/src/graphql/queries/fetchNftsById.ts +0 -75
- package/src/graphql/queries/fetchNftsByKioskId.ts +0 -45
- package/src/graphql/queries/fetchOwnerCapByKiosk.ts +0 -10
- package/src/graphql/queries/fetchPersonalCapByKiosk.ts +0 -10
- package/src/graphql/queries/fetchSharedObjectsByType.ts +0 -12
- package/src/graphql/queries/fetchTransferPoliciesByType.ts +0 -12
- package/src/graphql/queries/fetchWalletKiosks.ts +0 -14
- package/src/graphql/queries/getCommissionByListingId.ts +0 -15
- package/src/helpers/addOneDollarFee.ts +0 -17
- package/src/helpers/addThirdPartyTxFee.ts +0 -17
- package/src/helpers/calculatePremium.ts +0 -9
- package/src/helpers/calculateRoyaltyFee.ts +0 -28
- package/src/helpers/destroyZeroCoin.ts +0 -14
- package/src/helpers/getActiveLockStateByNftId.ts +0 -15
- package/src/helpers/getCollectionChainState.ts +0 -31
- package/src/helpers/getCollectionFloorPrice.ts +0 -12
- package/src/helpers/getLockById.ts +0 -29
- package/src/helpers/getMarketFeePrice.ts +0 -82
- package/src/helpers/getNftType.ts +0 -38
- package/src/helpers/getRoyaltyRuleModule.ts +0 -7
- package/src/helpers/getSharedObjects.ts +0 -119
- package/src/helpers/getSuiToUsdRate.ts +0 -14
- package/src/helpers/getTradeportBiddingContractBidAmount.ts +0 -31
- package/src/helpers/getTransferPolicyRuleNamesFromSuiObject.ts +0 -24
- package/src/helpers/hasPersonalKioskRule.ts +0 -7
- package/src/helpers/hasRoyaltyRule.ts +0 -7
- package/src/helpers/hasTransferPolicyRules.ts +0 -6
- package/src/helpers/isExpiredListing.ts +0 -9
- package/src/helpers/isNonKioskListing.ts +0 -14
- package/src/helpers/isSIngleBid.ts +0 -13
- package/src/helpers/kiosk/assertNftInSharedKiosk.ts +0 -31
- package/src/helpers/kiosk/getKioskCollectionRoyaltyFeeAmount.ts +0 -71
- package/src/helpers/kiosk/getKioskIdFromKioskTx.ts +0 -29
- package/src/helpers/kiosk/getKioskPlaceBidCoin.ts +0 -59
- package/src/helpers/kiosk/getNativeKioskTransferPolicies.ts +0 -29
- package/src/helpers/kiosk/getNativeKioskTransferPoliciesByNftType.ts +0 -21
- package/src/helpers/kiosk/getRulePackageId.ts +0 -59
- package/src/helpers/kiosk/getTransferPoliciesToResolve.ts +0 -154
- package/src/helpers/kiosk/isBluemoveKioskBid.ts +0 -1
- package/src/helpers/kiosk/isTradePortKioskBid.ts +0 -4
- package/src/helpers/kiosk/kioskListingBcs.ts +0 -19
- package/src/helpers/kiosk/kioskTxWrapper.ts +0 -152
- package/src/helpers/kiosk/lockNftInsideKioskIfNotLocked.ts +0 -100
- package/src/helpers/kiosk/preProcessSharedBulkBuyingData.ts +0 -171
- package/src/helpers/kiosk/resolveCustomTransferPolicyRules.ts +0 -75
- package/src/helpers/kiosk/resolveFloorPriceRule.ts +0 -21
- package/src/helpers/kiosk/resolveKioskLockRule.ts +0 -47
- package/src/helpers/kiosk/resolvePersonalKioskRule.ts +0 -23
- package/src/helpers/kiosk/resolveRoyaltyRule.ts +0 -57
- package/src/helpers/kiosk/resolveTableAllowlistRule.ts +0 -34
- package/src/helpers/kiosk/resolveTransferPolicies.ts +0 -158
- package/src/helpers/kiosk/sharedKioskState.type.ts +0 -11
- package/src/helpers/kiosk/takeAndBorrowNftFromKiosk.ts +0 -50
- package/src/helpers/kiosk/takeLockedNftFromKiosk.ts +0 -73
- package/src/helpers/kiosk/upgradeKioskRulesPackageId.ts +0 -17
- package/src/helpers/originByte/confirmOBTranfer.ts +0 -33
- package/src/helpers/originByte/createOBKiosk.ts +0 -14
- package/src/helpers/originByte/depositNftIntoOBKiosk.ts +0 -16
- package/src/helpers/originByte/getOBBidderKiosk.ts +0 -12
- package/src/helpers/originByte/getOBKiosk.ts +0 -24
- package/src/helpers/originByte/getOrCreateOBKiosk.ts +0 -42
- package/src/helpers/originByte/isOBKiosk.ts +0 -13
- package/src/helpers/originByte/isOriginByteBid.ts +0 -6
- package/src/helpers/originByte/isOriginByteCollection.ts +0 -11
- package/src/helpers/originByte/shareOriginByteKiosk.ts +0 -14
- package/src/helpers/rpc/getAcountBalance.ts +0 -18
- package/src/helpers/rpc/getObjectType.ts +0 -25
- package/src/helpers/splitCoins.ts +0 -12
- package/src/helpers/track.ts +0 -20
- package/src/helpers/validateMinFloorPrice.ts +0 -22
- package/src/index.ts +0 -2
- package/src/methods/acceptCollectionBid/acceptCollectionBid.ts +0 -189
- package/src/methods/acceptCollectionBid/addAcceptCollectionBIdTxs.ts +0 -398
- package/src/methods/acceptNftBids/acceptNftBids.ts +0 -174
- package/src/methods/acceptNftBids/addAcceptNftBidTxs.ts +0 -438
- package/src/methods/applyFtStrategy/applyFtStrategy.ts +0 -55
- package/src/methods/applyNftStrategy/applyNftStrategy.ts +0 -90
- package/src/methods/buyListings/addBuyListingTxs.ts +0 -803
- package/src/methods/buyListings/buyListings.ts +0 -230
- package/src/methods/cancelMultiBid/cancelMultiBid.ts +0 -51
- package/src/methods/cancelNftTransfers/addCancelNftTransfersTx.ts +0 -20
- package/src/methods/cancelNftTransfers/cancelNftTransfers.ts +0 -118
- package/src/methods/claimNfts/addClaimNftsTxs.ts +0 -247
- package/src/methods/claimNfts/claimNfts.ts +0 -270
- package/src/methods/createMultiBid/createMultiBid.ts +0 -36
- package/src/methods/listNfts/addListTxs.ts +0 -210
- package/src/methods/listNfts/addRelistTxs.ts +0 -87
- package/src/methods/listNfts/listNfts.ts +0 -152
- package/src/methods/migrateNftsFromUnsharedToSharedKiosks/migrateNftsFromUnsharedToSharedKiosks.ts +0 -226
- package/src/methods/placeCollectionBids/addPlaceCollectionBidTxs.ts +0 -149
- package/src/methods/placeCollectionBids/placeCollectionBids.ts +0 -153
- package/src/methods/placeNftBids/addPlaceNftBidTxs.ts +0 -154
- package/src/methods/placeNftBids/placeNftBids.ts +0 -111
- package/src/methods/relistNft/relistNft.ts +0 -153
- package/src/methods/removeCollectionBids/addRemoveCollectionBidsTxs.ts +0 -132
- package/src/methods/removeCollectionBids/removeCollectionBids.ts +0 -117
- package/src/methods/removeNftBids/addRemoveNftBidTxs.ts +0 -122
- package/src/methods/removeNftBids/removeNftBids.ts +0 -116
- package/src/methods/sponsorNftListing/addSponsorNftListingTx.ts +0 -40
- package/src/methods/sponsorNftListing/sponsorNftListing.ts +0 -60
- package/src/methods/transferNfts/addTransferNftTx.ts +0 -220
- package/src/methods/transferNfts/transferNfts.ts +0 -216
- package/src/methods/unlistListings/addUnlistListingTxs.ts +0 -399
- package/src/methods/unlistListings/unlistListings.ts +0 -158
- package/src/methods/updateMultiBid/updateMultiBid.ts +0 -66
- package/src/methods/withdrawProfitsFromKiosks/withdrawProfitsFromKiosks.ts +0 -100
- package/src/tests/SuiWallet.ts +0 -83
- package/src/utils/addHexPrefix.ts +0 -7
- package/src/utils/addLeadingZerosAfter0x.ts +0 -9
- package/src/utils/normalizeNftType.ts +0 -7
- package/src/utils/printTxBlockTxs.ts +0 -11
- package/src/utils/pureValues.ts +0 -13
- package/src/utils/toUint8Array.ts +0 -12
- package/tsconfig.json +0 -16
package/dist/index.d.mts
DELETED
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { Transaction } from '@mysten/sui/transactions';
|
|
2
|
-
import { GraphQLClient } from 'graphql-request';
|
|
3
|
-
import { KioskTransaction } from '@mysten/kiosk';
|
|
4
|
-
|
|
5
|
-
type AcceptCollectionBid = {
|
|
6
|
-
bidId: string;
|
|
7
|
-
nftId: string;
|
|
8
|
-
walletAddress: string;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
type AcceptNftBids = {
|
|
12
|
-
bidIds: string[];
|
|
13
|
-
walletAddress: string;
|
|
14
|
-
tx?: Transaction;
|
|
15
|
-
kioskTx?: KioskTransaction;
|
|
16
|
-
beforeResolveKioskTransferRequest?: (coin: any, transferRequest: any) => void | Promise<void>;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
type ApplyFtStrategy = {
|
|
20
|
-
collectionId: string;
|
|
21
|
-
strategyFtType?: string;
|
|
22
|
-
tx?: Transaction;
|
|
23
|
-
collectionChainState?: Record<string, unknown>;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
type ApplyNftStrategy = {
|
|
27
|
-
collectionId: string;
|
|
28
|
-
strategyFtType?: string;
|
|
29
|
-
tx?: Transaction;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
type BuyListings = {
|
|
33
|
-
listingIds: string[];
|
|
34
|
-
walletAddress: string;
|
|
35
|
-
tx?: Transaction;
|
|
36
|
-
kioskTx?: KioskTransaction;
|
|
37
|
-
coinToSplit?: any;
|
|
38
|
-
beforeResolveKioskTransferRequest?: (transferRequest: any) => void | Promise<void>;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
interface CancelMultiBid {
|
|
42
|
-
walletAddress: string;
|
|
43
|
-
multiBidId: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
type CancelNftTransfers = {
|
|
47
|
-
nftIds: string[];
|
|
48
|
-
walletAddress: string;
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
type ClaimNfts = {
|
|
52
|
-
nftIds: string[];
|
|
53
|
-
walletAddress: string;
|
|
54
|
-
tx?: Transaction;
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
interface CreateMultiBid {
|
|
58
|
-
walletAddress: string;
|
|
59
|
-
name?: string;
|
|
60
|
-
amount?: bigint;
|
|
61
|
-
tx?: Transaction;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
type SponsorNftListingOptions = {
|
|
65
|
-
shouldSponsor?: boolean;
|
|
66
|
-
numOfPeriods?: number;
|
|
67
|
-
usdcFeeAmountPerPeriod?: number;
|
|
68
|
-
coinToSplit?: any;
|
|
69
|
-
};
|
|
70
|
-
type SponsorNftListing = {
|
|
71
|
-
tx?: Transaction;
|
|
72
|
-
nftTokenId: string;
|
|
73
|
-
options: SponsorNftListingOptions;
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
type ListNfts = {
|
|
77
|
-
nfts: Array<{
|
|
78
|
-
id: string;
|
|
79
|
-
listPriceInMist: number;
|
|
80
|
-
sponsorOptions?: SponsorNftListingOptions;
|
|
81
|
-
}>;
|
|
82
|
-
walletAddress: string;
|
|
83
|
-
tx?: Transaction;
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
type MigrateNftsFromUnsharedToSharedKiosks = {
|
|
87
|
-
walletAddress: string;
|
|
88
|
-
max?: number;
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
type PlaceCollectionBid = {
|
|
92
|
-
collectionId: string;
|
|
93
|
-
bidAmountInMist: number;
|
|
94
|
-
numOfBids: number;
|
|
95
|
-
walletAddress: string;
|
|
96
|
-
multiBidId?: string;
|
|
97
|
-
multiBidChainId?: any;
|
|
98
|
-
expireAt?: Date;
|
|
99
|
-
tx?: Transaction;
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
type PlaceNftBids = {
|
|
103
|
-
bids: Array<{
|
|
104
|
-
nftId: string;
|
|
105
|
-
bidAmountInMist: number;
|
|
106
|
-
expireAt?: Date;
|
|
107
|
-
}>;
|
|
108
|
-
walletAddress: string;
|
|
109
|
-
multiBidId?: string;
|
|
110
|
-
multiBidChainId?: any;
|
|
111
|
-
tx?: Transaction;
|
|
112
|
-
coinToSplit?: any;
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
type RemoveCollectionBids = {
|
|
116
|
-
bidIds: string[];
|
|
117
|
-
tx?: Transaction | string;
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
type RemoveNftBids = {
|
|
121
|
-
bidIds: string[];
|
|
122
|
-
tx?: Transaction | string;
|
|
123
|
-
};
|
|
124
|
-
|
|
125
|
-
type TransferNfts = {
|
|
126
|
-
nftIds: string[];
|
|
127
|
-
recipientAddress: string;
|
|
128
|
-
walletAddress: string;
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
type UnlistListings = {
|
|
132
|
-
listingIds: string[];
|
|
133
|
-
walletAddress: string;
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
interface UpdateMultiBid {
|
|
137
|
-
walletAddress: string;
|
|
138
|
-
multiBidId?: string;
|
|
139
|
-
name?: string;
|
|
140
|
-
amount?: bigint;
|
|
141
|
-
amountToWithdraw?: bigint;
|
|
142
|
-
tx?: Transaction;
|
|
143
|
-
multiBidChainId?: any;
|
|
144
|
-
coinToSplit?: any;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
type WithdrawProfitsFromKiosks = {
|
|
148
|
-
walletAddress: string;
|
|
149
|
-
};
|
|
150
|
-
|
|
151
|
-
type ApiConfig = {
|
|
152
|
-
apiUser: string;
|
|
153
|
-
apiKey: string;
|
|
154
|
-
apiUrl?: string;
|
|
155
|
-
tradeportRouterUrl?: string;
|
|
156
|
-
apiVercelId?: string;
|
|
157
|
-
suiNodeUrl?: string;
|
|
158
|
-
graphQLClient?: GraphQLClient;
|
|
159
|
-
};
|
|
160
|
-
declare class SuiTradingClient {
|
|
161
|
-
private readonly apiUser;
|
|
162
|
-
private readonly apiKey;
|
|
163
|
-
private readonly tradeportRouterUrl?;
|
|
164
|
-
private readonly suiClient;
|
|
165
|
-
private readonly kioskClient;
|
|
166
|
-
private readonly allowedApiUsersForUnsharedKiosksMigration;
|
|
167
|
-
constructor({ apiUser, apiKey, apiVercelId, apiUrl, tradeportRouterUrl, suiNodeUrl, graphQLClient, }: ApiConfig);
|
|
168
|
-
buyListings(args: BuyListings): Promise<Transaction>;
|
|
169
|
-
listNfts({ nfts, walletAddress, tx }: ListNfts): Promise<Transaction>;
|
|
170
|
-
unlistListings({ listingIds, walletAddress }: UnlistListings): Promise<Transaction>;
|
|
171
|
-
placeNftBids(data: PlaceNftBids): Promise<Transaction>;
|
|
172
|
-
removeNftBids({ bidIds, tx }: RemoveNftBids): Promise<Transaction>;
|
|
173
|
-
acceptNftBids({ bidIds, walletAddress }: AcceptNftBids): Promise<Transaction>;
|
|
174
|
-
placeCollectionBid({ collectionId, bidAmountInMist, numOfBids, walletAddress, multiBidId, multiBidChainId, expireAt, tx, }: PlaceCollectionBid): Promise<Transaction>;
|
|
175
|
-
acceptCollectionBid({ bidId, nftId, walletAddress }: AcceptCollectionBid): Promise<Transaction>;
|
|
176
|
-
removeCollectionBids({ bidIds, tx }: RemoveCollectionBids): Promise<Transaction>;
|
|
177
|
-
transferNfts({ nftIds, recipientAddress, walletAddress }: TransferNfts): Promise<Transaction>;
|
|
178
|
-
cancelNftTransfers({ nftIds, walletAddress }: CancelNftTransfers): Promise<Transaction>;
|
|
179
|
-
claimNfts({ nftIds, walletAddress }: ClaimNfts): Promise<Transaction>;
|
|
180
|
-
withdrawProfitsFromKiosks(args: WithdrawProfitsFromKiosks): Promise<Transaction>;
|
|
181
|
-
migrateNftsFromUnsharedToSharedKiosks(args: MigrateNftsFromUnsharedToSharedKiosks): Promise<Transaction>;
|
|
182
|
-
createMultiBid(args: CreateMultiBid): Promise<{
|
|
183
|
-
multiBidChainId: any;
|
|
184
|
-
tx: Transaction;
|
|
185
|
-
}>;
|
|
186
|
-
cancelMultiBid(args: CancelMultiBid): Promise<Transaction>;
|
|
187
|
-
updateMultiBid(args: UpdateMultiBid): Promise<Transaction>;
|
|
188
|
-
sponsorNftListing(args: SponsorNftListing): Promise<Transaction>;
|
|
189
|
-
applyFtStrategy(args: ApplyFtStrategy): Promise<Transaction>;
|
|
190
|
-
applyTradeportNftStrategy(args: ApplyNftStrategy): Promise<Transaction>;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export { SuiTradingClient };
|