punkkit-sdk 1.0.21 → 1.0.23
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +939 -239
- package/dist/index.mjs +939 -239
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -107,7 +107,7 @@ declare function getAuctionLockInfo(lockId: string): Promise<{
|
|
|
107
107
|
}>;
|
|
108
108
|
declare function getActiveAuctionsCount(): Promise<bigint>;
|
|
109
109
|
|
|
110
|
-
declare function swap(wallet: Wallet, amountIn: bigint, zeroForOne: boolean, hookData: string): Promise<
|
|
110
|
+
declare function swap(wallet: Wallet, amountIn: bigint, zeroForOne: boolean, hookData: string): Promise<providers.TransactionReceipt>;
|
|
111
111
|
declare function main(): Promise<void>;
|
|
112
112
|
|
|
113
113
|
interface PoolKey {
|
package/dist/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ declare function getAuctionLockInfo(lockId: string): Promise<{
|
|
|
107
107
|
}>;
|
|
108
108
|
declare function getActiveAuctionsCount(): Promise<bigint>;
|
|
109
109
|
|
|
110
|
-
declare function swap(wallet: Wallet, amountIn: bigint, zeroForOne: boolean, hookData: string): Promise<
|
|
110
|
+
declare function swap(wallet: Wallet, amountIn: bigint, zeroForOne: boolean, hookData: string): Promise<providers.TransactionReceipt>;
|
|
111
111
|
declare function main(): Promise<void>;
|
|
112
112
|
|
|
113
113
|
interface PoolKey {
|