@typus/typus-perp-sdk 1.0.52 → 1.0.53
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/src/_dependencies/source/0x2/bag/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/bag/structs.js +229 -0
- package/dist/src/_dependencies/source/0x2/balance/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0x2/balance/structs.js +386 -0
- package/dist/src/_dependencies/source/0x2/coin/structs.d.ts +460 -0
- package/dist/src/_dependencies/source/0x2/coin/structs.js +1247 -0
- package/dist/src/_dependencies/source/0x2/linked-table/structs.d.ts +153 -0
- package/dist/src/_dependencies/source/0x2/linked-table/structs.js +438 -0
- package/dist/src/_dependencies/source/0x2/sui/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x2/sui/structs.js +222 -0
- package/dist/src/_dependencies/source/0x2/table/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/table/structs.js +248 -0
- package/dist/src/_dependencies/source/0x2/table-vec/structs.d.ts +68 -0
- package/dist/src/_dependencies/source/0x2/table-vec/structs.js +274 -0
- package/dist/src/_dependencies/source/0x2/token/structs.d.ts +449 -0
- package/dist/src/_dependencies/source/0x2/token/structs.js +1095 -0
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.d.ts +370 -0
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +1091 -0
- package/dist/src/_dependencies/source/0x2/url/structs.d.ts +53 -0
- package/dist/src/_dependencies/source/0x2/url/structs.js +223 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/airdrop/structs.d.ts +489 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/airdrop/structs.js +1084 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/big-vector/structs.d.ts +147 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/big-vector/structs.js +456 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/critbit/structs.d.ts +239 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/critbit/structs.js +653 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/ecosystem/structs.d.ts +405 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/ecosystem/structs.js +899 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/index.d.ts +8 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/index.js +11 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/init.js +102 -0
- package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/keyed-big-vector/structs.d.ts +70 -70
- package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/keyed-big-vector/structs.js +174 -174
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/leaderboard/structs.d.ts +699 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/leaderboard/structs.js +1459 -0
- package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/linked-object-table/structs.d.ts +62 -62
- package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/linked-object-table/structs.js +170 -170
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/linked-set/structs.d.ts +147 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/linked-set/structs.js +430 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tails-staking/structs.d.ts +1071 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tails-staking/structs.js +2261 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tgld/structs.d.ts +279 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tgld/structs.js +733 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/user/structs.d.ts +328 -0
- package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/user/structs.js +892 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/authority/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/authority/structs.js +263 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/balance-pool/structs.d.ts +347 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/balance-pool/structs.js +591 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/big-vector/structs.d.ts +73 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/big-vector/structs.js +258 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/dutch/structs.d.ts +876 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/dutch/structs.js +1721 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/i64/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/i64/structs.js +222 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/index.js +6 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/init.js +89 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/linked-list/structs.d.ts +155 -0
- package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/linked-list/structs.js +444 -0
- package/dist/src/_dependencies/source/{0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → 0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274}/vault/structs.d.ts +84 -84
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/discount-mint/structs.d.ts +446 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/discount-mint/structs.js +844 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/index.d.ts +6 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/index.js +9 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/init.js +69 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/royalty-rule/structs.d.ts +94 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/royalty-rule/structs.js +376 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/staking/structs.d.ts +454 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/staking/structs.js +881 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/table-vec/structs.d.ts +68 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/table-vec/structs.js +274 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/typus-nft/structs.d.ts +1117 -0
- package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/typus-nft/structs.js +2387 -0
- package/dist/src/fetch.d.ts +1 -1
- package/dist/src/fetch.js +1 -1
- package/dist/src/index.js +17 -17
- package/dist/src/typus_perp/admin/structs.d.ts +67 -5
- package/dist/src/typus_perp/admin/structs.js +155 -1
- package/dist/src/typus_perp/escrow/functions.js +1 -1
- package/dist/src/typus_perp/escrow/structs.d.ts +2 -2
- package/dist/src/typus_perp/escrow/structs.js +1 -1
- package/dist/src/typus_perp/lp-pool/structs.d.ts +28 -28
- package/dist/src/typus_perp/position/functions.js +1 -1
- package/dist/src/typus_perp/position/structs.d.ts +6 -6
- package/dist/src/typus_perp/symbol/structs.d.ts +1 -1
- package/dist/src/typus_perp/tlp/structs.d.ts +2 -2
- package/dist/src/typus_perp/trading/functions.js +1 -1
- package/dist/src/typus_perp/trading/structs.d.ts +32 -32
- package/dist/src/typus_perp/trading/structs.js +2 -2
- package/dist/src/typus_perp/treasury-caps/structs.d.ts +1 -1
- package/dist/src/typus_stake_pool/admin/functions.d.ts +25 -25
- package/dist/src/typus_stake_pool/admin/functions.js +66 -53
- package/dist/src/typus_stake_pool/admin/structs.d.ts +191 -191
- package/dist/src/typus_stake_pool/admin/structs.js +179 -179
- package/dist/src/typus_stake_pool/stake-pool/functions.d.ts +50 -44
- package/dist/src/typus_stake_pool/stake-pool/functions.js +127 -88
- package/dist/src/typus_stake_pool/stake-pool/structs.d.ts +202 -202
- package/dist/src/typus_stake_pool/stake-pool/structs.js +432 -432
- package/dist/src/user/order.js +34 -34
- package/package.json +1 -1
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -8
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -11
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -3
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -6
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -3
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -6
- /package/dist/src/_dependencies/source/{0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → 0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274}/vault/structs.js +0 -0
package/dist/src/fetch.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LiquidityPool } from "./typus_perp/lp-pool/structs";
|
|
|
3
3
|
import { TradingOrder, Position } from "./typus_perp/position/structs";
|
|
4
4
|
import { LpUserShare, StakePool } from "./typus_stake_pool/stake-pool/structs";
|
|
5
5
|
import { PythClient, TypusConfig } from "@typus/typus-sdk/dist/src/utils";
|
|
6
|
-
import { TypusBidReceipt } from "./_dependencies/source/
|
|
6
|
+
import { TypusBidReceipt } from "./_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs";
|
|
7
7
|
export declare function getLpPools(config: TypusConfig): Promise<LiquidityPool[]>;
|
|
8
8
|
export declare function getLpPool(config: TypusConfig, objectId?: string): Promise<LiquidityPool>;
|
|
9
9
|
export declare function getStakePools(config: TypusConfig): Promise<StakePool[]>;
|
package/dist/src/fetch.js
CHANGED
|
@@ -69,7 +69,7 @@ var structs_4 = require("./typus_stake_pool/stake-pool/structs");
|
|
|
69
69
|
var constants_1 = require("@typus/typus-sdk/dist/src/constants");
|
|
70
70
|
var utils_1 = require("@typus/typus-sdk/dist/src/utils");
|
|
71
71
|
var _1 = require(".");
|
|
72
|
-
var structs_5 = require("./_dependencies/source/
|
|
72
|
+
var structs_5 = require("./_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs");
|
|
73
73
|
var typus_perp_1 = require("./typus_perp");
|
|
74
74
|
function getLpPools(config) {
|
|
75
75
|
return __awaiter(this, void 0, void 0, function () {
|
package/dist/src/index.js
CHANGED
|
@@ -28,56 +28,56 @@ console.log("Load .env NEXT_PUBLIC_CLUSTER: ".concat(process.env.NEXT_PUBLIC_CLU
|
|
|
28
28
|
console.log("Initializing Typus Perp SDK for ".concat(exports.NETWORK));
|
|
29
29
|
exports.PERP_PACKAGE_ID = exports.NETWORK == "MAINNET"
|
|
30
30
|
? "0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5"
|
|
31
|
-
: "
|
|
31
|
+
: "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9";
|
|
32
32
|
exports.PERP_PUBLISHED_AT = exports.NETWORK == "MAINNET"
|
|
33
33
|
? "0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5"
|
|
34
|
-
: "
|
|
34
|
+
: "0x15844f80fb085bb8fd7cc688ade6282cd6991209eae78934ca001dced8b1b7de";
|
|
35
35
|
exports.PERP_PKG_V1 = exports.NETWORK == "MAINNET"
|
|
36
36
|
? "0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5"
|
|
37
|
-
: "
|
|
37
|
+
: "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9";
|
|
38
38
|
exports.STAKE_PACKAGE_ID = exports.NETWORK == "MAINNET"
|
|
39
39
|
? "0xc427209145715a00a93d7e674a95c556a7147d79fda1bbaeb1a1cac5f9923966"
|
|
40
|
-
: "
|
|
40
|
+
: "0x220e7ba8923c0c30b57c0baab3bc15d781a39bb294cf7af318c0fc816b5cf7e6";
|
|
41
41
|
exports.STAKE_PUBLISHED_AT = exports.NETWORK == "MAINNET"
|
|
42
42
|
? "0xd50ea488da2b586c3db4e8ad805e9f8aa4891d315d6fc53517d662c3f6fd1b4c"
|
|
43
|
-
: "
|
|
43
|
+
: "0x220e7ba8923c0c30b57c0baab3bc15d781a39bb294cf7af318c0fc816b5cf7e6";
|
|
44
44
|
exports.STAKE_PKG_V1 = exports.NETWORK == "MAINNET"
|
|
45
45
|
? "0xc427209145715a00a93d7e674a95c556a7147d79fda1bbaeb1a1cac5f9923966"
|
|
46
|
-
: "
|
|
46
|
+
: "0x220e7ba8923c0c30b57c0baab3bc15d781a39bb294cf7af318c0fc816b5cf7e6";
|
|
47
47
|
// Registry
|
|
48
48
|
exports.LP_POOL = exports.NETWORK == "MAINNET"
|
|
49
49
|
? "0xfee68e535bf24702be28fa38ea2d5946e617e0035027d5ca29dbed99efd82aaa"
|
|
50
|
-
: "
|
|
50
|
+
: "0x22bb370cec1ec8fbbf381b151615358946ad0083805ef7940dfd9529fe6eac88";
|
|
51
51
|
exports.LIQUIDITY_POOL = exports.NETWORK == "MAINNET"
|
|
52
52
|
? "0x9973b7dd68ab8ba18702d913191a4c62c597847d9cd9f0b5bd97f1b938fc9a0a"
|
|
53
|
-
: "
|
|
53
|
+
: "0x54447a759a238f93ff847177bd87ace4b6ebc83553080611b93ac394122ecc4d";
|
|
54
54
|
exports.LIQUIDITY_POOL_0 = exports.NETWORK == "MAINNET"
|
|
55
55
|
? "0x98110aae0ffaf294259066380a2d35aba74e42860f1e87ee9c201f471eb3ba03"
|
|
56
|
-
: "
|
|
56
|
+
: "0xc7adb5c9e318690dd43802ff50071aff9ffcc51e48abfe0ee0b5323a8c02c676";
|
|
57
57
|
// MarketRegistry
|
|
58
58
|
exports.MARKET = exports.NETWORK == "MAINNET"
|
|
59
59
|
? "0xc969d946a2b6b917a83b5fb71765793c4a52149e50d2c8cf5c01d7421fc7cd73"
|
|
60
|
-
: "
|
|
60
|
+
: "0xed48f046dc88c49eb01d59669e29eb3006173b66445facb88de277bec2913687";
|
|
61
61
|
exports.PERP_VERSION = exports.NETWORK == "MAINNET"
|
|
62
62
|
? "0xa12c282a068328833ec4a9109fc77803ec1f523f8da1bb0f82bac8450335f0c9"
|
|
63
|
-
: "
|
|
63
|
+
: "0x80f739d013b365055540346d3b081b19369d6ba83d1ed6291be7a066e0a3c25f";
|
|
64
64
|
// LpRegistry
|
|
65
65
|
exports.TLP = exports.NETWORK == "MAINNET"
|
|
66
66
|
? "0xc0a8cc0201d202321cd40b3f19fcf4cc88d6b63ceac0de55b08a2ab16f8a721e"
|
|
67
|
-
: "
|
|
67
|
+
: "0x6554d13aa8152c0d5b1c11cbe2c927a2612afb5c5d9fd0323643fcf6ff92aa4c";
|
|
68
68
|
exports.TLP_TOKEN = exports.NETWORK == "MAINNET"
|
|
69
69
|
? "0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::tlp::TLP"
|
|
70
|
-
: "
|
|
70
|
+
: "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::tlp::TLP";
|
|
71
71
|
exports.TLP_TREASURY_CAP = exports.NETWORK == "MAINNET"
|
|
72
72
|
? "0x77c75fb1d78cca25b5e2d69decfe2837abf95c4ef44b809868e6ca20f42b63bc"
|
|
73
|
-
: "
|
|
73
|
+
: "0xda520f3d9127d1b2b2c6c4d386d9d4640d7db7625a127e5880106b27964c88ec";
|
|
74
74
|
// StakePoolRegistry
|
|
75
75
|
exports.STAKE_POOL = exports.NETWORK == "MAINNET"
|
|
76
76
|
? "0x2cdf93717f87a8a7aeb98b27777b3b643f0ae2b277f44e6bcda0fc655a47d3e0"
|
|
77
|
-
: "
|
|
77
|
+
: "0x36d3dbde4236a40464220bfee930a4267312e16120f3a3e4c714f20fb8810402";
|
|
78
78
|
exports.STAKE_POOL_0 = exports.NETWORK == "MAINNET"
|
|
79
79
|
? "0x5c984987380805fbaaf78f41d8ff1973807b6c85176aa87cf5a58518e0a87418"
|
|
80
|
-
: "
|
|
80
|
+
: "0x0288a12a5447bc2fd9bc102e7a5b31a4cc61eaa7d1d7cb2d21cbe2782a1147e6";
|
|
81
81
|
exports.STAKE_POOL_VERSION = exports.NETWORK == "MAINNET"
|
|
82
82
|
? "0xdf3ed1599218b2415b2cd7fa06296f7f647676019b2873ec18e55a626c584f1b"
|
|
83
|
-
: "
|
|
83
|
+
: "0xafb81680b9ac3d627eb733154c43d34e3ec758cf8e00a55c384df2c8150f7881";
|
|
@@ -28,7 +28,7 @@ export declare class FeeInfo implements StructClass {
|
|
|
28
28
|
static reified(): FeeInfoReified;
|
|
29
29
|
static get r(): reified.StructClassReified<FeeInfo, FeeInfoFields>;
|
|
30
30
|
static phantom(): PhantomReified<ToTypeStr<FeeInfo>>;
|
|
31
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::FeeInfo" | "
|
|
31
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::FeeInfo" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::FeeInfo">;
|
|
32
32
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
33
33
|
token: {
|
|
34
34
|
name: {
|
|
@@ -90,7 +90,7 @@ export declare class FeePool implements StructClass {
|
|
|
90
90
|
static reified(): FeePoolReified;
|
|
91
91
|
static get r(): reified.StructClassReified<FeePool, FeePoolFields>;
|
|
92
92
|
static phantom(): PhantomReified<ToTypeStr<FeePool>>;
|
|
93
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::FeePool" | "
|
|
93
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::FeePool" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::FeePool">;
|
|
94
94
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
95
95
|
id: {
|
|
96
96
|
id: {
|
|
@@ -174,7 +174,7 @@ export declare class ProtocolFeeEvent implements StructClass {
|
|
|
174
174
|
static reified(): ProtocolFeeEventReified;
|
|
175
175
|
static get r(): reified.StructClassReified<ProtocolFeeEvent, ProtocolFeeEventFields>;
|
|
176
176
|
static phantom(): PhantomReified<ToTypeStr<ProtocolFeeEvent>>;
|
|
177
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::ProtocolFeeEvent" | "
|
|
177
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::ProtocolFeeEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::ProtocolFeeEvent">;
|
|
178
178
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
179
179
|
token: {
|
|
180
180
|
name: {
|
|
@@ -215,6 +215,68 @@ export declare class ProtocolFeeEvent implements StructClass {
|
|
|
215
215
|
static fromSuiObjectData(data: SuiObjectData): ProtocolFeeEvent;
|
|
216
216
|
static fetch(client: SuiClient, id: string): Promise<ProtocolFeeEvent>;
|
|
217
217
|
}
|
|
218
|
+
export declare function isPutInsuranceFundEvent(type: string): boolean;
|
|
219
|
+
export interface PutInsuranceFundEventFields {
|
|
220
|
+
token: ToField<TypeName>;
|
|
221
|
+
amount: ToField<"u64">;
|
|
222
|
+
}
|
|
223
|
+
export type PutInsuranceFundEventReified = Reified<PutInsuranceFundEvent, PutInsuranceFundEventFields>;
|
|
224
|
+
export declare class PutInsuranceFundEvent implements StructClass {
|
|
225
|
+
__StructClass: true;
|
|
226
|
+
static readonly $typeName: string;
|
|
227
|
+
static readonly $numTypeParams = 0;
|
|
228
|
+
static readonly $isPhantom: readonly [];
|
|
229
|
+
readonly $typeName: string;
|
|
230
|
+
readonly $fullTypeName: `${typeof PKG_V1}::admin::PutInsuranceFundEvent`;
|
|
231
|
+
readonly $typeArgs: [];
|
|
232
|
+
readonly $isPhantom: readonly [];
|
|
233
|
+
readonly token: ToField<TypeName>;
|
|
234
|
+
readonly amount: ToField<"u64">;
|
|
235
|
+
private constructor();
|
|
236
|
+
static reified(): PutInsuranceFundEventReified;
|
|
237
|
+
static get r(): reified.StructClassReified<PutInsuranceFundEvent, PutInsuranceFundEventFields>;
|
|
238
|
+
static phantom(): PhantomReified<ToTypeStr<PutInsuranceFundEvent>>;
|
|
239
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::PutInsuranceFundEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::PutInsuranceFundEvent">;
|
|
240
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
241
|
+
token: {
|
|
242
|
+
name: {
|
|
243
|
+
bytes: number[];
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
amount: string;
|
|
247
|
+
}, {
|
|
248
|
+
token: {
|
|
249
|
+
name: {
|
|
250
|
+
bytes: Iterable<number> & {
|
|
251
|
+
length: number;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
amount: string | number | bigint;
|
|
256
|
+
}>;
|
|
257
|
+
static fromFields(fields: Record<string, any>): PutInsuranceFundEvent;
|
|
258
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): PutInsuranceFundEvent;
|
|
259
|
+
static fromBcs(data: Uint8Array): PutInsuranceFundEvent;
|
|
260
|
+
toJSONField(): {
|
|
261
|
+
token: {
|
|
262
|
+
name: string;
|
|
263
|
+
};
|
|
264
|
+
amount: string;
|
|
265
|
+
};
|
|
266
|
+
toJSON(): {
|
|
267
|
+
token: {
|
|
268
|
+
name: string;
|
|
269
|
+
};
|
|
270
|
+
amount: string;
|
|
271
|
+
$typeName: string;
|
|
272
|
+
$typeArgs: [];
|
|
273
|
+
};
|
|
274
|
+
static fromJSONField(field: any): PutInsuranceFundEvent;
|
|
275
|
+
static fromJSON(json: Record<string, any>): PutInsuranceFundEvent;
|
|
276
|
+
static fromSuiParsedData(content: SuiParsedData): PutInsuranceFundEvent;
|
|
277
|
+
static fromSuiObjectData(data: SuiObjectData): PutInsuranceFundEvent;
|
|
278
|
+
static fetch(client: SuiClient, id: string): Promise<PutInsuranceFundEvent>;
|
|
279
|
+
}
|
|
218
280
|
export declare function isSendFeeEvent(type: string): boolean;
|
|
219
281
|
export interface SendFeeEventFields {
|
|
220
282
|
token: ToField<TypeName>;
|
|
@@ -236,7 +298,7 @@ export declare class SendFeeEvent implements StructClass {
|
|
|
236
298
|
static reified(): SendFeeEventReified;
|
|
237
299
|
static get r(): reified.StructClassReified<SendFeeEvent, SendFeeEventFields>;
|
|
238
300
|
static phantom(): PhantomReified<ToTypeStr<SendFeeEvent>>;
|
|
239
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::SendFeeEvent" | "
|
|
301
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::SendFeeEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::SendFeeEvent">;
|
|
240
302
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
241
303
|
token: {
|
|
242
304
|
name: {
|
|
@@ -306,7 +368,7 @@ export declare class Version implements StructClass {
|
|
|
306
368
|
static reified(): VersionReified;
|
|
307
369
|
static get r(): reified.StructClassReified<Version, VersionFields>;
|
|
308
370
|
static phantom(): PhantomReified<ToTypeStr<Version>>;
|
|
309
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::Version" | "
|
|
371
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::admin::Version" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::admin::Version">;
|
|
310
372
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
311
373
|
id: {
|
|
312
374
|
id: {
|
|
@@ -105,10 +105,11 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
105
105
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
106
106
|
};
|
|
107
107
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
108
|
-
exports.Version = exports.SendFeeEvent = exports.ProtocolFeeEvent = exports.FeePool = exports.FeeInfo = void 0;
|
|
108
|
+
exports.Version = exports.SendFeeEvent = exports.PutInsuranceFundEvent = exports.ProtocolFeeEvent = exports.FeePool = exports.FeeInfo = void 0;
|
|
109
109
|
exports.isFeeInfo = isFeeInfo;
|
|
110
110
|
exports.isFeePool = isFeePool;
|
|
111
111
|
exports.isProtocolFeeEvent = isProtocolFeeEvent;
|
|
112
|
+
exports.isPutInsuranceFundEvent = isPutInsuranceFundEvent;
|
|
112
113
|
exports.isSendFeeEvent = isSendFeeEvent;
|
|
113
114
|
exports.isVersion = isVersion;
|
|
114
115
|
var reified = __importStar(require("../../_framework/reified"));
|
|
@@ -579,6 +580,159 @@ var ProtocolFeeEvent = /** @class */ (function () {
|
|
|
579
580
|
return ProtocolFeeEvent;
|
|
580
581
|
}());
|
|
581
582
|
exports.ProtocolFeeEvent = ProtocolFeeEvent;
|
|
583
|
+
/* ============================== PutInsuranceFundEvent =============================== */
|
|
584
|
+
function isPutInsuranceFundEvent(type) {
|
|
585
|
+
type = (0, util_1.compressSuiType)(type);
|
|
586
|
+
return type === "".concat(index_1.PKG_V1, "::admin::PutInsuranceFundEvent");
|
|
587
|
+
}
|
|
588
|
+
var PutInsuranceFundEvent = /** @class */ (function () {
|
|
589
|
+
function PutInsuranceFundEvent(typeArgs, fields) {
|
|
590
|
+
this.__StructClass = true;
|
|
591
|
+
this.$typeName = PutInsuranceFundEvent.$typeName;
|
|
592
|
+
this.$isPhantom = PutInsuranceFundEvent.$isPhantom;
|
|
593
|
+
this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([PutInsuranceFundEvent.$typeName], __read(typeArgs), false));
|
|
594
|
+
this.$typeArgs = typeArgs;
|
|
595
|
+
this.token = fields.token;
|
|
596
|
+
this.amount = fields.amount;
|
|
597
|
+
}
|
|
598
|
+
PutInsuranceFundEvent.reified = function () {
|
|
599
|
+
var _this = this;
|
|
600
|
+
return {
|
|
601
|
+
typeName: PutInsuranceFundEvent.$typeName,
|
|
602
|
+
fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([PutInsuranceFundEvent.$typeName], [], false)),
|
|
603
|
+
typeArgs: [],
|
|
604
|
+
isPhantom: PutInsuranceFundEvent.$isPhantom,
|
|
605
|
+
reifiedTypeArgs: [],
|
|
606
|
+
fromFields: function (fields) { return PutInsuranceFundEvent.fromFields(fields); },
|
|
607
|
+
fromFieldsWithTypes: function (item) { return PutInsuranceFundEvent.fromFieldsWithTypes(item); },
|
|
608
|
+
fromBcs: function (data) { return PutInsuranceFundEvent.fromBcs(data); },
|
|
609
|
+
bcs: PutInsuranceFundEvent.bcs,
|
|
610
|
+
fromJSONField: function (field) { return PutInsuranceFundEvent.fromJSONField(field); },
|
|
611
|
+
fromJSON: function (json) { return PutInsuranceFundEvent.fromJSON(json); },
|
|
612
|
+
fromSuiParsedData: function (content) { return PutInsuranceFundEvent.fromSuiParsedData(content); },
|
|
613
|
+
fromSuiObjectData: function (content) { return PutInsuranceFundEvent.fromSuiObjectData(content); },
|
|
614
|
+
fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
615
|
+
return [2 /*return*/, PutInsuranceFundEvent.fetch(client, id)];
|
|
616
|
+
}); }); },
|
|
617
|
+
new: function (fields) {
|
|
618
|
+
return new PutInsuranceFundEvent([], fields);
|
|
619
|
+
},
|
|
620
|
+
kind: "StructClassReified",
|
|
621
|
+
};
|
|
622
|
+
};
|
|
623
|
+
Object.defineProperty(PutInsuranceFundEvent, "r", {
|
|
624
|
+
get: function () {
|
|
625
|
+
return PutInsuranceFundEvent.reified();
|
|
626
|
+
},
|
|
627
|
+
enumerable: false,
|
|
628
|
+
configurable: true
|
|
629
|
+
});
|
|
630
|
+
PutInsuranceFundEvent.phantom = function () {
|
|
631
|
+
return (0, reified_1.phantom)(PutInsuranceFundEvent.reified());
|
|
632
|
+
};
|
|
633
|
+
Object.defineProperty(PutInsuranceFundEvent, "p", {
|
|
634
|
+
get: function () {
|
|
635
|
+
return PutInsuranceFundEvent.phantom();
|
|
636
|
+
},
|
|
637
|
+
enumerable: false,
|
|
638
|
+
configurable: true
|
|
639
|
+
});
|
|
640
|
+
Object.defineProperty(PutInsuranceFundEvent, "bcs", {
|
|
641
|
+
get: function () {
|
|
642
|
+
return bcs_1.bcs.struct("PutInsuranceFundEvent", {
|
|
643
|
+
token: structs_1.TypeName.bcs,
|
|
644
|
+
amount: bcs_1.bcs.u64(),
|
|
645
|
+
});
|
|
646
|
+
},
|
|
647
|
+
enumerable: false,
|
|
648
|
+
configurable: true
|
|
649
|
+
});
|
|
650
|
+
PutInsuranceFundEvent.fromFields = function (fields) {
|
|
651
|
+
return PutInsuranceFundEvent.reified().new({
|
|
652
|
+
token: (0, reified_1.decodeFromFields)(structs_1.TypeName.reified(), fields.token),
|
|
653
|
+
amount: (0, reified_1.decodeFromFields)("u64", fields.amount),
|
|
654
|
+
});
|
|
655
|
+
};
|
|
656
|
+
PutInsuranceFundEvent.fromFieldsWithTypes = function (item) {
|
|
657
|
+
if (!isPutInsuranceFundEvent(item.type)) {
|
|
658
|
+
throw new Error("not a PutInsuranceFundEvent type");
|
|
659
|
+
}
|
|
660
|
+
return PutInsuranceFundEvent.reified().new({
|
|
661
|
+
token: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.TypeName.reified(), item.fields.token),
|
|
662
|
+
amount: (0, reified_1.decodeFromFieldsWithTypes)("u64", item.fields.amount),
|
|
663
|
+
});
|
|
664
|
+
};
|
|
665
|
+
PutInsuranceFundEvent.fromBcs = function (data) {
|
|
666
|
+
return PutInsuranceFundEvent.fromFields(PutInsuranceFundEvent.bcs.parse(data));
|
|
667
|
+
};
|
|
668
|
+
PutInsuranceFundEvent.prototype.toJSONField = function () {
|
|
669
|
+
return {
|
|
670
|
+
token: this.token.toJSONField(),
|
|
671
|
+
amount: this.amount.toString(),
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
PutInsuranceFundEvent.prototype.toJSON = function () {
|
|
675
|
+
return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
|
|
676
|
+
};
|
|
677
|
+
PutInsuranceFundEvent.fromJSONField = function (field) {
|
|
678
|
+
return PutInsuranceFundEvent.reified().new({
|
|
679
|
+
token: (0, reified_1.decodeFromJSONField)(structs_1.TypeName.reified(), field.token),
|
|
680
|
+
amount: (0, reified_1.decodeFromJSONField)("u64", field.amount),
|
|
681
|
+
});
|
|
682
|
+
};
|
|
683
|
+
PutInsuranceFundEvent.fromJSON = function (json) {
|
|
684
|
+
if (json.$typeName !== PutInsuranceFundEvent.$typeName) {
|
|
685
|
+
throw new Error("not a WithTwoGenerics json object");
|
|
686
|
+
}
|
|
687
|
+
return PutInsuranceFundEvent.fromJSONField(json);
|
|
688
|
+
};
|
|
689
|
+
PutInsuranceFundEvent.fromSuiParsedData = function (content) {
|
|
690
|
+
if (content.dataType !== "moveObject") {
|
|
691
|
+
throw new Error("not an object");
|
|
692
|
+
}
|
|
693
|
+
if (!isPutInsuranceFundEvent(content.type)) {
|
|
694
|
+
throw new Error("object at ".concat(content.fields.id, " is not a PutInsuranceFundEvent object"));
|
|
695
|
+
}
|
|
696
|
+
return PutInsuranceFundEvent.fromFieldsWithTypes(content);
|
|
697
|
+
};
|
|
698
|
+
PutInsuranceFundEvent.fromSuiObjectData = function (data) {
|
|
699
|
+
if (data.bcs) {
|
|
700
|
+
if (data.bcs.dataType !== "moveObject" || !isPutInsuranceFundEvent(data.bcs.type)) {
|
|
701
|
+
throw new Error("object at is not a PutInsuranceFundEvent object");
|
|
702
|
+
}
|
|
703
|
+
return PutInsuranceFundEvent.fromBcs((0, utils_1.fromB64)(data.bcs.bcsBytes));
|
|
704
|
+
}
|
|
705
|
+
if (data.content) {
|
|
706
|
+
return PutInsuranceFundEvent.fromSuiParsedData(data.content);
|
|
707
|
+
}
|
|
708
|
+
throw new Error("Both `bcs` and `content` fields are missing from the data. Include `showBcs` or `showContent` in the request.");
|
|
709
|
+
};
|
|
710
|
+
PutInsuranceFundEvent.fetch = function (client, id) {
|
|
711
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
712
|
+
var res;
|
|
713
|
+
var _a, _b;
|
|
714
|
+
return __generator(this, function (_c) {
|
|
715
|
+
switch (_c.label) {
|
|
716
|
+
case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
|
|
717
|
+
case 1:
|
|
718
|
+
res = _c.sent();
|
|
719
|
+
if (res.error) {
|
|
720
|
+
throw new Error("error fetching PutInsuranceFundEvent object at id ".concat(id, ": ").concat(res.error.code));
|
|
721
|
+
}
|
|
722
|
+
if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isPutInsuranceFundEvent(res.data.bcs.type)) {
|
|
723
|
+
throw new Error("object at id ".concat(id, " is not a PutInsuranceFundEvent object"));
|
|
724
|
+
}
|
|
725
|
+
return [2 /*return*/, PutInsuranceFundEvent.fromSuiObjectData(res.data)];
|
|
726
|
+
}
|
|
727
|
+
});
|
|
728
|
+
});
|
|
729
|
+
};
|
|
730
|
+
PutInsuranceFundEvent.$typeName = "".concat(index_1.PKG_V1, "::admin::PutInsuranceFundEvent");
|
|
731
|
+
PutInsuranceFundEvent.$numTypeParams = 0;
|
|
732
|
+
PutInsuranceFundEvent.$isPhantom = [];
|
|
733
|
+
return PutInsuranceFundEvent;
|
|
734
|
+
}());
|
|
735
|
+
exports.PutInsuranceFundEvent = PutInsuranceFundEvent;
|
|
582
736
|
/* ============================== SendFeeEvent =============================== */
|
|
583
737
|
function isSendFeeEvent(type) {
|
|
584
738
|
type = (0, util_1.compressSuiType)(type);
|
|
@@ -5,7 +5,7 @@ exports.destructUnsettledBidReceipt = destructUnsettledBidReceipt;
|
|
|
5
5
|
exports.getBidReceipts = getBidReceipts;
|
|
6
6
|
var __1 = require("..");
|
|
7
7
|
var structs_1 = require("../../_dependencies/source/0x1/type-name/structs");
|
|
8
|
-
var structs_2 = require("../../_dependencies/source/
|
|
8
|
+
var structs_2 = require("../../_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs");
|
|
9
9
|
var util_1 = require("../../_framework/util");
|
|
10
10
|
function createUnsettledBidReceipt(tx, args, published_at) {
|
|
11
11
|
if (published_at === void 0) { published_at = __1.PUBLISHED_AT; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as reified from "../../_framework/reified";
|
|
2
2
|
import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
|
|
3
|
-
import { TypusBidReceipt } from "../../_dependencies/source/
|
|
3
|
+
import { TypusBidReceipt } from "../../_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs";
|
|
4
4
|
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
|
|
5
5
|
import { FieldsWithTypes } from "../../_framework/util";
|
|
6
6
|
import { Vector } from "../../_framework/vector";
|
|
@@ -45,7 +45,7 @@ export declare class UnsettledBidReceipt implements StructClass {
|
|
|
45
45
|
static reified(): UnsettledBidReceiptReified;
|
|
46
46
|
static get r(): reified.StructClassReified<UnsettledBidReceipt, UnsettledBidReceiptFields>;
|
|
47
47
|
static phantom(): PhantomReified<ToTypeStr<UnsettledBidReceipt>>;
|
|
48
|
-
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::escrow::UnsettledBidReceipt" | "
|
|
48
|
+
static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::escrow::UnsettledBidReceipt" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::escrow::UnsettledBidReceipt">;
|
|
49
49
|
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
50
50
|
receipt: {
|
|
51
51
|
id: {
|
|
@@ -109,7 +109,7 @@ exports.UnsettledBidReceipt = void 0;
|
|
|
109
109
|
exports.isUnsettledBidReceipt = isUnsettledBidReceipt;
|
|
110
110
|
var reified = __importStar(require("../../_framework/reified"));
|
|
111
111
|
var structs_1 = require("../../_dependencies/source/0x1/type-name/structs");
|
|
112
|
-
var structs_2 = require("../../_dependencies/source/
|
|
112
|
+
var structs_2 = require("../../_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs");
|
|
113
113
|
var reified_1 = require("../../_framework/reified");
|
|
114
114
|
var util_1 = require("../../_framework/util");
|
|
115
115
|
var index_1 = require("../index");
|