@typus/typus-sdk 1.4.84 → 1.5.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/src/auto-bid/token-user-entry.d.ts +9 -9
- package/dist/src/auto-bid/token-user-entry.js +24 -24
- package/dist/src/auto-bid/user-entry.d.ts +9 -9
- package/dist/src/auto-bid/user-entry.js +46 -46
- package/dist/src/auto-bid/view-function.js +14 -14
- package/dist/src/constants/constant.d.ts +1 -1
- package/dist/src/constants/constant.js +1 -1
- package/dist/src/constants/token.d.ts +4 -1
- package/dist/src/constants/token.js +4 -1
- package/dist/src/dice/fetch.js +1 -1
- package/dist/src/dice/user-entry.d.ts +11 -11
- package/dist/src/dice/user-entry.js +34 -34
- package/dist/src/typus/airdrop/authority-entry.d.ts +5 -5
- package/dist/src/typus/airdrop/authority-entry.js +10 -10
- package/dist/src/typus/airdrop/user-entry.d.ts +3 -3
- package/dist/src/typus/airdrop/user-entry.js +2 -2
- package/dist/src/typus/airdrop/view-function.js +10 -10
- package/dist/src/typus/leaderboard/authority-entry.d.ts +5 -5
- package/dist/src/typus/leaderboard/authority-entry.js +9 -4
- package/dist/src/typus/leaderboard/view-function.js +13 -13
- package/dist/src/typus/tails-staking/authority-entry.d.ts +29 -27
- package/dist/src/typus/tails-staking/authority-entry.js +22 -20
- package/dist/src/typus/tails-staking/user-entry.d.ts +23 -23
- package/dist/src/typus/tails-staking/user-entry.js +30 -30
- package/dist/src/typus/tails-staking/view-function.js +14 -14
- package/dist/src/typus/user/view-function.js +9 -9
- package/dist/src/typus-dov-single-v2/authority-entry.d.ts +4 -4
- package/dist/src/typus-dov-single-v2/authority-entry.js +21 -21
- package/dist/src/typus-dov-single-v2/function/bidding.d.ts +1 -83
- package/dist/src/typus-dov-single-v2/function/bidding.js +9 -182
- package/dist/src/typus-dov-single-v2/function/index.d.ts +0 -1
- package/dist/src/typus-dov-single-v2/function/index.js +1 -1
- package/dist/src/typus-dov-single-v2/function/token.js +3 -1
- package/dist/src/typus-dov-single-v2/history/user-history.d.ts +1 -1
- package/dist/src/typus-dov-single-v2/history/vault-history.d.ts +1 -2
- package/dist/src/typus-dov-single-v2/history/vault-history.js +1 -99
- package/dist/src/typus-dov-single-v2/token-user-entry.d.ts +13 -13
- package/dist/src/typus-dov-single-v2/token-user-entry.js +29 -29
- package/dist/src/typus-dov-single-v2/user-entry.d.ts +20 -20
- package/dist/src/typus-dov-single-v2/user-entry.js +61 -59
- package/dist/src/typus-dov-single-v2/view-function.js +55 -55
- package/dist/src/typus-launch/airdrop/authority-entry.d.ts +3 -3
- package/dist/src/typus-launch/airdrop/authority-entry.js +7 -7
- package/dist/src/typus-launch/airdrop/user-entry.d.ts +2 -2
- package/dist/src/typus-launch/airdrop/user-entry.js +2 -2
- package/dist/src/typus-launch/airdrop/view-function.d.ts +1 -0
- package/dist/src/typus-launch/airdrop/view-function.js +10 -9
- package/dist/src/typus-launch/auction/entry.d.ts +5 -5
- package/dist/src/typus-launch/auction/entry.js +4 -4
- package/dist/src/typus-launch/auction/view-function.js +17 -17
- package/dist/src/typus-launch/funding-vault/authority-entry.d.ts +11 -11
- package/dist/src/typus-launch/funding-vault/authority-entry.js +32 -24
- package/dist/src/typus-launch/funding-vault/user-entry.d.ts +3 -3
- package/dist/src/typus-launch/funding-vault/user-entry.js +6 -6
- package/dist/src/typus-launch/funding-vault/view-function.js +29 -29
- package/dist/src/typus-launch/improvement-proposal/authority-entry.d.ts +11 -9
- package/dist/src/typus-launch/improvement-proposal/authority-entry.js +23 -21
- package/dist/src/typus-launch/improvement-proposal/user-entry.d.ts +3 -3
- package/dist/src/typus-launch/improvement-proposal/user-entry.js +2 -2
- package/dist/src/typus-launch/improvement-proposal/view-function.d.ts +6 -1
- package/dist/src/typus-launch/improvement-proposal/view-function.js +43 -35
- package/dist/src/typus-launch/option-airdrop/authority-entry.d.ts +5 -5
- package/dist/src/typus-launch/option-airdrop/authority-entry.js +6 -6
- package/dist/src/typus-launch/ve-typus/authority-entry.d.ts +5 -5
- package/dist/src/typus-launch/ve-typus/authority-entry.js +10 -10
- package/dist/src/typus-launch/ve-typus/user-entry.d.ts +4 -4
- package/dist/src/typus-launch/ve-typus/user-entry.js +9 -6
- package/dist/src/typus-launch/ve-typus/view-function.js +18 -18
- package/dist/src/typus-nft/fetch.d.ts +2 -2
- package/dist/src/typus-nft/user-entry.d.ts +11 -11
- package/dist/src/typus-nft/user-entry.js +3 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.d.ts +16 -6
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.js +161 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.js +4 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.js +94 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.js +84 -23
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +46 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +228 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +46 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +228 -0
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +5 -0
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +8 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +86 -13
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +793 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +52 -10
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +105 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +108 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/authenticator-state/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +894 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.js +183 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bls12381/structs.d.ts +68 -9
- package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +820 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/borrow/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +410 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/coin/structs.d.ts +94 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +1259 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +179 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +577 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +430 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +1177 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/display/structs.d.ts +20 -7
- package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +584 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.d.ts +12 -7
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.js +110 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.d.ts +10 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.js +94 -24
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/groth16/structs.d.ts +28 -10
- package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +710 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.js +16 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk/structs.d.ts +62 -21
- package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +1724 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.js +185 -48
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/linked-table/structs.d.ts +15 -6
- package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +438 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.js +166 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.js +101 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/package/structs.d.ts +28 -10
- package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +752 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.d.ts +19 -9
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.js +192 -50
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/random/structs.d.ts +22 -8
- package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +586 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.js +101 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/token/structs.d.ts +38 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +1107 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.js +99 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer-policy/structs.d.ts +38 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +1099 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.js +108 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-map/structs.d.ts +23 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +436 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.js +94 -24
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.js +177 -49
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.js +113 -29
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.js +98 -26
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +3 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +186 -50
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +40 -14
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +1092 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +15 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +52 -7
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +20 -7
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +643 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +898 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +8 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +11 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +20 -1
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +227 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +622 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +124 -16
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +1476 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +438 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +430 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +1071 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +2275 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +68 -50
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +732 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +900 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +46 -16
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +1335 -0
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +9 -0
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +12 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +4 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +50 -41
- package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828}/royalty-rule/structs.js +227 -103
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +76 -55
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +886 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +247 -136
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +2407 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +100 -34
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +3052 -0
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +10 -0
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +13 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +23 -17
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +213 -147
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +2846 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +58 -20
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +1669 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +46 -16
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +1249 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +244 -82
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +1869 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +115 -30
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +534 -74
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +7680 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +87 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +22 -8
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +581 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +109 -27
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +50 -17
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +1735 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +80 -23
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +6 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +15 -6
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +444 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +172 -58
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +5014 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +40 -14
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1229 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +105 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +95 -26
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +10 -4
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +322 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.d.ts +22 -12
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.js +202 -54
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.d.ts +21 -12
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.js +172 -48
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.d.ts +12 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.js +91 -26
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.js +171 -47
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.d.ts +14 -8
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.js +96 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.js +100 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.d.ts +12 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.js +94 -24
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.js +90 -25
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +6 -0
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.js +1 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.js +100 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.js +95 -26
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.js +182 -50
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.d.ts +20 -10
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.js +181 -48
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.js +85 -24
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.js +87 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.d.ts +12 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.js +96 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.js +90 -25
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/state/structs.d.ts +30 -17
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +573 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +130 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +524 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +48 -39
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +217 -97
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +50 -41
- package/dist/src/{_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828 → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/royalty-rule/structs.js +227 -103
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +93 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.d.ts +12 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.js +94 -24
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/emitter/structs.d.ts +29 -16
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +531 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.js +90 -25
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/governance-message/structs.d.ts +20 -10
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +460 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.js +95 -26
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.js +100 -27
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +6 -0
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/package-utils/structs.d.ts +38 -21
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +680 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/publish-message/structs.d.ts +22 -12
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +449 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.d.ts +52 -43
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.js +232 -103
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.js +165 -45
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/state/structs.d.ts +20 -11
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +455 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.js +174 -47
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.d.ts +31 -17
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.js +252 -69
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/upgrade-contract/structs.d.ts +62 -49
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +532 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.js +125 -32
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.js +165 -45
- package/dist/src/typus-perp/_framework/init-loader.d.ts +2 -0
- package/dist/src/typus-perp/_framework/init-loader.js +63 -0
- package/dist/src/{_framework → typus-perp/_framework}/loader.d.ts +3 -3
- package/dist/src/{_framework → typus-perp/_framework}/loader.js +14 -5
- package/dist/src/{_framework → typus-perp/_framework}/reified.d.ts +28 -20
- package/dist/src/{_framework → typus-perp/_framework}/reified.js +11 -37
- package/dist/src/typus-perp/_framework/util.d.ts +35 -0
- package/dist/src/typus-perp/_framework/util.js +396 -0
- package/dist/src/typus-perp/_framework/vector.d.ts +35 -0
- package/dist/src/typus-perp/_framework/vector.js +112 -0
- package/dist/src/typus-perp/fetch.d.ts +5 -5
- package/dist/src/typus-perp/fetch.js +16 -16
- package/dist/src/typus-perp/index.d.ts +2 -4
- package/dist/src/typus-perp/index.js +5 -64
- package/dist/src/typus-perp/readVec.js +9 -9
- package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +50 -0
- package/dist/src/typus-perp/typus_perp/admin/functions.js +116 -0
- package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.d.ts +49 -27
- package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.js +117 -21
- package/dist/src/typus-perp/typus_perp/index.d.ts +3 -0
- package/dist/src/typus-perp/typus_perp/index.js +6 -0
- package/dist/src/typus-perp/{init.js → typus_perp/init.js} +13 -26
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +342 -0
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +517 -0
- package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.d.ts +698 -148
- package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.js +1457 -172
- package/dist/src/typus-perp/typus_perp/math/functions.d.ts +18 -0
- package/dist/src/typus-perp/typus_perp/math/functions.js +49 -0
- package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +13 -0
- package/dist/src/typus-perp/typus_perp/oracle/functions.js +25 -0
- package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.d.ts +20 -11
- package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.js +52 -10
- package/dist/src/typus-perp/typus_perp/position/functions.d.ts +343 -0
- package/dist/src/typus-perp/typus_perp/position/functions.js +659 -0
- package/dist/src/typus-perp/{position → typus_perp/position}/structs.d.ts +73 -43
- package/dist/src/typus-perp/{position → typus_perp/position}/structs.js +177 -38
- package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +9 -0
- package/dist/src/typus-perp/typus_perp/symbol/functions.js +33 -0
- package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.d.ts +11 -6
- package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.js +23 -4
- package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +19 -0
- package/dist/src/typus-perp/typus_perp/tlp/functions.js +41 -0
- package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.d.ts +20 -11
- package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.js +61 -13
- package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +11 -0
- package/dist/src/typus-perp/{token-interface → typus_perp/token-interface}/functions.js +6 -6
- package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +493 -0
- package/dist/src/typus-perp/typus_perp/trading/functions.js +711 -0
- package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.d.ts +523 -161
- package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.js +1042 -107
- package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +9 -0
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/functions.js +14 -11
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.d.ts +11 -6
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.js +32 -7
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +50 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +116 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/structs.d.ts +447 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/structs.js +898 -0
- package/dist/src/typus-perp/typus_stake_pool/index.d.ts +3 -0
- package/dist/src/typus-perp/typus_stake_pool/index.js +6 -0
- package/dist/src/typus-perp/typus_stake_pool/init.d.ts +2 -0
- package/dist/src/typus-perp/typus_stake_pool/init.js +57 -0
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +175 -0
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +275 -0
- package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.d.ts +293 -185
- package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.js +659 -235
- package/dist/src/typus-perp/user/order.d.ts +10 -10
- package/dist/src/typus-perp/user/order.js +6 -5
- package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +5 -5
- package/dist/src/typus-perp/user/orderWithBidReceipt.js +3 -3
- package/dist/src/typus-perp/user/tlp.d.ts +12 -12
- package/dist/src/typus-perp/user/tlp.js +13 -11
- package/dist/src/typus-safu/user-entry.d.ts +9 -9
- package/dist/src/typus-safu/user-entry.js +18 -18
- package/dist/src/typus-safu/user-history.d.ts +1 -1
- package/dist/src/typus-safu/user-history.js +1 -1
- package/dist/src/typus-safu/view-function.js +17 -17
- package/dist/src/utils/api/price.js +18 -2
- package/dist/src/utils/api/sentio/reward-generated.d.ts +1 -1
- package/dist/src/utils/mint.d.ts +2 -2
- package/dist/src/utils/mint.js +3 -3
- package/dist/src/utils/pyth/constant.d.ts +2 -0
- package/dist/src/utils/pyth/constant.js +2 -0
- package/dist/src/utils/pyth/pythClient.d.ts +3 -3
- package/dist/src/utils/typusConfig.d.ts +8 -2
- package/package.json +4 -5
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -5
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -377
- package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +0 -565
- package/dist/src/_dependencies/source/0x2/bls12381/structs.js +0 -434
- package/dist/src/_dependencies/source/0x2/borrow/structs.js +0 -267
- package/dist/src/_dependencies/source/0x2/coin/structs.js +0 -648
- package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +0 -178
- package/dist/src/_dependencies/source/0x2/deny-list/structs.js +0 -290
- package/dist/src/_dependencies/source/0x2/display/structs.js +0 -362
- package/dist/src/_dependencies/source/0x2/groth16/structs.js +0 -464
- package/dist/src/_dependencies/source/0x2/kiosk/structs.js +0 -1033
- package/dist/src/_dependencies/source/0x2/linked-table/structs.js +0 -272
- package/dist/src/_dependencies/source/0x2/package/structs.js +0 -478
- package/dist/src/_dependencies/source/0x2/random/structs.js +0 -383
- package/dist/src/_dependencies/source/0x2/token/structs.js +0 -651
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +0 -665
- package/dist/src/_dependencies/source/0x2/vec-map/structs.js +0 -286
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -669
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -402
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -566
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -5
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -774
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -272
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -276
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -471
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -563
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -789
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -5
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -562
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -1331
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -1706
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -5
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -1643
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -971
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -750
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -933
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -3796
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -2830
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -711
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -212
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -348
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -298
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -5
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -438
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -297
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -303
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -349
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -5
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -363
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -79
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -256
- package/dist/src/_framework/init-source.d.ts +0 -1
- package/dist/src/_framework/init-source.js +0 -64
- package/dist/src/_framework/util.d.ts +0 -53
- package/dist/src/_framework/util.js +0 -251
- package/dist/src/typus-perp/admin/functions.d.ts +0 -51
- package/dist/src/typus-perp/admin/functions.js +0 -100
- package/dist/src/typus-perp/lp-pool/functions.d.ts +0 -283
- package/dist/src/typus-perp/lp-pool/functions.js +0 -418
- package/dist/src/typus-perp/math/functions.d.ts +0 -18
- package/dist/src/typus-perp/math/functions.js +0 -40
- package/dist/src/typus-perp/oracle/functions.d.ts +0 -14
- package/dist/src/typus-perp/oracle/functions.js +0 -22
- package/dist/src/typus-perp/position/functions.d.ts +0 -339
- package/dist/src/typus-perp/position/functions.js +0 -564
- package/dist/src/typus-perp/stake-pool/functions.d.ts +0 -169
- package/dist/src/typus-perp/stake-pool/functions.js +0 -258
- package/dist/src/typus-perp/symbol/functions.d.ts +0 -10
- package/dist/src/typus-perp/symbol/functions.js +0 -20
- package/dist/src/typus-perp/tlp/functions.d.ts +0 -20
- package/dist/src/typus-perp/tlp/functions.js +0 -35
- package/dist/src/typus-perp/token-interface/functions.d.ts +0 -12
- package/dist/src/typus-perp/trading/functions.d.ts +0 -427
- package/dist/src/typus-perp/trading/functions.js +0 -612
- package/dist/src/typus-perp/treasury-caps/functions.d.ts +0 -10
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -0
- package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.d.ts +0 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +2 -2
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.d.ts +0 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.js +4 -4
- /package/dist/src/typus-perp/{init.d.ts → typus_perp/init.d.ts} +0 -0
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as reified from "../../../../_framework/reified";
|
|
2
|
-
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr
|
|
2
|
+
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../../../_framework/reified";
|
|
3
3
|
import { FieldsWithTypes } from "../../../../_framework/util";
|
|
4
|
+
import { Vector } from "../../../../_framework/vector";
|
|
4
5
|
import { Option } from "../../0x1/option/structs";
|
|
5
6
|
import { String } from "../../0x1/string/structs";
|
|
6
7
|
import { TypeName } from "../../0x1/type-name/structs";
|
|
7
8
|
import { ID, UID } from "../../0x2/object/structs";
|
|
8
|
-
import {
|
|
9
|
+
import { PKG_V1 } from "../index";
|
|
10
|
+
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
9
11
|
export declare function isActivate(type: string): boolean;
|
|
10
12
|
export interface ActivateFields {
|
|
11
13
|
signer: ToField<"address">;
|
|
@@ -16,11 +18,14 @@ export interface ActivateFields {
|
|
|
16
18
|
}
|
|
17
19
|
export type ActivateReified = Reified<Activate, ActivateFields>;
|
|
18
20
|
export declare class Activate implements StructClass {
|
|
21
|
+
__StructClass: true;
|
|
19
22
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
|
|
20
23
|
static readonly $numTypeParams = 0;
|
|
24
|
+
static readonly $isPhantom: readonly [];
|
|
21
25
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
|
|
22
|
-
readonly $fullTypeName:
|
|
26
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Activate`;
|
|
23
27
|
readonly $typeArgs: [];
|
|
28
|
+
readonly $isPhantom: readonly [];
|
|
24
29
|
readonly signer: ToField<"address">;
|
|
25
30
|
readonly index: ToField<"u64">;
|
|
26
31
|
readonly token: ToField<TypeName>;
|
|
@@ -31,7 +36,7 @@ export declare class Activate implements StructClass {
|
|
|
31
36
|
static get r(): reified.StructClassReified<Activate, ActivateFields>;
|
|
32
37
|
static phantom(): PhantomReified<ToTypeStr<Activate>>;
|
|
33
38
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate">;
|
|
34
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
39
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
35
40
|
signer: string;
|
|
36
41
|
index: string;
|
|
37
42
|
token: {
|
|
@@ -80,6 +85,7 @@ export declare class Activate implements StructClass {
|
|
|
80
85
|
static fromJSONField(field: any): Activate;
|
|
81
86
|
static fromJSON(json: Record<string, any>): Activate;
|
|
82
87
|
static fromSuiParsedData(content: SuiParsedData): Activate;
|
|
88
|
+
static fromSuiObjectData(data: SuiObjectData): Activate;
|
|
83
89
|
static fetch(client: SuiClient, id: string): Promise<Activate>;
|
|
84
90
|
}
|
|
85
91
|
export declare function isBidShare(type: string): boolean;
|
|
@@ -90,11 +96,14 @@ export interface BidShareFields {
|
|
|
90
96
|
}
|
|
91
97
|
export type BidShareReified = Reified<BidShare, BidShareFields>;
|
|
92
98
|
export declare class BidShare implements StructClass {
|
|
99
|
+
__StructClass: true;
|
|
93
100
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
|
|
94
101
|
static readonly $numTypeParams = 0;
|
|
102
|
+
static readonly $isPhantom: readonly [];
|
|
95
103
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
|
|
96
|
-
readonly $fullTypeName:
|
|
104
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::BidShare`;
|
|
97
105
|
readonly $typeArgs: [];
|
|
106
|
+
readonly $isPhantom: readonly [];
|
|
98
107
|
readonly receipt: ToField<"address">;
|
|
99
108
|
readonly share: ToField<"u64">;
|
|
100
109
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
@@ -103,7 +112,7 @@ export declare class BidShare implements StructClass {
|
|
|
103
112
|
static get r(): reified.StructClassReified<BidShare, BidShareFields>;
|
|
104
113
|
static phantom(): PhantomReified<ToTypeStr<BidShare>>;
|
|
105
114
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare">;
|
|
106
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
115
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
107
116
|
receipt: string;
|
|
108
117
|
share: string;
|
|
109
118
|
u64_padding: string[];
|
|
@@ -132,6 +141,7 @@ export declare class BidShare implements StructClass {
|
|
|
132
141
|
static fromJSONField(field: any): BidShare;
|
|
133
142
|
static fromJSON(json: Record<string, any>): BidShare;
|
|
134
143
|
static fromSuiParsedData(content: SuiParsedData): BidShare;
|
|
144
|
+
static fromSuiObjectData(data: SuiObjectData): BidShare;
|
|
135
145
|
static fetch(client: SuiClient, id: string): Promise<BidShare>;
|
|
136
146
|
}
|
|
137
147
|
export declare function isBidVault(type: string): boolean;
|
|
@@ -148,11 +158,14 @@ export interface BidVaultFields {
|
|
|
148
158
|
}
|
|
149
159
|
export type BidVaultReified = Reified<BidVault, BidVaultFields>;
|
|
150
160
|
export declare class BidVault implements StructClass {
|
|
161
|
+
__StructClass: true;
|
|
151
162
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
|
|
152
163
|
static readonly $numTypeParams = 0;
|
|
164
|
+
static readonly $isPhantom: readonly [];
|
|
153
165
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
|
|
154
|
-
readonly $fullTypeName:
|
|
166
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::BidVault`;
|
|
155
167
|
readonly $typeArgs: [];
|
|
168
|
+
readonly $isPhantom: readonly [];
|
|
156
169
|
readonly id: ToField<UID>;
|
|
157
170
|
readonly depositToken: ToField<TypeName>;
|
|
158
171
|
readonly bidToken: ToField<TypeName>;
|
|
@@ -167,7 +180,7 @@ export declare class BidVault implements StructClass {
|
|
|
167
180
|
static get r(): reified.StructClassReified<BidVault, BidVaultFields>;
|
|
168
181
|
static phantom(): PhantomReified<ToTypeStr<BidVault>>;
|
|
169
182
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault">;
|
|
170
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
183
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
171
184
|
id: {
|
|
172
185
|
id: {
|
|
173
186
|
bytes: string;
|
|
@@ -274,6 +287,7 @@ export declare class BidVault implements StructClass {
|
|
|
274
287
|
static fromJSONField(field: any): BidVault;
|
|
275
288
|
static fromJSON(json: Record<string, any>): BidVault;
|
|
276
289
|
static fromSuiParsedData(content: SuiParsedData): BidVault;
|
|
290
|
+
static fromSuiObjectData(data: SuiObjectData): BidVault;
|
|
277
291
|
static fetch(client: SuiClient, id: string): Promise<BidVault>;
|
|
278
292
|
}
|
|
279
293
|
export declare function isClaim(type: string): boolean;
|
|
@@ -285,11 +299,14 @@ export interface ClaimFields {
|
|
|
285
299
|
}
|
|
286
300
|
export type ClaimReified = Reified<Claim, ClaimFields>;
|
|
287
301
|
export declare class Claim implements StructClass {
|
|
302
|
+
__StructClass: true;
|
|
288
303
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
|
|
289
304
|
static readonly $numTypeParams = 0;
|
|
305
|
+
static readonly $isPhantom: readonly [];
|
|
290
306
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
|
|
291
|
-
readonly $fullTypeName:
|
|
307
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Claim`;
|
|
292
308
|
readonly $typeArgs: [];
|
|
309
|
+
readonly $isPhantom: readonly [];
|
|
293
310
|
readonly signer: ToField<"address">;
|
|
294
311
|
readonly index: ToField<"u64">;
|
|
295
312
|
readonly token: ToField<TypeName>;
|
|
@@ -299,7 +316,7 @@ export declare class Claim implements StructClass {
|
|
|
299
316
|
static get r(): reified.StructClassReified<Claim, ClaimFields>;
|
|
300
317
|
static phantom(): PhantomReified<ToTypeStr<Claim>>;
|
|
301
318
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim">;
|
|
302
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
319
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
303
320
|
signer: string;
|
|
304
321
|
index: string;
|
|
305
322
|
token: {
|
|
@@ -344,6 +361,7 @@ export declare class Claim implements StructClass {
|
|
|
344
361
|
static fromJSONField(field: any): Claim;
|
|
345
362
|
static fromJSON(json: Record<string, any>): Claim;
|
|
346
363
|
static fromSuiParsedData(content: SuiParsedData): Claim;
|
|
364
|
+
static fromSuiObjectData(data: SuiObjectData): Claim;
|
|
347
365
|
static fetch(client: SuiClient, id: string): Promise<Claim>;
|
|
348
366
|
}
|
|
349
367
|
export declare function isCompound(type: string): boolean;
|
|
@@ -358,11 +376,14 @@ export interface CompoundFields {
|
|
|
358
376
|
}
|
|
359
377
|
export type CompoundReified = Reified<Compound, CompoundFields>;
|
|
360
378
|
export declare class Compound implements StructClass {
|
|
379
|
+
__StructClass: true;
|
|
361
380
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
|
|
362
381
|
static readonly $numTypeParams = 0;
|
|
382
|
+
static readonly $isPhantom: readonly [];
|
|
363
383
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
|
|
364
|
-
readonly $fullTypeName:
|
|
384
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Compound`;
|
|
365
385
|
readonly $typeArgs: [];
|
|
386
|
+
readonly $isPhantom: readonly [];
|
|
366
387
|
readonly signer: ToField<"address">;
|
|
367
388
|
readonly index: ToField<"u64">;
|
|
368
389
|
readonly token: ToField<TypeName>;
|
|
@@ -375,7 +396,7 @@ export declare class Compound implements StructClass {
|
|
|
375
396
|
static get r(): reified.StructClassReified<Compound, CompoundFields>;
|
|
376
397
|
static phantom(): PhantomReified<ToTypeStr<Compound>>;
|
|
377
398
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound">;
|
|
378
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
399
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
379
400
|
signer: string;
|
|
380
401
|
index: string;
|
|
381
402
|
token: {
|
|
@@ -438,6 +459,7 @@ export declare class Compound implements StructClass {
|
|
|
438
459
|
static fromJSONField(field: any): Compound;
|
|
439
460
|
static fromJSON(json: Record<string, any>): Compound;
|
|
440
461
|
static fromSuiParsedData(content: SuiParsedData): Compound;
|
|
462
|
+
static fromSuiObjectData(data: SuiObjectData): Compound;
|
|
441
463
|
static fetch(client: SuiClient, id: string): Promise<Compound>;
|
|
442
464
|
}
|
|
443
465
|
export declare function isDelivery(type: string): boolean;
|
|
@@ -451,11 +473,14 @@ export interface DeliveryFields {
|
|
|
451
473
|
}
|
|
452
474
|
export type DeliveryReified = Reified<Delivery, DeliveryFields>;
|
|
453
475
|
export declare class Delivery implements StructClass {
|
|
476
|
+
__StructClass: true;
|
|
454
477
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
|
|
455
478
|
static readonly $numTypeParams = 0;
|
|
479
|
+
static readonly $isPhantom: readonly [];
|
|
456
480
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
|
|
457
|
-
readonly $fullTypeName:
|
|
481
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Delivery`;
|
|
458
482
|
readonly $typeArgs: [];
|
|
483
|
+
readonly $isPhantom: readonly [];
|
|
459
484
|
readonly signer: ToField<"address">;
|
|
460
485
|
readonly index: ToField<"u64">;
|
|
461
486
|
readonly premiumToken: ToField<TypeName>;
|
|
@@ -467,7 +492,7 @@ export declare class Delivery implements StructClass {
|
|
|
467
492
|
static get r(): reified.StructClassReified<Delivery, DeliveryFields>;
|
|
468
493
|
static phantom(): PhantomReified<ToTypeStr<Delivery>>;
|
|
469
494
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery">;
|
|
470
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
495
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
471
496
|
signer: string;
|
|
472
497
|
index: string;
|
|
473
498
|
premium_token: {
|
|
@@ -534,6 +559,7 @@ export declare class Delivery implements StructClass {
|
|
|
534
559
|
static fromJSONField(field: any): Delivery;
|
|
535
560
|
static fromJSON(json: Record<string, any>): Delivery;
|
|
536
561
|
static fromSuiParsedData(content: SuiParsedData): Delivery;
|
|
562
|
+
static fromSuiObjectData(data: SuiObjectData): Delivery;
|
|
537
563
|
static fetch(client: SuiClient, id: string): Promise<Delivery>;
|
|
538
564
|
}
|
|
539
565
|
export declare function isDeposit(type: string): boolean;
|
|
@@ -545,11 +571,14 @@ export interface DepositFields {
|
|
|
545
571
|
}
|
|
546
572
|
export type DepositReified = Reified<Deposit, DepositFields>;
|
|
547
573
|
export declare class Deposit implements StructClass {
|
|
574
|
+
__StructClass: true;
|
|
548
575
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
|
|
549
576
|
static readonly $numTypeParams = 0;
|
|
577
|
+
static readonly $isPhantom: readonly [];
|
|
550
578
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
|
|
551
|
-
readonly $fullTypeName:
|
|
579
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Deposit`;
|
|
552
580
|
readonly $typeArgs: [];
|
|
581
|
+
readonly $isPhantom: readonly [];
|
|
553
582
|
readonly signer: ToField<"address">;
|
|
554
583
|
readonly index: ToField<"u64">;
|
|
555
584
|
readonly token: ToField<TypeName>;
|
|
@@ -559,7 +588,7 @@ export declare class Deposit implements StructClass {
|
|
|
559
588
|
static get r(): reified.StructClassReified<Deposit, DepositFields>;
|
|
560
589
|
static phantom(): PhantomReified<ToTypeStr<Deposit>>;
|
|
561
590
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit">;
|
|
562
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
591
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
563
592
|
signer: string;
|
|
564
593
|
index: string;
|
|
565
594
|
token: {
|
|
@@ -604,6 +633,7 @@ export declare class Deposit implements StructClass {
|
|
|
604
633
|
static fromJSONField(field: any): Deposit;
|
|
605
634
|
static fromJSON(json: Record<string, any>): Deposit;
|
|
606
635
|
static fromSuiParsedData(content: SuiParsedData): Deposit;
|
|
636
|
+
static fromSuiObjectData(data: SuiObjectData): Deposit;
|
|
607
637
|
static fetch(client: SuiClient, id: string): Promise<Deposit>;
|
|
608
638
|
}
|
|
609
639
|
export declare function isDepositShare(type: string): boolean;
|
|
@@ -619,11 +649,14 @@ export interface DepositShareFields {
|
|
|
619
649
|
}
|
|
620
650
|
export type DepositShareReified = Reified<DepositShare, DepositShareFields>;
|
|
621
651
|
export declare class DepositShare implements StructClass {
|
|
652
|
+
__StructClass: true;
|
|
622
653
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
|
|
623
654
|
static readonly $numTypeParams = 0;
|
|
655
|
+
static readonly $isPhantom: readonly [];
|
|
624
656
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
|
|
625
|
-
readonly $fullTypeName:
|
|
657
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::DepositShare`;
|
|
626
658
|
readonly $typeArgs: [];
|
|
659
|
+
readonly $isPhantom: readonly [];
|
|
627
660
|
readonly receipt: ToField<"address">;
|
|
628
661
|
readonly activeShare: ToField<"u64">;
|
|
629
662
|
readonly deactivatingShare: ToField<"u64">;
|
|
@@ -637,7 +670,7 @@ export declare class DepositShare implements StructClass {
|
|
|
637
670
|
static get r(): reified.StructClassReified<DepositShare, DepositShareFields>;
|
|
638
671
|
static phantom(): PhantomReified<ToTypeStr<DepositShare>>;
|
|
639
672
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare">;
|
|
640
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
673
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
641
674
|
receipt: string;
|
|
642
675
|
active_share: string;
|
|
643
676
|
deactivating_share: string;
|
|
@@ -686,6 +719,7 @@ export declare class DepositShare implements StructClass {
|
|
|
686
719
|
static fromJSONField(field: any): DepositShare;
|
|
687
720
|
static fromJSON(json: Record<string, any>): DepositShare;
|
|
688
721
|
static fromSuiParsedData(content: SuiParsedData): DepositShare;
|
|
722
|
+
static fromSuiObjectData(data: SuiObjectData): DepositShare;
|
|
689
723
|
static fetch(client: SuiClient, id: string): Promise<DepositShare>;
|
|
690
724
|
}
|
|
691
725
|
export declare function isDepositVault(type: string): boolean;
|
|
@@ -711,11 +745,14 @@ export interface DepositVaultFields {
|
|
|
711
745
|
}
|
|
712
746
|
export type DepositVaultReified = Reified<DepositVault, DepositVaultFields>;
|
|
713
747
|
export declare class DepositVault implements StructClass {
|
|
748
|
+
__StructClass: true;
|
|
714
749
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
|
|
715
750
|
static readonly $numTypeParams = 0;
|
|
751
|
+
static readonly $isPhantom: readonly [];
|
|
716
752
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
|
|
717
|
-
readonly $fullTypeName:
|
|
753
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::DepositVault`;
|
|
718
754
|
readonly $typeArgs: [];
|
|
755
|
+
readonly $isPhantom: readonly [];
|
|
719
756
|
readonly id: ToField<UID>;
|
|
720
757
|
readonly depositToken: ToField<TypeName>;
|
|
721
758
|
readonly bidToken: ToField<TypeName>;
|
|
@@ -739,7 +776,7 @@ export declare class DepositVault implements StructClass {
|
|
|
739
776
|
static get r(): reified.StructClassReified<DepositVault, DepositVaultFields>;
|
|
740
777
|
static phantom(): PhantomReified<ToTypeStr<DepositVault>>;
|
|
741
778
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault">;
|
|
742
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
779
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
743
780
|
id: {
|
|
744
781
|
id: {
|
|
745
782
|
bytes: string;
|
|
@@ -888,6 +925,7 @@ export declare class DepositVault implements StructClass {
|
|
|
888
925
|
static fromJSONField(field: any): DepositVault;
|
|
889
926
|
static fromJSON(json: Record<string, any>): DepositVault;
|
|
890
927
|
static fromSuiParsedData(content: SuiParsedData): DepositVault;
|
|
928
|
+
static fromSuiObjectData(data: SuiObjectData): DepositVault;
|
|
891
929
|
static fetch(client: SuiClient, id: string): Promise<DepositVault>;
|
|
892
930
|
}
|
|
893
931
|
export declare function isExercise(type: string): boolean;
|
|
@@ -900,11 +938,14 @@ export interface ExerciseFields {
|
|
|
900
938
|
}
|
|
901
939
|
export type ExerciseReified = Reified<Exercise, ExerciseFields>;
|
|
902
940
|
export declare class Exercise implements StructClass {
|
|
941
|
+
__StructClass: true;
|
|
903
942
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
|
|
904
943
|
static readonly $numTypeParams = 0;
|
|
944
|
+
static readonly $isPhantom: readonly [];
|
|
905
945
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
|
|
906
|
-
readonly $fullTypeName:
|
|
946
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Exercise`;
|
|
907
947
|
readonly $typeArgs: [];
|
|
948
|
+
readonly $isPhantom: readonly [];
|
|
908
949
|
readonly signer: ToField<"address">;
|
|
909
950
|
readonly index: ToField<"u64">;
|
|
910
951
|
readonly depositToken: ToField<TypeName>;
|
|
@@ -915,7 +956,7 @@ export declare class Exercise implements StructClass {
|
|
|
915
956
|
static get r(): reified.StructClassReified<Exercise, ExerciseFields>;
|
|
916
957
|
static phantom(): PhantomReified<ToTypeStr<Exercise>>;
|
|
917
958
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise">;
|
|
918
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
959
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
919
960
|
signer: string;
|
|
920
961
|
index: string;
|
|
921
962
|
deposit_token: {
|
|
@@ -974,6 +1015,7 @@ export declare class Exercise implements StructClass {
|
|
|
974
1015
|
static fromJSONField(field: any): Exercise;
|
|
975
1016
|
static fromJSON(json: Record<string, any>): Exercise;
|
|
976
1017
|
static fromSuiParsedData(content: SuiParsedData): Exercise;
|
|
1018
|
+
static fromSuiObjectData(data: SuiObjectData): Exercise;
|
|
977
1019
|
static fetch(client: SuiClient, id: string): Promise<Exercise>;
|
|
978
1020
|
}
|
|
979
1021
|
export declare function isHarvest(type: string): boolean;
|
|
@@ -988,11 +1030,14 @@ export interface HarvestFields {
|
|
|
988
1030
|
}
|
|
989
1031
|
export type HarvestReified = Reified<Harvest, HarvestFields>;
|
|
990
1032
|
export declare class Harvest implements StructClass {
|
|
1033
|
+
__StructClass: true;
|
|
991
1034
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
|
|
992
1035
|
static readonly $numTypeParams = 0;
|
|
1036
|
+
static readonly $isPhantom: readonly [];
|
|
993
1037
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
|
|
994
|
-
readonly $fullTypeName:
|
|
1038
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Harvest`;
|
|
995
1039
|
readonly $typeArgs: [];
|
|
1040
|
+
readonly $isPhantom: readonly [];
|
|
996
1041
|
readonly signer: ToField<"address">;
|
|
997
1042
|
readonly index: ToField<"u64">;
|
|
998
1043
|
readonly token: ToField<TypeName>;
|
|
@@ -1005,7 +1050,7 @@ export declare class Harvest implements StructClass {
|
|
|
1005
1050
|
static get r(): reified.StructClassReified<Harvest, HarvestFields>;
|
|
1006
1051
|
static phantom(): PhantomReified<ToTypeStr<Harvest>>;
|
|
1007
1052
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest">;
|
|
1008
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1053
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1009
1054
|
signer: string;
|
|
1010
1055
|
index: string;
|
|
1011
1056
|
token: {
|
|
@@ -1068,6 +1113,7 @@ export declare class Harvest implements StructClass {
|
|
|
1068
1113
|
static fromJSONField(field: any): Harvest;
|
|
1069
1114
|
static fromJSON(json: Record<string, any>): Harvest;
|
|
1070
1115
|
static fromSuiParsedData(content: SuiParsedData): Harvest;
|
|
1116
|
+
static fromSuiObjectData(data: SuiObjectData): Harvest;
|
|
1071
1117
|
static fetch(client: SuiClient, id: string): Promise<Harvest>;
|
|
1072
1118
|
}
|
|
1073
1119
|
export declare function isIncentiviseBidder(type: string): boolean;
|
|
@@ -1079,11 +1125,14 @@ export interface IncentiviseBidderFields {
|
|
|
1079
1125
|
}
|
|
1080
1126
|
export type IncentiviseBidderReified = Reified<IncentiviseBidder, IncentiviseBidderFields>;
|
|
1081
1127
|
export declare class IncentiviseBidder implements StructClass {
|
|
1128
|
+
__StructClass: true;
|
|
1082
1129
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
|
|
1083
1130
|
static readonly $numTypeParams = 0;
|
|
1131
|
+
static readonly $isPhantom: readonly [];
|
|
1084
1132
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
|
|
1085
|
-
readonly $fullTypeName:
|
|
1133
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::IncentiviseBidder`;
|
|
1086
1134
|
readonly $typeArgs: [];
|
|
1135
|
+
readonly $isPhantom: readonly [];
|
|
1087
1136
|
readonly signer: ToField<"address">;
|
|
1088
1137
|
readonly index: ToField<"u64">;
|
|
1089
1138
|
readonly token: ToField<TypeName>;
|
|
@@ -1093,7 +1142,7 @@ export declare class IncentiviseBidder implements StructClass {
|
|
|
1093
1142
|
static get r(): reified.StructClassReified<IncentiviseBidder, IncentiviseBidderFields>;
|
|
1094
1143
|
static phantom(): PhantomReified<ToTypeStr<IncentiviseBidder>>;
|
|
1095
1144
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder">;
|
|
1096
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1145
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1097
1146
|
signer: string;
|
|
1098
1147
|
index: string;
|
|
1099
1148
|
token: {
|
|
@@ -1138,6 +1187,7 @@ export declare class IncentiviseBidder implements StructClass {
|
|
|
1138
1187
|
static fromJSONField(field: any): IncentiviseBidder;
|
|
1139
1188
|
static fromJSON(json: Record<string, any>): IncentiviseBidder;
|
|
1140
1189
|
static fromSuiParsedData(content: SuiParsedData): IncentiviseBidder;
|
|
1190
|
+
static fromSuiObjectData(data: SuiObjectData): IncentiviseBidder;
|
|
1141
1191
|
static fetch(client: SuiClient, id: string): Promise<IncentiviseBidder>;
|
|
1142
1192
|
}
|
|
1143
1193
|
export declare function isNewBidVault(type: string): boolean;
|
|
@@ -1148,11 +1198,14 @@ export interface NewBidVaultFields {
|
|
|
1148
1198
|
}
|
|
1149
1199
|
export type NewBidVaultReified = Reified<NewBidVault, NewBidVaultFields>;
|
|
1150
1200
|
export declare class NewBidVault implements StructClass {
|
|
1201
|
+
__StructClass: true;
|
|
1151
1202
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
|
|
1152
1203
|
static readonly $numTypeParams = 0;
|
|
1204
|
+
static readonly $isPhantom: readonly [];
|
|
1153
1205
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
|
|
1154
|
-
readonly $fullTypeName:
|
|
1206
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::NewBidVault`;
|
|
1155
1207
|
readonly $typeArgs: [];
|
|
1208
|
+
readonly $isPhantom: readonly [];
|
|
1156
1209
|
readonly signer: ToField<"address">;
|
|
1157
1210
|
readonly index: ToField<"u64">;
|
|
1158
1211
|
readonly bidToken: ToField<TypeName>;
|
|
@@ -1161,7 +1214,7 @@ export declare class NewBidVault implements StructClass {
|
|
|
1161
1214
|
static get r(): reified.StructClassReified<NewBidVault, NewBidVaultFields>;
|
|
1162
1215
|
static phantom(): PhantomReified<ToTypeStr<NewBidVault>>;
|
|
1163
1216
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault">;
|
|
1164
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1217
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1165
1218
|
signer: string;
|
|
1166
1219
|
index: string;
|
|
1167
1220
|
bid_token: {
|
|
@@ -1202,6 +1255,7 @@ export declare class NewBidVault implements StructClass {
|
|
|
1202
1255
|
static fromJSONField(field: any): NewBidVault;
|
|
1203
1256
|
static fromJSON(json: Record<string, any>): NewBidVault;
|
|
1204
1257
|
static fromSuiParsedData(content: SuiParsedData): NewBidVault;
|
|
1258
|
+
static fromSuiObjectData(data: SuiObjectData): NewBidVault;
|
|
1205
1259
|
static fetch(client: SuiClient, id: string): Promise<NewBidVault>;
|
|
1206
1260
|
}
|
|
1207
1261
|
export declare function isNewDepositVault(type: string): boolean;
|
|
@@ -1213,11 +1267,14 @@ export interface NewDepositVaultFields {
|
|
|
1213
1267
|
}
|
|
1214
1268
|
export type NewDepositVaultReified = Reified<NewDepositVault, NewDepositVaultFields>;
|
|
1215
1269
|
export declare class NewDepositVault implements StructClass {
|
|
1270
|
+
__StructClass: true;
|
|
1216
1271
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
|
|
1217
1272
|
static readonly $numTypeParams = 0;
|
|
1273
|
+
static readonly $isPhantom: readonly [];
|
|
1218
1274
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
|
|
1219
|
-
readonly $fullTypeName:
|
|
1275
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::NewDepositVault`;
|
|
1220
1276
|
readonly $typeArgs: [];
|
|
1277
|
+
readonly $isPhantom: readonly [];
|
|
1221
1278
|
readonly signer: ToField<"address">;
|
|
1222
1279
|
readonly index: ToField<"u64">;
|
|
1223
1280
|
readonly depositToken: ToField<TypeName>;
|
|
@@ -1227,7 +1284,7 @@ export declare class NewDepositVault implements StructClass {
|
|
|
1227
1284
|
static get r(): reified.StructClassReified<NewDepositVault, NewDepositVaultFields>;
|
|
1228
1285
|
static phantom(): PhantomReified<ToTypeStr<NewDepositVault>>;
|
|
1229
1286
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault">;
|
|
1230
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1287
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1231
1288
|
signer: string;
|
|
1232
1289
|
index: string;
|
|
1233
1290
|
deposit_token: {
|
|
@@ -1286,6 +1343,7 @@ export declare class NewDepositVault implements StructClass {
|
|
|
1286
1343
|
static fromJSONField(field: any): NewDepositVault;
|
|
1287
1344
|
static fromJSON(json: Record<string, any>): NewDepositVault;
|
|
1288
1345
|
static fromSuiParsedData(content: SuiParsedData): NewDepositVault;
|
|
1346
|
+
static fromSuiObjectData(data: SuiObjectData): NewDepositVault;
|
|
1289
1347
|
static fetch(client: SuiClient, id: string): Promise<NewDepositVault>;
|
|
1290
1348
|
}
|
|
1291
1349
|
export declare function isNewRefundVault(type: string): boolean;
|
|
@@ -1295,11 +1353,14 @@ export interface NewRefundVaultFields {
|
|
|
1295
1353
|
}
|
|
1296
1354
|
export type NewRefundVaultReified = Reified<NewRefundVault, NewRefundVaultFields>;
|
|
1297
1355
|
export declare class NewRefundVault implements StructClass {
|
|
1356
|
+
__StructClass: true;
|
|
1298
1357
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
|
|
1299
1358
|
static readonly $numTypeParams = 0;
|
|
1359
|
+
static readonly $isPhantom: readonly [];
|
|
1300
1360
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
|
|
1301
|
-
readonly $fullTypeName:
|
|
1361
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::NewRefundVault`;
|
|
1302
1362
|
readonly $typeArgs: [];
|
|
1363
|
+
readonly $isPhantom: readonly [];
|
|
1303
1364
|
readonly signer: ToField<"address">;
|
|
1304
1365
|
readonly token: ToField<TypeName>;
|
|
1305
1366
|
private constructor();
|
|
@@ -1307,7 +1368,7 @@ export declare class NewRefundVault implements StructClass {
|
|
|
1307
1368
|
static get r(): reified.StructClassReified<NewRefundVault, NewRefundVaultFields>;
|
|
1308
1369
|
static phantom(): PhantomReified<ToTypeStr<NewRefundVault>>;
|
|
1309
1370
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault">;
|
|
1310
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1371
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1311
1372
|
signer: string;
|
|
1312
1373
|
token: {
|
|
1313
1374
|
name: {
|
|
@@ -1344,6 +1405,7 @@ export declare class NewRefundVault implements StructClass {
|
|
|
1344
1405
|
static fromJSONField(field: any): NewRefundVault;
|
|
1345
1406
|
static fromJSON(json: Record<string, any>): NewRefundVault;
|
|
1346
1407
|
static fromSuiParsedData(content: SuiParsedData): NewRefundVault;
|
|
1408
|
+
static fromSuiObjectData(data: SuiObjectData): NewRefundVault;
|
|
1347
1409
|
static fetch(client: SuiClient, id: string): Promise<NewRefundVault>;
|
|
1348
1410
|
}
|
|
1349
1411
|
export declare function isRecoup(type: string): boolean;
|
|
@@ -1356,11 +1418,14 @@ export interface RecoupFields {
|
|
|
1356
1418
|
}
|
|
1357
1419
|
export type RecoupReified = Reified<Recoup, RecoupFields>;
|
|
1358
1420
|
export declare class Recoup implements StructClass {
|
|
1421
|
+
__StructClass: true;
|
|
1359
1422
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
|
|
1360
1423
|
static readonly $numTypeParams = 0;
|
|
1424
|
+
static readonly $isPhantom: readonly [];
|
|
1361
1425
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
|
|
1362
|
-
readonly $fullTypeName:
|
|
1426
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Recoup`;
|
|
1363
1427
|
readonly $typeArgs: [];
|
|
1428
|
+
readonly $isPhantom: readonly [];
|
|
1364
1429
|
readonly signer: ToField<"address">;
|
|
1365
1430
|
readonly index: ToField<"u64">;
|
|
1366
1431
|
readonly token: ToField<TypeName>;
|
|
@@ -1371,7 +1436,7 @@ export declare class Recoup implements StructClass {
|
|
|
1371
1436
|
static get r(): reified.StructClassReified<Recoup, RecoupFields>;
|
|
1372
1437
|
static phantom(): PhantomReified<ToTypeStr<Recoup>>;
|
|
1373
1438
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup">;
|
|
1374
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1439
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1375
1440
|
signer: string;
|
|
1376
1441
|
index: string;
|
|
1377
1442
|
token: {
|
|
@@ -1420,6 +1485,7 @@ export declare class Recoup implements StructClass {
|
|
|
1420
1485
|
static fromJSONField(field: any): Recoup;
|
|
1421
1486
|
static fromJSON(json: Record<string, any>): Recoup;
|
|
1422
1487
|
static fromSuiParsedData(content: SuiParsedData): Recoup;
|
|
1488
|
+
static fromSuiObjectData(data: SuiObjectData): Recoup;
|
|
1423
1489
|
static fetch(client: SuiClient, id: string): Promise<Recoup>;
|
|
1424
1490
|
}
|
|
1425
1491
|
export declare function isRedeem(type: string): boolean;
|
|
@@ -1431,11 +1497,14 @@ export interface RedeemFields {
|
|
|
1431
1497
|
}
|
|
1432
1498
|
export type RedeemReified = Reified<Redeem, RedeemFields>;
|
|
1433
1499
|
export declare class Redeem implements StructClass {
|
|
1500
|
+
__StructClass: true;
|
|
1434
1501
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
|
|
1435
1502
|
static readonly $numTypeParams = 0;
|
|
1503
|
+
static readonly $isPhantom: readonly [];
|
|
1436
1504
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
|
|
1437
|
-
readonly $fullTypeName:
|
|
1505
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Redeem`;
|
|
1438
1506
|
readonly $typeArgs: [];
|
|
1507
|
+
readonly $isPhantom: readonly [];
|
|
1439
1508
|
readonly signer: ToField<"address">;
|
|
1440
1509
|
readonly index: ToField<"u64">;
|
|
1441
1510
|
readonly token: ToField<TypeName>;
|
|
@@ -1445,7 +1514,7 @@ export declare class Redeem implements StructClass {
|
|
|
1445
1514
|
static get r(): reified.StructClassReified<Redeem, RedeemFields>;
|
|
1446
1515
|
static phantom(): PhantomReified<ToTypeStr<Redeem>>;
|
|
1447
1516
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem">;
|
|
1448
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1517
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1449
1518
|
signer: string;
|
|
1450
1519
|
index: string;
|
|
1451
1520
|
token: {
|
|
@@ -1490,6 +1559,7 @@ export declare class Redeem implements StructClass {
|
|
|
1490
1559
|
static fromJSONField(field: any): Redeem;
|
|
1491
1560
|
static fromJSON(json: Record<string, any>): Redeem;
|
|
1492
1561
|
static fromSuiParsedData(content: SuiParsedData): Redeem;
|
|
1562
|
+
static fromSuiObjectData(data: SuiObjectData): Redeem;
|
|
1493
1563
|
static fetch(client: SuiClient, id: string): Promise<Redeem>;
|
|
1494
1564
|
}
|
|
1495
1565
|
export declare function isRefundShare(type: string): boolean;
|
|
@@ -1500,11 +1570,14 @@ export interface RefundShareFields {
|
|
|
1500
1570
|
}
|
|
1501
1571
|
export type RefundShareReified = Reified<RefundShare, RefundShareFields>;
|
|
1502
1572
|
export declare class RefundShare implements StructClass {
|
|
1573
|
+
__StructClass: true;
|
|
1503
1574
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
|
|
1504
1575
|
static readonly $numTypeParams = 0;
|
|
1576
|
+
static readonly $isPhantom: readonly [];
|
|
1505
1577
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
|
|
1506
|
-
readonly $fullTypeName:
|
|
1578
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::RefundShare`;
|
|
1507
1579
|
readonly $typeArgs: [];
|
|
1580
|
+
readonly $isPhantom: readonly [];
|
|
1508
1581
|
readonly user: ToField<"address">;
|
|
1509
1582
|
readonly share: ToField<"u64">;
|
|
1510
1583
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
@@ -1513,7 +1586,7 @@ export declare class RefundShare implements StructClass {
|
|
|
1513
1586
|
static get r(): reified.StructClassReified<RefundShare, RefundShareFields>;
|
|
1514
1587
|
static phantom(): PhantomReified<ToTypeStr<RefundShare>>;
|
|
1515
1588
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare">;
|
|
1516
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1589
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1517
1590
|
user: string;
|
|
1518
1591
|
share: string;
|
|
1519
1592
|
u64_padding: string[];
|
|
@@ -1542,6 +1615,7 @@ export declare class RefundShare implements StructClass {
|
|
|
1542
1615
|
static fromJSONField(field: any): RefundShare;
|
|
1543
1616
|
static fromJSON(json: Record<string, any>): RefundShare;
|
|
1544
1617
|
static fromSuiParsedData(content: SuiParsedData): RefundShare;
|
|
1618
|
+
static fromSuiObjectData(data: SuiObjectData): RefundShare;
|
|
1545
1619
|
static fetch(client: SuiClient, id: string): Promise<RefundShare>;
|
|
1546
1620
|
}
|
|
1547
1621
|
export declare function isRefundVault(type: string): boolean;
|
|
@@ -1554,11 +1628,14 @@ export interface RefundVaultFields {
|
|
|
1554
1628
|
}
|
|
1555
1629
|
export type RefundVaultReified = Reified<RefundVault, RefundVaultFields>;
|
|
1556
1630
|
export declare class RefundVault implements StructClass {
|
|
1631
|
+
__StructClass: true;
|
|
1557
1632
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
|
|
1558
1633
|
static readonly $numTypeParams = 0;
|
|
1634
|
+
static readonly $isPhantom: readonly [];
|
|
1559
1635
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
|
|
1560
|
-
readonly $fullTypeName:
|
|
1636
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::RefundVault`;
|
|
1561
1637
|
readonly $typeArgs: [];
|
|
1638
|
+
readonly $isPhantom: readonly [];
|
|
1562
1639
|
readonly id: ToField<UID>;
|
|
1563
1640
|
readonly token: ToField<TypeName>;
|
|
1564
1641
|
readonly shareSupply: ToField<"u64">;
|
|
@@ -1569,7 +1646,7 @@ export declare class RefundVault implements StructClass {
|
|
|
1569
1646
|
static get r(): reified.StructClassReified<RefundVault, RefundVaultFields>;
|
|
1570
1647
|
static phantom(): PhantomReified<ToTypeStr<RefundVault>>;
|
|
1571
1648
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault">;
|
|
1572
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1649
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1573
1650
|
id: {
|
|
1574
1651
|
id: {
|
|
1575
1652
|
bytes: string;
|
|
@@ -1630,6 +1707,7 @@ export declare class RefundVault implements StructClass {
|
|
|
1630
1707
|
static fromJSONField(field: any): RefundVault;
|
|
1631
1708
|
static fromJSON(json: Record<string, any>): RefundVault;
|
|
1632
1709
|
static fromSuiParsedData(content: SuiParsedData): RefundVault;
|
|
1710
|
+
static fromSuiObjectData(data: SuiObjectData): RefundVault;
|
|
1633
1711
|
static fetch(client: SuiClient, id: string): Promise<RefundVault>;
|
|
1634
1712
|
}
|
|
1635
1713
|
export declare function isSettle(type: string): boolean;
|
|
@@ -1643,11 +1721,14 @@ export interface SettleFields {
|
|
|
1643
1721
|
}
|
|
1644
1722
|
export type SettleReified = Reified<Settle, SettleFields>;
|
|
1645
1723
|
export declare class Settle implements StructClass {
|
|
1724
|
+
__StructClass: true;
|
|
1646
1725
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
|
|
1647
1726
|
static readonly $numTypeParams = 0;
|
|
1727
|
+
static readonly $isPhantom: readonly [];
|
|
1648
1728
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
|
|
1649
|
-
readonly $fullTypeName:
|
|
1729
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Settle`;
|
|
1650
1730
|
readonly $typeArgs: [];
|
|
1731
|
+
readonly $isPhantom: readonly [];
|
|
1651
1732
|
readonly signer: ToField<"address">;
|
|
1652
1733
|
readonly index: ToField<"u64">;
|
|
1653
1734
|
readonly depositToken: ToField<TypeName>;
|
|
@@ -1659,7 +1740,7 @@ export declare class Settle implements StructClass {
|
|
|
1659
1740
|
static get r(): reified.StructClassReified<Settle, SettleFields>;
|
|
1660
1741
|
static phantom(): PhantomReified<ToTypeStr<Settle>>;
|
|
1661
1742
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle">;
|
|
1662
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1743
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1663
1744
|
signer: string;
|
|
1664
1745
|
index: string;
|
|
1665
1746
|
deposit_token: {
|
|
@@ -1726,6 +1807,7 @@ export declare class Settle implements StructClass {
|
|
|
1726
1807
|
static fromJSONField(field: any): Settle;
|
|
1727
1808
|
static fromJSON(json: Record<string, any>): Settle;
|
|
1728
1809
|
static fromSuiParsedData(content: SuiParsedData): Settle;
|
|
1810
|
+
static fromSuiObjectData(data: SuiObjectData): Settle;
|
|
1729
1811
|
static fetch(client: SuiClient, id: string): Promise<Settle>;
|
|
1730
1812
|
}
|
|
1731
1813
|
export declare function isTerminate(type: string): boolean;
|
|
@@ -1736,11 +1818,14 @@ export interface TerminateFields {
|
|
|
1736
1818
|
}
|
|
1737
1819
|
export type TerminateReified = Reified<Terminate, TerminateFields>;
|
|
1738
1820
|
export declare class Terminate implements StructClass {
|
|
1821
|
+
__StructClass: true;
|
|
1739
1822
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
|
|
1740
1823
|
static readonly $numTypeParams = 0;
|
|
1824
|
+
static readonly $isPhantom: readonly [];
|
|
1741
1825
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
|
|
1742
|
-
readonly $fullTypeName:
|
|
1826
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Terminate`;
|
|
1743
1827
|
readonly $typeArgs: [];
|
|
1828
|
+
readonly $isPhantom: readonly [];
|
|
1744
1829
|
readonly signer: ToField<"address">;
|
|
1745
1830
|
readonly index: ToField<"u64">;
|
|
1746
1831
|
readonly token: ToField<TypeName>;
|
|
@@ -1749,7 +1834,7 @@ export declare class Terminate implements StructClass {
|
|
|
1749
1834
|
static get r(): reified.StructClassReified<Terminate, TerminateFields>;
|
|
1750
1835
|
static phantom(): PhantomReified<ToTypeStr<Terminate>>;
|
|
1751
1836
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate">;
|
|
1752
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1837
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1753
1838
|
signer: string;
|
|
1754
1839
|
index: string;
|
|
1755
1840
|
token: {
|
|
@@ -1790,6 +1875,7 @@ export declare class Terminate implements StructClass {
|
|
|
1790
1875
|
static fromJSONField(field: any): Terminate;
|
|
1791
1876
|
static fromJSON(json: Record<string, any>): Terminate;
|
|
1792
1877
|
static fromSuiParsedData(content: SuiParsedData): Terminate;
|
|
1878
|
+
static fromSuiObjectData(data: SuiObjectData): Terminate;
|
|
1793
1879
|
static fetch(client: SuiClient, id: string): Promise<Terminate>;
|
|
1794
1880
|
}
|
|
1795
1881
|
export declare function isTypusBidReceipt(type: string): boolean;
|
|
@@ -1802,11 +1888,14 @@ export interface TypusBidReceiptFields {
|
|
|
1802
1888
|
}
|
|
1803
1889
|
export type TypusBidReceiptReified = Reified<TypusBidReceipt, TypusBidReceiptFields>;
|
|
1804
1890
|
export declare class TypusBidReceipt implements StructClass {
|
|
1891
|
+
__StructClass: true;
|
|
1805
1892
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
|
|
1806
1893
|
static readonly $numTypeParams = 0;
|
|
1894
|
+
static readonly $isPhantom: readonly [];
|
|
1807
1895
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
|
|
1808
|
-
readonly $fullTypeName:
|
|
1896
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::TypusBidReceipt`;
|
|
1809
1897
|
readonly $typeArgs: [];
|
|
1898
|
+
readonly $isPhantom: readonly [];
|
|
1810
1899
|
readonly id: ToField<UID>;
|
|
1811
1900
|
readonly vid: ToField<ID>;
|
|
1812
1901
|
readonly index: ToField<"u64">;
|
|
@@ -1817,7 +1906,7 @@ export declare class TypusBidReceipt implements StructClass {
|
|
|
1817
1906
|
static get r(): reified.StructClassReified<TypusBidReceipt, TypusBidReceiptFields>;
|
|
1818
1907
|
static phantom(): PhantomReified<ToTypeStr<TypusBidReceipt>>;
|
|
1819
1908
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt">;
|
|
1820
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1909
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1821
1910
|
id: {
|
|
1822
1911
|
id: {
|
|
1823
1912
|
bytes: string;
|
|
@@ -1872,6 +1961,7 @@ export declare class TypusBidReceipt implements StructClass {
|
|
|
1872
1961
|
static fromJSONField(field: any): TypusBidReceipt;
|
|
1873
1962
|
static fromJSON(json: Record<string, any>): TypusBidReceipt;
|
|
1874
1963
|
static fromSuiParsedData(content: SuiParsedData): TypusBidReceipt;
|
|
1964
|
+
static fromSuiObjectData(data: SuiObjectData): TypusBidReceipt;
|
|
1875
1965
|
static fetch(client: SuiClient, id: string): Promise<TypusBidReceipt>;
|
|
1876
1966
|
}
|
|
1877
1967
|
export declare function isTypusDepositReceipt(type: string): boolean;
|
|
@@ -1884,11 +1974,14 @@ export interface TypusDepositReceiptFields {
|
|
|
1884
1974
|
}
|
|
1885
1975
|
export type TypusDepositReceiptReified = Reified<TypusDepositReceipt, TypusDepositReceiptFields>;
|
|
1886
1976
|
export declare class TypusDepositReceipt implements StructClass {
|
|
1977
|
+
__StructClass: true;
|
|
1887
1978
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
|
|
1888
1979
|
static readonly $numTypeParams = 0;
|
|
1980
|
+
static readonly $isPhantom: readonly [];
|
|
1889
1981
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
|
|
1890
|
-
readonly $fullTypeName:
|
|
1982
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::TypusDepositReceipt`;
|
|
1891
1983
|
readonly $typeArgs: [];
|
|
1984
|
+
readonly $isPhantom: readonly [];
|
|
1892
1985
|
readonly id: ToField<UID>;
|
|
1893
1986
|
readonly vid: ToField<ID>;
|
|
1894
1987
|
readonly index: ToField<"u64">;
|
|
@@ -1899,7 +1992,7 @@ export declare class TypusDepositReceipt implements StructClass {
|
|
|
1899
1992
|
static get r(): reified.StructClassReified<TypusDepositReceipt, TypusDepositReceiptFields>;
|
|
1900
1993
|
static phantom(): PhantomReified<ToTypeStr<TypusDepositReceipt>>;
|
|
1901
1994
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt">;
|
|
1902
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1995
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1903
1996
|
id: {
|
|
1904
1997
|
id: {
|
|
1905
1998
|
bytes: string;
|
|
@@ -1954,6 +2047,7 @@ export declare class TypusDepositReceipt implements StructClass {
|
|
|
1954
2047
|
static fromJSONField(field: any): TypusDepositReceipt;
|
|
1955
2048
|
static fromJSON(json: Record<string, any>): TypusDepositReceipt;
|
|
1956
2049
|
static fromSuiParsedData(content: SuiParsedData): TypusDepositReceipt;
|
|
2050
|
+
static fromSuiObjectData(data: SuiObjectData): TypusDepositReceipt;
|
|
1957
2051
|
static fetch(client: SuiClient, id: string): Promise<TypusDepositReceipt>;
|
|
1958
2052
|
}
|
|
1959
2053
|
export declare function isUnsubscribe(type: string): boolean;
|
|
@@ -1965,11 +2059,14 @@ export interface UnsubscribeFields {
|
|
|
1965
2059
|
}
|
|
1966
2060
|
export type UnsubscribeReified = Reified<Unsubscribe, UnsubscribeFields>;
|
|
1967
2061
|
export declare class Unsubscribe implements StructClass {
|
|
2062
|
+
__StructClass: true;
|
|
1968
2063
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
|
|
1969
2064
|
static readonly $numTypeParams = 0;
|
|
2065
|
+
static readonly $isPhantom: readonly [];
|
|
1970
2066
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
|
|
1971
|
-
readonly $fullTypeName:
|
|
2067
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Unsubscribe`;
|
|
1972
2068
|
readonly $typeArgs: [];
|
|
2069
|
+
readonly $isPhantom: readonly [];
|
|
1973
2070
|
readonly signer: ToField<"address">;
|
|
1974
2071
|
readonly index: ToField<"u64">;
|
|
1975
2072
|
readonly token: ToField<TypeName>;
|
|
@@ -1979,7 +2076,7 @@ export declare class Unsubscribe implements StructClass {
|
|
|
1979
2076
|
static get r(): reified.StructClassReified<Unsubscribe, UnsubscribeFields>;
|
|
1980
2077
|
static phantom(): PhantomReified<ToTypeStr<Unsubscribe>>;
|
|
1981
2078
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe">;
|
|
1982
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2079
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1983
2080
|
signer: string;
|
|
1984
2081
|
index: string;
|
|
1985
2082
|
token: {
|
|
@@ -2024,6 +2121,7 @@ export declare class Unsubscribe implements StructClass {
|
|
|
2024
2121
|
static fromJSONField(field: any): Unsubscribe;
|
|
2025
2122
|
static fromJSON(json: Record<string, any>): Unsubscribe;
|
|
2026
2123
|
static fromSuiParsedData(content: SuiParsedData): Unsubscribe;
|
|
2124
|
+
static fromSuiObjectData(data: SuiObjectData): Unsubscribe;
|
|
2027
2125
|
static fetch(client: SuiClient, id: string): Promise<Unsubscribe>;
|
|
2028
2126
|
}
|
|
2029
2127
|
export declare function isUpdateFeeConfig(type: string): boolean;
|
|
@@ -2035,11 +2133,14 @@ export interface UpdateFeeConfigFields {
|
|
|
2035
2133
|
}
|
|
2036
2134
|
export type UpdateFeeConfigReified = Reified<UpdateFeeConfig, UpdateFeeConfigFields>;
|
|
2037
2135
|
export declare class UpdateFeeConfig implements StructClass {
|
|
2136
|
+
__StructClass: true;
|
|
2038
2137
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
|
|
2039
2138
|
static readonly $numTypeParams = 0;
|
|
2139
|
+
static readonly $isPhantom: readonly [];
|
|
2040
2140
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
|
|
2041
|
-
readonly $fullTypeName:
|
|
2141
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::UpdateFeeConfig`;
|
|
2042
2142
|
readonly $typeArgs: [];
|
|
2143
|
+
readonly $isPhantom: readonly [];
|
|
2043
2144
|
readonly signer: ToField<"address">;
|
|
2044
2145
|
readonly index: ToField<"u64">;
|
|
2045
2146
|
readonly prevFeeBp: ToField<"u64">;
|
|
@@ -2049,7 +2150,7 @@ export declare class UpdateFeeConfig implements StructClass {
|
|
|
2049
2150
|
static get r(): reified.StructClassReified<UpdateFeeConfig, UpdateFeeConfigFields>;
|
|
2050
2151
|
static phantom(): PhantomReified<ToTypeStr<UpdateFeeConfig>>;
|
|
2051
2152
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig">;
|
|
2052
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2153
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2053
2154
|
signer: string;
|
|
2054
2155
|
index: string;
|
|
2055
2156
|
prev_fee_bp: string;
|
|
@@ -2080,6 +2181,7 @@ export declare class UpdateFeeConfig implements StructClass {
|
|
|
2080
2181
|
static fromJSONField(field: any): UpdateFeeConfig;
|
|
2081
2182
|
static fromJSON(json: Record<string, any>): UpdateFeeConfig;
|
|
2082
2183
|
static fromSuiParsedData(content: SuiParsedData): UpdateFeeConfig;
|
|
2184
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateFeeConfig;
|
|
2083
2185
|
static fetch(client: SuiClient, id: string): Promise<UpdateFeeConfig>;
|
|
2084
2186
|
}
|
|
2085
2187
|
export declare function isUpdateFeeShareConfig(type: string): boolean;
|
|
@@ -2093,11 +2195,14 @@ export interface UpdateFeeShareConfigFields {
|
|
|
2093
2195
|
}
|
|
2094
2196
|
export type UpdateFeeShareConfigReified = Reified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
|
|
2095
2197
|
export declare class UpdateFeeShareConfig implements StructClass {
|
|
2198
|
+
__StructClass: true;
|
|
2096
2199
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
|
|
2097
2200
|
static readonly $numTypeParams = 0;
|
|
2201
|
+
static readonly $isPhantom: readonly [];
|
|
2098
2202
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
|
|
2099
|
-
readonly $fullTypeName:
|
|
2203
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::UpdateFeeShareConfig`;
|
|
2100
2204
|
readonly $typeArgs: [];
|
|
2205
|
+
readonly $isPhantom: readonly [];
|
|
2101
2206
|
readonly signer: ToField<"address">;
|
|
2102
2207
|
readonly index: ToField<"u64">;
|
|
2103
2208
|
readonly prevFeeBp: ToField<"u64">;
|
|
@@ -2109,7 +2214,7 @@ export declare class UpdateFeeShareConfig implements StructClass {
|
|
|
2109
2214
|
static get r(): reified.StructClassReified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
|
|
2110
2215
|
static phantom(): PhantomReified<ToTypeStr<UpdateFeeShareConfig>>;
|
|
2111
2216
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig">;
|
|
2112
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2217
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2113
2218
|
signer: string;
|
|
2114
2219
|
index: string;
|
|
2115
2220
|
prev_fee_bp: string;
|
|
@@ -2160,6 +2265,7 @@ export declare class UpdateFeeShareConfig implements StructClass {
|
|
|
2160
2265
|
static fromJSONField(field: any): UpdateFeeShareConfig;
|
|
2161
2266
|
static fromJSON(json: Record<string, any>): UpdateFeeShareConfig;
|
|
2162
2267
|
static fromSuiParsedData(content: SuiParsedData): UpdateFeeShareConfig;
|
|
2268
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateFeeShareConfig;
|
|
2163
2269
|
static fetch(client: SuiClient, id: string): Promise<UpdateFeeShareConfig>;
|
|
2164
2270
|
}
|
|
2165
2271
|
export declare function isVAULT(type: string): boolean;
|
|
@@ -2168,18 +2274,21 @@ export interface VAULTFields {
|
|
|
2168
2274
|
}
|
|
2169
2275
|
export type VAULTReified = Reified<VAULT, VAULTFields>;
|
|
2170
2276
|
export declare class VAULT implements StructClass {
|
|
2277
|
+
__StructClass: true;
|
|
2171
2278
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
|
|
2172
2279
|
static readonly $numTypeParams = 0;
|
|
2280
|
+
static readonly $isPhantom: readonly [];
|
|
2173
2281
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
|
|
2174
|
-
readonly $fullTypeName:
|
|
2282
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::VAULT`;
|
|
2175
2283
|
readonly $typeArgs: [];
|
|
2284
|
+
readonly $isPhantom: readonly [];
|
|
2176
2285
|
readonly dummyField: ToField<"bool">;
|
|
2177
2286
|
private constructor();
|
|
2178
2287
|
static reified(): VAULTReified;
|
|
2179
2288
|
static get r(): reified.StructClassReified<VAULT, VAULTFields>;
|
|
2180
2289
|
static phantom(): PhantomReified<ToTypeStr<VAULT>>;
|
|
2181
2290
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT">;
|
|
2182
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2291
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2183
2292
|
dummy_field: boolean;
|
|
2184
2293
|
}, {
|
|
2185
2294
|
dummy_field: boolean;
|
|
@@ -2198,6 +2307,7 @@ export declare class VAULT implements StructClass {
|
|
|
2198
2307
|
static fromJSONField(field: any): VAULT;
|
|
2199
2308
|
static fromJSON(json: Record<string, any>): VAULT;
|
|
2200
2309
|
static fromSuiParsedData(content: SuiParsedData): VAULT;
|
|
2310
|
+
static fromSuiObjectData(data: SuiObjectData): VAULT;
|
|
2201
2311
|
static fetch(client: SuiClient, id: string): Promise<VAULT>;
|
|
2202
2312
|
}
|
|
2203
2313
|
export declare function isWithdraw(type: string): boolean;
|
|
@@ -2209,11 +2319,14 @@ export interface WithdrawFields {
|
|
|
2209
2319
|
}
|
|
2210
2320
|
export type WithdrawReified = Reified<Withdraw, WithdrawFields>;
|
|
2211
2321
|
export declare class Withdraw implements StructClass {
|
|
2322
|
+
__StructClass: true;
|
|
2212
2323
|
static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
|
|
2213
2324
|
static readonly $numTypeParams = 0;
|
|
2325
|
+
static readonly $isPhantom: readonly [];
|
|
2214
2326
|
readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
|
|
2215
|
-
readonly $fullTypeName:
|
|
2327
|
+
readonly $fullTypeName: `${typeof PKG_V1}::vault::Withdraw`;
|
|
2216
2328
|
readonly $typeArgs: [];
|
|
2329
|
+
readonly $isPhantom: readonly [];
|
|
2217
2330
|
readonly signer: ToField<"address">;
|
|
2218
2331
|
readonly index: ToField<"u64">;
|
|
2219
2332
|
readonly token: ToField<TypeName>;
|
|
@@ -2223,7 +2336,7 @@ export declare class Withdraw implements StructClass {
|
|
|
2223
2336
|
static get r(): reified.StructClassReified<Withdraw, WithdrawFields>;
|
|
2224
2337
|
static phantom(): PhantomReified<ToTypeStr<Withdraw>>;
|
|
2225
2338
|
static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw">;
|
|
2226
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2339
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2227
2340
|
signer: string;
|
|
2228
2341
|
index: string;
|
|
2229
2342
|
token: {
|
|
@@ -2268,5 +2381,6 @@ export declare class Withdraw implements StructClass {
|
|
|
2268
2381
|
static fromJSONField(field: any): Withdraw;
|
|
2269
2382
|
static fromJSON(json: Record<string, any>): Withdraw;
|
|
2270
2383
|
static fromSuiParsedData(content: SuiParsedData): Withdraw;
|
|
2384
|
+
static fromSuiObjectData(data: SuiObjectData): Withdraw;
|
|
2271
2385
|
static fetch(client: SuiClient, id: string): Promise<Withdraw>;
|
|
2272
2386
|
}
|