@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,13 +1,15 @@
|
|
|
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 { UID } from "../../0x2/object/structs";
|
|
8
9
|
import { Authority } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs";
|
|
9
10
|
import { BalancePool } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs";
|
|
10
|
-
import {
|
|
11
|
+
import { PKG_V1, PKG_V19, PKG_V25, PKG_V30, PKG_V31 } from "../index";
|
|
12
|
+
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
11
13
|
export declare function isConfig(type: string): boolean;
|
|
12
14
|
export interface ConfigFields {
|
|
13
15
|
oracleId: ToField<"address">;
|
|
@@ -37,11 +39,14 @@ export interface ConfigFields {
|
|
|
37
39
|
}
|
|
38
40
|
export type ConfigReified = Reified<Config, ConfigFields>;
|
|
39
41
|
export declare class Config implements StructClass {
|
|
42
|
+
__StructClass: true;
|
|
40
43
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
|
|
41
44
|
static readonly $numTypeParams = 0;
|
|
45
|
+
static readonly $isPhantom: readonly [];
|
|
42
46
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
|
|
43
|
-
readonly $fullTypeName:
|
|
47
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Config`;
|
|
44
48
|
readonly $typeArgs: [];
|
|
49
|
+
readonly $isPhantom: readonly [];
|
|
45
50
|
readonly oracleId: ToField<"address">;
|
|
46
51
|
readonly depositLotSize: ToField<"u64">;
|
|
47
52
|
readonly bidLotSize: ToField<"u64">;
|
|
@@ -71,7 +76,7 @@ export declare class Config implements StructClass {
|
|
|
71
76
|
static get r(): reified.StructClassReified<Config, ConfigFields>;
|
|
72
77
|
static phantom(): PhantomReified<ToTypeStr<Config>>;
|
|
73
78
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config">;
|
|
74
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
79
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
75
80
|
oracle_id: string;
|
|
76
81
|
deposit_lot_size: string;
|
|
77
82
|
bid_lot_size: string;
|
|
@@ -320,6 +325,7 @@ export declare class Config implements StructClass {
|
|
|
320
325
|
static fromJSONField(field: any): Config;
|
|
321
326
|
static fromJSON(json: Record<string, any>): Config;
|
|
322
327
|
static fromSuiParsedData(content: SuiParsedData): Config;
|
|
328
|
+
static fromSuiObjectData(data: SuiObjectData): Config;
|
|
323
329
|
static fetch(client: SuiClient, id: string): Promise<Config>;
|
|
324
330
|
}
|
|
325
331
|
export declare function isRegistry(type: string): boolean;
|
|
@@ -339,11 +345,14 @@ export interface RegistryFields {
|
|
|
339
345
|
}
|
|
340
346
|
export type RegistryReified = Reified<Registry, RegistryFields>;
|
|
341
347
|
export declare class Registry implements StructClass {
|
|
348
|
+
__StructClass: true;
|
|
342
349
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
|
|
343
350
|
static readonly $numTypeParams = 0;
|
|
351
|
+
static readonly $isPhantom: readonly [];
|
|
344
352
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
|
|
345
|
-
readonly $fullTypeName:
|
|
353
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Registry`;
|
|
346
354
|
readonly $typeArgs: [];
|
|
355
|
+
readonly $isPhantom: readonly [];
|
|
347
356
|
readonly id: ToField<UID>;
|
|
348
357
|
readonly numOfVault: ToField<"u64">;
|
|
349
358
|
readonly authority: ToField<Authority>;
|
|
@@ -361,7 +370,7 @@ export declare class Registry implements StructClass {
|
|
|
361
370
|
static get r(): reified.StructClassReified<Registry, RegistryFields>;
|
|
362
371
|
static phantom(): PhantomReified<ToTypeStr<Registry>>;
|
|
363
372
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry">;
|
|
364
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
373
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
365
374
|
id: {
|
|
366
375
|
id: {
|
|
367
376
|
bytes: string;
|
|
@@ -628,6 +637,7 @@ export declare class Registry implements StructClass {
|
|
|
628
637
|
static fromJSONField(field: any): Registry;
|
|
629
638
|
static fromJSON(json: Record<string, any>): Registry;
|
|
630
639
|
static fromSuiParsedData(content: SuiParsedData): Registry;
|
|
640
|
+
static fromSuiObjectData(data: SuiObjectData): Registry;
|
|
631
641
|
static fetch(client: SuiClient, id: string): Promise<Registry>;
|
|
632
642
|
}
|
|
633
643
|
export declare function isActivateEvent(type: string): boolean;
|
|
@@ -644,11 +654,14 @@ export interface ActivateEventFields {
|
|
|
644
654
|
}
|
|
645
655
|
export type ActivateEventReified = Reified<ActivateEvent, ActivateEventFields>;
|
|
646
656
|
export declare class ActivateEvent implements StructClass {
|
|
657
|
+
__StructClass: true;
|
|
647
658
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
|
|
648
659
|
static readonly $numTypeParams = 0;
|
|
660
|
+
static readonly $isPhantom: readonly [];
|
|
649
661
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
|
|
650
|
-
readonly $fullTypeName:
|
|
662
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ActivateEvent`;
|
|
651
663
|
readonly $typeArgs: [];
|
|
664
|
+
readonly $isPhantom: readonly [];
|
|
652
665
|
readonly signer: ToField<"address">;
|
|
653
666
|
readonly index: ToField<"u64">;
|
|
654
667
|
readonly round: ToField<"u64">;
|
|
@@ -663,7 +676,7 @@ export declare class ActivateEvent implements StructClass {
|
|
|
663
676
|
static get r(): reified.StructClassReified<ActivateEvent, ActivateEventFields>;
|
|
664
677
|
static phantom(): PhantomReified<ToTypeStr<ActivateEvent>>;
|
|
665
678
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent">;
|
|
666
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
679
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
667
680
|
signer: string;
|
|
668
681
|
index: string;
|
|
669
682
|
round: string;
|
|
@@ -728,6 +741,7 @@ export declare class ActivateEvent implements StructClass {
|
|
|
728
741
|
static fromJSONField(field: any): ActivateEvent;
|
|
729
742
|
static fromJSON(json: Record<string, any>): ActivateEvent;
|
|
730
743
|
static fromSuiParsedData(content: SuiParsedData): ActivateEvent;
|
|
744
|
+
static fromSuiObjectData(data: SuiObjectData): ActivateEvent;
|
|
731
745
|
static fetch(client: SuiClient, id: string): Promise<ActivateEvent>;
|
|
732
746
|
}
|
|
733
747
|
export declare function isAdditionalConfig(type: string): boolean;
|
|
@@ -736,18 +750,21 @@ export interface AdditionalConfigFields {
|
|
|
736
750
|
}
|
|
737
751
|
export type AdditionalConfigReified = Reified<AdditionalConfig, AdditionalConfigFields>;
|
|
738
752
|
export declare class AdditionalConfig implements StructClass {
|
|
753
|
+
__StructClass: true;
|
|
739
754
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
|
|
740
755
|
static readonly $numTypeParams = 0;
|
|
756
|
+
static readonly $isPhantom: readonly [];
|
|
741
757
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
|
|
742
|
-
readonly $fullTypeName:
|
|
758
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::AdditionalConfig`;
|
|
743
759
|
readonly $typeArgs: [];
|
|
760
|
+
readonly $isPhantom: readonly [];
|
|
744
761
|
readonly id: ToField<UID>;
|
|
745
762
|
private constructor();
|
|
746
763
|
static reified(): AdditionalConfigReified;
|
|
747
764
|
static get r(): reified.StructClassReified<AdditionalConfig, AdditionalConfigFields>;
|
|
748
765
|
static phantom(): PhantomReified<ToTypeStr<AdditionalConfig>>;
|
|
749
766
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig">;
|
|
750
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
767
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
751
768
|
id: {
|
|
752
769
|
id: {
|
|
753
770
|
bytes: string;
|
|
@@ -774,6 +791,7 @@ export declare class AdditionalConfig implements StructClass {
|
|
|
774
791
|
static fromJSONField(field: any): AdditionalConfig;
|
|
775
792
|
static fromJSON(json: Record<string, any>): AdditionalConfig;
|
|
776
793
|
static fromSuiParsedData(content: SuiParsedData): AdditionalConfig;
|
|
794
|
+
static fromSuiObjectData(data: SuiObjectData): AdditionalConfig;
|
|
777
795
|
static fetch(client: SuiClient, id: string): Promise<AdditionalConfig>;
|
|
778
796
|
}
|
|
779
797
|
export declare function isClaimEvent(type: string): boolean;
|
|
@@ -788,11 +806,14 @@ export interface ClaimEventFields {
|
|
|
788
806
|
}
|
|
789
807
|
export type ClaimEventReified = Reified<ClaimEvent, ClaimEventFields>;
|
|
790
808
|
export declare class ClaimEvent implements StructClass {
|
|
809
|
+
__StructClass: true;
|
|
791
810
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
|
|
792
811
|
static readonly $numTypeParams = 0;
|
|
812
|
+
static readonly $isPhantom: readonly [];
|
|
793
813
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
|
|
794
|
-
readonly $fullTypeName:
|
|
814
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ClaimEvent`;
|
|
795
815
|
readonly $typeArgs: [];
|
|
816
|
+
readonly $isPhantom: readonly [];
|
|
796
817
|
readonly signer: ToField<"address">;
|
|
797
818
|
readonly index: ToField<"u64">;
|
|
798
819
|
readonly token: ToField<TypeName>;
|
|
@@ -805,7 +826,7 @@ export declare class ClaimEvent implements StructClass {
|
|
|
805
826
|
static get r(): reified.StructClassReified<ClaimEvent, ClaimEventFields>;
|
|
806
827
|
static phantom(): PhantomReified<ToTypeStr<ClaimEvent>>;
|
|
807
828
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent">;
|
|
808
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
829
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
809
830
|
signer: string;
|
|
810
831
|
index: string;
|
|
811
832
|
token: {
|
|
@@ -876,6 +897,7 @@ export declare class ClaimEvent implements StructClass {
|
|
|
876
897
|
static fromJSONField(field: any): ClaimEvent;
|
|
877
898
|
static fromJSON(json: Record<string, any>): ClaimEvent;
|
|
878
899
|
static fromSuiParsedData(content: SuiParsedData): ClaimEvent;
|
|
900
|
+
static fromSuiObjectData(data: SuiObjectData): ClaimEvent;
|
|
879
901
|
static fetch(client: SuiClient, id: string): Promise<ClaimEvent>;
|
|
880
902
|
}
|
|
881
903
|
export declare function isCloseEvent(type: string): boolean;
|
|
@@ -887,11 +909,14 @@ export interface CloseEventFields {
|
|
|
887
909
|
}
|
|
888
910
|
export type CloseEventReified = Reified<CloseEvent, CloseEventFields>;
|
|
889
911
|
export declare class CloseEvent implements StructClass {
|
|
912
|
+
__StructClass: true;
|
|
890
913
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
|
|
891
914
|
static readonly $numTypeParams = 0;
|
|
915
|
+
static readonly $isPhantom: readonly [];
|
|
892
916
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
|
|
893
|
-
readonly $fullTypeName:
|
|
917
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::CloseEvent`;
|
|
894
918
|
readonly $typeArgs: [];
|
|
919
|
+
readonly $isPhantom: readonly [];
|
|
895
920
|
readonly signer: ToField<"address">;
|
|
896
921
|
readonly index: ToField<"u64">;
|
|
897
922
|
readonly round: ToField<"u64">;
|
|
@@ -901,7 +926,7 @@ export declare class CloseEvent implements StructClass {
|
|
|
901
926
|
static get r(): reified.StructClassReified<CloseEvent, CloseEventFields>;
|
|
902
927
|
static phantom(): PhantomReified<ToTypeStr<CloseEvent>>;
|
|
903
928
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent">;
|
|
904
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
929
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
905
930
|
signer: string;
|
|
906
931
|
index: string;
|
|
907
932
|
round: string;
|
|
@@ -934,6 +959,7 @@ export declare class CloseEvent implements StructClass {
|
|
|
934
959
|
static fromJSONField(field: any): CloseEvent;
|
|
935
960
|
static fromJSON(json: Record<string, any>): CloseEvent;
|
|
936
961
|
static fromSuiParsedData(content: SuiParsedData): CloseEvent;
|
|
962
|
+
static fromSuiObjectData(data: SuiObjectData): CloseEvent;
|
|
937
963
|
static fetch(client: SuiClient, id: string): Promise<CloseEvent>;
|
|
938
964
|
}
|
|
939
965
|
export declare function isCompoundEvent(type: string): boolean;
|
|
@@ -948,11 +974,14 @@ export interface CompoundEventFields {
|
|
|
948
974
|
}
|
|
949
975
|
export type CompoundEventReified = Reified<CompoundEvent, CompoundEventFields>;
|
|
950
976
|
export declare class CompoundEvent implements StructClass {
|
|
977
|
+
__StructClass: true;
|
|
951
978
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
|
|
952
979
|
static readonly $numTypeParams = 0;
|
|
980
|
+
static readonly $isPhantom: readonly [];
|
|
953
981
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
|
|
954
|
-
readonly $fullTypeName:
|
|
982
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::CompoundEvent`;
|
|
955
983
|
readonly $typeArgs: [];
|
|
984
|
+
readonly $isPhantom: readonly [];
|
|
956
985
|
readonly signer: ToField<"address">;
|
|
957
986
|
readonly index: ToField<"u64">;
|
|
958
987
|
readonly token: ToField<TypeName>;
|
|
@@ -965,7 +994,7 @@ export declare class CompoundEvent implements StructClass {
|
|
|
965
994
|
static get r(): reified.StructClassReified<CompoundEvent, CompoundEventFields>;
|
|
966
995
|
static phantom(): PhantomReified<ToTypeStr<CompoundEvent>>;
|
|
967
996
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent">;
|
|
968
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
997
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
969
998
|
signer: string;
|
|
970
999
|
index: string;
|
|
971
1000
|
token: {
|
|
@@ -1036,6 +1065,7 @@ export declare class CompoundEvent implements StructClass {
|
|
|
1036
1065
|
static fromJSONField(field: any): CompoundEvent;
|
|
1037
1066
|
static fromJSON(json: Record<string, any>): CompoundEvent;
|
|
1038
1067
|
static fromSuiParsedData(content: SuiParsedData): CompoundEvent;
|
|
1068
|
+
static fromSuiObjectData(data: SuiObjectData): CompoundEvent;
|
|
1039
1069
|
static fetch(client: SuiClient, id: string): Promise<CompoundEvent>;
|
|
1040
1070
|
}
|
|
1041
1071
|
export declare function isDeliveryEvent(type: string): boolean;
|
|
@@ -1059,11 +1089,14 @@ export interface DeliveryEventFields {
|
|
|
1059
1089
|
}
|
|
1060
1090
|
export type DeliveryEventReified = Reified<DeliveryEvent, DeliveryEventFields>;
|
|
1061
1091
|
export declare class DeliveryEvent implements StructClass {
|
|
1092
|
+
__StructClass: true;
|
|
1062
1093
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
|
|
1063
1094
|
static readonly $numTypeParams = 0;
|
|
1095
|
+
static readonly $isPhantom: readonly [];
|
|
1064
1096
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
|
|
1065
|
-
readonly $fullTypeName:
|
|
1097
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryEvent`;
|
|
1066
1098
|
readonly $typeArgs: [];
|
|
1099
|
+
readonly $isPhantom: readonly [];
|
|
1067
1100
|
readonly signer: ToField<"address">;
|
|
1068
1101
|
readonly index: ToField<"u64">;
|
|
1069
1102
|
readonly round: ToField<"u64">;
|
|
@@ -1085,7 +1118,7 @@ export declare class DeliveryEvent implements StructClass {
|
|
|
1085
1118
|
static get r(): reified.StructClassReified<DeliveryEvent, DeliveryEventFields>;
|
|
1086
1119
|
static phantom(): PhantomReified<ToTypeStr<DeliveryEvent>>;
|
|
1087
1120
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent">;
|
|
1088
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1121
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1089
1122
|
signer: string;
|
|
1090
1123
|
index: string;
|
|
1091
1124
|
round: string;
|
|
@@ -1194,6 +1227,7 @@ export declare class DeliveryEvent implements StructClass {
|
|
|
1194
1227
|
static fromJSONField(field: any): DeliveryEvent;
|
|
1195
1228
|
static fromJSON(json: Record<string, any>): DeliveryEvent;
|
|
1196
1229
|
static fromSuiParsedData(content: SuiParsedData): DeliveryEvent;
|
|
1230
|
+
static fromSuiObjectData(data: SuiObjectData): DeliveryEvent;
|
|
1197
1231
|
static fetch(client: SuiClient, id: string): Promise<DeliveryEvent>;
|
|
1198
1232
|
}
|
|
1199
1233
|
export declare function isDeliveryInfo(type: string): boolean;
|
|
@@ -1210,11 +1244,14 @@ export interface DeliveryInfoFields {
|
|
|
1210
1244
|
}
|
|
1211
1245
|
export type DeliveryInfoReified = Reified<DeliveryInfo, DeliveryInfoFields>;
|
|
1212
1246
|
export declare class DeliveryInfo implements StructClass {
|
|
1247
|
+
__StructClass: true;
|
|
1213
1248
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
|
|
1214
1249
|
static readonly $numTypeParams = 0;
|
|
1250
|
+
static readonly $isPhantom: readonly [];
|
|
1215
1251
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
|
|
1216
|
-
readonly $fullTypeName:
|
|
1252
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryInfo`;
|
|
1217
1253
|
readonly $typeArgs: [];
|
|
1254
|
+
readonly $isPhantom: readonly [];
|
|
1218
1255
|
readonly auctionType: ToField<"u64">;
|
|
1219
1256
|
readonly deliveryPrice: ToField<"u64">;
|
|
1220
1257
|
readonly deliverySize: ToField<"u64">;
|
|
@@ -1229,7 +1266,7 @@ export declare class DeliveryInfo implements StructClass {
|
|
|
1229
1266
|
static get r(): reified.StructClassReified<DeliveryInfo, DeliveryInfoFields>;
|
|
1230
1267
|
static phantom(): PhantomReified<ToTypeStr<DeliveryInfo>>;
|
|
1231
1268
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo">;
|
|
1232
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1269
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1233
1270
|
auction_type: string;
|
|
1234
1271
|
delivery_price: string;
|
|
1235
1272
|
delivery_size: string;
|
|
@@ -1282,6 +1319,7 @@ export declare class DeliveryInfo implements StructClass {
|
|
|
1282
1319
|
static fromJSONField(field: any): DeliveryInfo;
|
|
1283
1320
|
static fromJSON(json: Record<string, any>): DeliveryInfo;
|
|
1284
1321
|
static fromSuiParsedData(content: SuiParsedData): DeliveryInfo;
|
|
1322
|
+
static fromSuiObjectData(data: SuiObjectData): DeliveryInfo;
|
|
1285
1323
|
static fetch(client: SuiClient, id: string): Promise<DeliveryInfo>;
|
|
1286
1324
|
}
|
|
1287
1325
|
export declare function isDeliveryInfos(type: string): boolean;
|
|
@@ -1298,11 +1336,14 @@ export interface DeliveryInfosFields {
|
|
|
1298
1336
|
}
|
|
1299
1337
|
export type DeliveryInfosReified = Reified<DeliveryInfos, DeliveryInfosFields>;
|
|
1300
1338
|
export declare class DeliveryInfos implements StructClass {
|
|
1339
|
+
__StructClass: true;
|
|
1301
1340
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
|
|
1302
1341
|
static readonly $numTypeParams = 0;
|
|
1342
|
+
static readonly $isPhantom: readonly [];
|
|
1303
1343
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
|
|
1304
|
-
readonly $fullTypeName:
|
|
1344
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryInfos`;
|
|
1305
1345
|
readonly $typeArgs: [];
|
|
1346
|
+
readonly $isPhantom: readonly [];
|
|
1306
1347
|
readonly round: ToField<"u64">;
|
|
1307
1348
|
readonly maxSize: ToField<"u64">;
|
|
1308
1349
|
readonly totalDeliverySize: ToField<"u64">;
|
|
@@ -1317,7 +1358,7 @@ export declare class DeliveryInfos implements StructClass {
|
|
|
1317
1358
|
static get r(): reified.StructClassReified<DeliveryInfos, DeliveryInfosFields>;
|
|
1318
1359
|
static phantom(): PhantomReified<ToTypeStr<DeliveryInfos>>;
|
|
1319
1360
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos">;
|
|
1320
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1361
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1321
1362
|
round: string;
|
|
1322
1363
|
max_size: string;
|
|
1323
1364
|
total_delivery_size: string;
|
|
@@ -1414,6 +1455,7 @@ export declare class DeliveryInfos implements StructClass {
|
|
|
1414
1455
|
static fromJSONField(field: any): DeliveryInfos;
|
|
1415
1456
|
static fromJSON(json: Record<string, any>): DeliveryInfos;
|
|
1416
1457
|
static fromSuiParsedData(content: SuiParsedData): DeliveryInfos;
|
|
1458
|
+
static fromSuiObjectData(data: SuiObjectData): DeliveryInfos;
|
|
1417
1459
|
static fetch(client: SuiClient, id: string): Promise<DeliveryInfos>;
|
|
1418
1460
|
}
|
|
1419
1461
|
export declare function isDepositEvent(type: string): boolean;
|
|
@@ -1428,11 +1470,14 @@ export interface DepositEventFields {
|
|
|
1428
1470
|
}
|
|
1429
1471
|
export type DepositEventReified = Reified<DepositEvent, DepositEventFields>;
|
|
1430
1472
|
export declare class DepositEvent implements StructClass {
|
|
1473
|
+
__StructClass: true;
|
|
1431
1474
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
|
|
1432
1475
|
static readonly $numTypeParams = 0;
|
|
1476
|
+
static readonly $isPhantom: readonly [];
|
|
1433
1477
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
|
|
1434
|
-
readonly $fullTypeName:
|
|
1478
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DepositEvent`;
|
|
1435
1479
|
readonly $typeArgs: [];
|
|
1480
|
+
readonly $isPhantom: readonly [];
|
|
1436
1481
|
readonly signer: ToField<"address">;
|
|
1437
1482
|
readonly index: ToField<"u64">;
|
|
1438
1483
|
readonly token: ToField<TypeName>;
|
|
@@ -1445,7 +1490,7 @@ export declare class DepositEvent implements StructClass {
|
|
|
1445
1490
|
static get r(): reified.StructClassReified<DepositEvent, DepositEventFields>;
|
|
1446
1491
|
static phantom(): PhantomReified<ToTypeStr<DepositEvent>>;
|
|
1447
1492
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent">;
|
|
1448
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1493
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1449
1494
|
signer: string;
|
|
1450
1495
|
index: string;
|
|
1451
1496
|
token: {
|
|
@@ -1516,6 +1561,7 @@ export declare class DepositEvent implements StructClass {
|
|
|
1516
1561
|
static fromJSONField(field: any): DepositEvent;
|
|
1517
1562
|
static fromJSON(json: Record<string, any>): DepositEvent;
|
|
1518
1563
|
static fromSuiParsedData(content: SuiParsedData): DepositEvent;
|
|
1564
|
+
static fromSuiObjectData(data: SuiObjectData): DepositEvent;
|
|
1519
1565
|
static fetch(client: SuiClient, id: string): Promise<DepositEvent>;
|
|
1520
1566
|
}
|
|
1521
1567
|
export declare function isDepositSnapshot(type: string): boolean;
|
|
@@ -1526,11 +1572,14 @@ export interface DepositSnapshotFields {
|
|
|
1526
1572
|
}
|
|
1527
1573
|
export type DepositSnapshotReified = Reified<DepositSnapshot, DepositSnapshotFields>;
|
|
1528
1574
|
export declare class DepositSnapshot implements StructClass {
|
|
1575
|
+
__StructClass: true;
|
|
1529
1576
|
static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
|
|
1530
1577
|
static readonly $numTypeParams = 0;
|
|
1578
|
+
static readonly $isPhantom: readonly [];
|
|
1531
1579
|
readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
|
|
1532
|
-
readonly $fullTypeName:
|
|
1580
|
+
readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::DepositSnapshot`;
|
|
1533
1581
|
readonly $typeArgs: [];
|
|
1582
|
+
readonly $isPhantom: readonly [];
|
|
1534
1583
|
readonly snapshots: ToField<Vector<"u64">>;
|
|
1535
1584
|
readonly totalDeposit: ToField<"u64">;
|
|
1536
1585
|
readonly snapshotTsMs: ToField<"u64">;
|
|
@@ -1539,7 +1588,7 @@ export declare class DepositSnapshot implements StructClass {
|
|
|
1539
1588
|
static get r(): reified.StructClassReified<DepositSnapshot, DepositSnapshotFields>;
|
|
1540
1589
|
static phantom(): PhantomReified<ToTypeStr<DepositSnapshot>>;
|
|
1541
1590
|
static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot">;
|
|
1542
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1591
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1543
1592
|
snapshots: string[];
|
|
1544
1593
|
total_deposit: string;
|
|
1545
1594
|
snapshot_ts_ms: string;
|
|
@@ -1568,6 +1617,7 @@ export declare class DepositSnapshot implements StructClass {
|
|
|
1568
1617
|
static fromJSONField(field: any): DepositSnapshot;
|
|
1569
1618
|
static fromJSON(json: Record<string, any>): DepositSnapshot;
|
|
1570
1619
|
static fromSuiParsedData(content: SuiParsedData): DepositSnapshot;
|
|
1620
|
+
static fromSuiObjectData(data: SuiObjectData): DepositSnapshot;
|
|
1571
1621
|
static fetch(client: SuiClient, id: string): Promise<DepositSnapshot>;
|
|
1572
1622
|
}
|
|
1573
1623
|
export declare function isDropVaultEvent(type: string): boolean;
|
|
@@ -1579,11 +1629,14 @@ export interface DropVaultEventFields {
|
|
|
1579
1629
|
}
|
|
1580
1630
|
export type DropVaultEventReified = Reified<DropVaultEvent, DropVaultEventFields>;
|
|
1581
1631
|
export declare class DropVaultEvent implements StructClass {
|
|
1632
|
+
__StructClass: true;
|
|
1582
1633
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
|
|
1583
1634
|
static readonly $numTypeParams = 0;
|
|
1635
|
+
static readonly $isPhantom: readonly [];
|
|
1584
1636
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
|
|
1585
|
-
readonly $fullTypeName:
|
|
1637
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DropVaultEvent`;
|
|
1586
1638
|
readonly $typeArgs: [];
|
|
1639
|
+
readonly $isPhantom: readonly [];
|
|
1587
1640
|
readonly signer: ToField<"address">;
|
|
1588
1641
|
readonly index: ToField<"u64">;
|
|
1589
1642
|
readonly round: ToField<"u64">;
|
|
@@ -1593,7 +1646,7 @@ export declare class DropVaultEvent implements StructClass {
|
|
|
1593
1646
|
static get r(): reified.StructClassReified<DropVaultEvent, DropVaultEventFields>;
|
|
1594
1647
|
static phantom(): PhantomReified<ToTypeStr<DropVaultEvent>>;
|
|
1595
1648
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent">;
|
|
1596
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1649
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1597
1650
|
signer: string;
|
|
1598
1651
|
index: string;
|
|
1599
1652
|
round: string;
|
|
@@ -1626,6 +1679,7 @@ export declare class DropVaultEvent implements StructClass {
|
|
|
1626
1679
|
static fromJSONField(field: any): DropVaultEvent;
|
|
1627
1680
|
static fromJSON(json: Record<string, any>): DropVaultEvent;
|
|
1628
1681
|
static fromSuiParsedData(content: SuiParsedData): DropVaultEvent;
|
|
1682
|
+
static fromSuiObjectData(data: SuiObjectData): DropVaultEvent;
|
|
1629
1683
|
static fetch(client: SuiClient, id: string): Promise<DropVaultEvent>;
|
|
1630
1684
|
}
|
|
1631
1685
|
export declare function isExerciseEvent(type: string): boolean;
|
|
@@ -1641,11 +1695,14 @@ export interface ExerciseEventFields {
|
|
|
1641
1695
|
}
|
|
1642
1696
|
export type ExerciseEventReified = Reified<ExerciseEvent, ExerciseEventFields>;
|
|
1643
1697
|
export declare class ExerciseEvent implements StructClass {
|
|
1698
|
+
__StructClass: true;
|
|
1644
1699
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
|
|
1645
1700
|
static readonly $numTypeParams = 0;
|
|
1701
|
+
static readonly $isPhantom: readonly [];
|
|
1646
1702
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
|
|
1647
|
-
readonly $fullTypeName:
|
|
1703
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ExerciseEvent`;
|
|
1648
1704
|
readonly $typeArgs: [];
|
|
1705
|
+
readonly $isPhantom: readonly [];
|
|
1649
1706
|
readonly signer: ToField<"address">;
|
|
1650
1707
|
readonly index: ToField<"u64">;
|
|
1651
1708
|
readonly token: ToField<TypeName>;
|
|
@@ -1659,7 +1716,7 @@ export declare class ExerciseEvent implements StructClass {
|
|
|
1659
1716
|
static get r(): reified.StructClassReified<ExerciseEvent, ExerciseEventFields>;
|
|
1660
1717
|
static phantom(): PhantomReified<ToTypeStr<ExerciseEvent>>;
|
|
1661
1718
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent">;
|
|
1662
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1719
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1663
1720
|
signer: string;
|
|
1664
1721
|
index: string;
|
|
1665
1722
|
token: {
|
|
@@ -1732,6 +1789,7 @@ export declare class ExerciseEvent implements StructClass {
|
|
|
1732
1789
|
static fromJSONField(field: any): ExerciseEvent;
|
|
1733
1790
|
static fromJSON(json: Record<string, any>): ExerciseEvent;
|
|
1734
1791
|
static fromSuiParsedData(content: SuiParsedData): ExerciseEvent;
|
|
1792
|
+
static fromSuiObjectData(data: SuiObjectData): ExerciseEvent;
|
|
1735
1793
|
static fetch(client: SuiClient, id: string): Promise<ExerciseEvent>;
|
|
1736
1794
|
}
|
|
1737
1795
|
export declare function isHarvestEvent(type: string): boolean;
|
|
@@ -1747,11 +1805,14 @@ export interface HarvestEventFields {
|
|
|
1747
1805
|
}
|
|
1748
1806
|
export type HarvestEventReified = Reified<HarvestEvent, HarvestEventFields>;
|
|
1749
1807
|
export declare class HarvestEvent implements StructClass {
|
|
1808
|
+
__StructClass: true;
|
|
1750
1809
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
|
|
1751
1810
|
static readonly $numTypeParams = 0;
|
|
1811
|
+
static readonly $isPhantom: readonly [];
|
|
1752
1812
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
|
|
1753
|
-
readonly $fullTypeName:
|
|
1813
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::HarvestEvent`;
|
|
1754
1814
|
readonly $typeArgs: [];
|
|
1815
|
+
readonly $isPhantom: readonly [];
|
|
1755
1816
|
readonly signer: ToField<"address">;
|
|
1756
1817
|
readonly index: ToField<"u64">;
|
|
1757
1818
|
readonly token: ToField<TypeName>;
|
|
@@ -1765,7 +1826,7 @@ export declare class HarvestEvent implements StructClass {
|
|
|
1765
1826
|
static get r(): reified.StructClassReified<HarvestEvent, HarvestEventFields>;
|
|
1766
1827
|
static phantom(): PhantomReified<ToTypeStr<HarvestEvent>>;
|
|
1767
1828
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent">;
|
|
1768
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1829
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1769
1830
|
signer: string;
|
|
1770
1831
|
index: string;
|
|
1771
1832
|
token: {
|
|
@@ -1840,6 +1901,7 @@ export declare class HarvestEvent implements StructClass {
|
|
|
1840
1901
|
static fromJSONField(field: any): HarvestEvent;
|
|
1841
1902
|
static fromJSON(json: Record<string, any>): HarvestEvent;
|
|
1842
1903
|
static fromSuiParsedData(content: SuiParsedData): HarvestEvent;
|
|
1904
|
+
static fromSuiObjectData(data: SuiObjectData): HarvestEvent;
|
|
1843
1905
|
static fetch(client: SuiClient, id: string): Promise<HarvestEvent>;
|
|
1844
1906
|
}
|
|
1845
1907
|
export declare function isInfo(type: string): boolean;
|
|
@@ -1870,11 +1932,14 @@ export interface InfoFields {
|
|
|
1870
1932
|
}
|
|
1871
1933
|
export type InfoReified = Reified<Info, InfoFields>;
|
|
1872
1934
|
export declare class Info implements StructClass {
|
|
1935
|
+
__StructClass: true;
|
|
1873
1936
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
|
|
1874
1937
|
static readonly $numTypeParams = 0;
|
|
1938
|
+
static readonly $isPhantom: readonly [];
|
|
1875
1939
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
|
|
1876
|
-
readonly $fullTypeName:
|
|
1940
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Info`;
|
|
1877
1941
|
readonly $typeArgs: [];
|
|
1942
|
+
readonly $isPhantom: readonly [];
|
|
1878
1943
|
readonly index: ToField<"u64">;
|
|
1879
1944
|
readonly optionType: ToField<"u64">;
|
|
1880
1945
|
readonly period: ToField<"u8">;
|
|
@@ -1903,7 +1968,7 @@ export declare class Info implements StructClass {
|
|
|
1903
1968
|
static get r(): reified.StructClassReified<Info, InfoFields>;
|
|
1904
1969
|
static phantom(): PhantomReified<ToTypeStr<Info>>;
|
|
1905
1970
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info">;
|
|
1906
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1971
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1907
1972
|
index: string;
|
|
1908
1973
|
option_type: string;
|
|
1909
1974
|
period: number;
|
|
@@ -2206,6 +2271,7 @@ export declare class Info implements StructClass {
|
|
|
2206
2271
|
static fromJSONField(field: any): Info;
|
|
2207
2272
|
static fromJSON(json: Record<string, any>): Info;
|
|
2208
2273
|
static fromSuiParsedData(content: SuiParsedData): Info;
|
|
2274
|
+
static fromSuiObjectData(data: SuiObjectData): Info;
|
|
2209
2275
|
static fetch(client: SuiClient, id: string): Promise<Info>;
|
|
2210
2276
|
}
|
|
2211
2277
|
export declare function isNewAuctionEvent(type: string): boolean;
|
|
@@ -2222,11 +2288,14 @@ export interface NewAuctionEventFields {
|
|
|
2222
2288
|
}
|
|
2223
2289
|
export type NewAuctionEventReified = Reified<NewAuctionEvent, NewAuctionEventFields>;
|
|
2224
2290
|
export declare class NewAuctionEvent implements StructClass {
|
|
2291
|
+
__StructClass: true;
|
|
2225
2292
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
|
|
2226
2293
|
static readonly $numTypeParams = 0;
|
|
2294
|
+
static readonly $isPhantom: readonly [];
|
|
2227
2295
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
|
|
2228
|
-
readonly $fullTypeName:
|
|
2296
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::NewAuctionEvent`;
|
|
2229
2297
|
readonly $typeArgs: [];
|
|
2298
|
+
readonly $isPhantom: readonly [];
|
|
2230
2299
|
readonly signer: ToField<"address">;
|
|
2231
2300
|
readonly index: ToField<"u64">;
|
|
2232
2301
|
readonly round: ToField<"u64">;
|
|
@@ -2241,7 +2310,7 @@ export declare class NewAuctionEvent implements StructClass {
|
|
|
2241
2310
|
static get r(): reified.StructClassReified<NewAuctionEvent, NewAuctionEventFields>;
|
|
2242
2311
|
static phantom(): PhantomReified<ToTypeStr<NewAuctionEvent>>;
|
|
2243
2312
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent">;
|
|
2244
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2313
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2245
2314
|
signer: string;
|
|
2246
2315
|
index: string;
|
|
2247
2316
|
round: string;
|
|
@@ -2370,6 +2439,7 @@ export declare class NewAuctionEvent implements StructClass {
|
|
|
2370
2439
|
static fromJSONField(field: any): NewAuctionEvent;
|
|
2371
2440
|
static fromJSON(json: Record<string, any>): NewAuctionEvent;
|
|
2372
2441
|
static fromSuiParsedData(content: SuiParsedData): NewAuctionEvent;
|
|
2442
|
+
static fromSuiObjectData(data: SuiObjectData): NewAuctionEvent;
|
|
2373
2443
|
static fetch(client: SuiClient, id: string): Promise<NewAuctionEvent>;
|
|
2374
2444
|
}
|
|
2375
2445
|
export declare function isNewBidEvent(type: string): boolean;
|
|
@@ -2390,11 +2460,14 @@ export interface NewBidEventFields {
|
|
|
2390
2460
|
}
|
|
2391
2461
|
export type NewBidEventReified = Reified<NewBidEvent, NewBidEventFields>;
|
|
2392
2462
|
export declare class NewBidEvent implements StructClass {
|
|
2463
|
+
__StructClass: true;
|
|
2393
2464
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
|
|
2394
2465
|
static readonly $numTypeParams = 0;
|
|
2466
|
+
static readonly $isPhantom: readonly [];
|
|
2395
2467
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
|
|
2396
|
-
readonly $fullTypeName:
|
|
2468
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::NewBidEvent`;
|
|
2397
2469
|
readonly $typeArgs: [];
|
|
2470
|
+
readonly $isPhantom: readonly [];
|
|
2398
2471
|
readonly signer: ToField<"address">;
|
|
2399
2472
|
readonly index: ToField<"u64">;
|
|
2400
2473
|
readonly bidIndex: ToField<"u64">;
|
|
@@ -2413,7 +2486,7 @@ export declare class NewBidEvent implements StructClass {
|
|
|
2413
2486
|
static get r(): reified.StructClassReified<NewBidEvent, NewBidEventFields>;
|
|
2414
2487
|
static phantom(): PhantomReified<ToTypeStr<NewBidEvent>>;
|
|
2415
2488
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent">;
|
|
2416
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2489
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2417
2490
|
signer: string;
|
|
2418
2491
|
index: string;
|
|
2419
2492
|
bid_index: string;
|
|
@@ -2522,6 +2595,7 @@ export declare class NewBidEvent implements StructClass {
|
|
|
2522
2595
|
static fromJSONField(field: any): NewBidEvent;
|
|
2523
2596
|
static fromJSON(json: Record<string, any>): NewBidEvent;
|
|
2524
2597
|
static fromSuiParsedData(content: SuiParsedData): NewBidEvent;
|
|
2598
|
+
static fromSuiObjectData(data: SuiObjectData): NewBidEvent;
|
|
2525
2599
|
static fetch(client: SuiClient, id: string): Promise<NewBidEvent>;
|
|
2526
2600
|
}
|
|
2527
2601
|
export declare function isOracleInfo(type: string): boolean;
|
|
@@ -2531,11 +2605,14 @@ export interface OracleInfoFields {
|
|
|
2531
2605
|
}
|
|
2532
2606
|
export type OracleInfoReified = Reified<OracleInfo, OracleInfoFields>;
|
|
2533
2607
|
export declare class OracleInfo implements StructClass {
|
|
2608
|
+
__StructClass: true;
|
|
2534
2609
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
|
|
2535
2610
|
static readonly $numTypeParams = 0;
|
|
2611
|
+
static readonly $isPhantom: readonly [];
|
|
2536
2612
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
|
|
2537
|
-
readonly $fullTypeName:
|
|
2613
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::OracleInfo`;
|
|
2538
2614
|
readonly $typeArgs: [];
|
|
2615
|
+
readonly $isPhantom: readonly [];
|
|
2539
2616
|
readonly price: ToField<"u64">;
|
|
2540
2617
|
readonly decimal: ToField<"u64">;
|
|
2541
2618
|
private constructor();
|
|
@@ -2543,7 +2620,7 @@ export declare class OracleInfo implements StructClass {
|
|
|
2543
2620
|
static get r(): reified.StructClassReified<OracleInfo, OracleInfoFields>;
|
|
2544
2621
|
static phantom(): PhantomReified<ToTypeStr<OracleInfo>>;
|
|
2545
2622
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo">;
|
|
2546
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2623
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2547
2624
|
price: string;
|
|
2548
2625
|
decimal: string;
|
|
2549
2626
|
}, {
|
|
@@ -2566,6 +2643,7 @@ export declare class OracleInfo implements StructClass {
|
|
|
2566
2643
|
static fromJSONField(field: any): OracleInfo;
|
|
2567
2644
|
static fromJSON(json: Record<string, any>): OracleInfo;
|
|
2568
2645
|
static fromSuiParsedData(content: SuiParsedData): OracleInfo;
|
|
2646
|
+
static fromSuiObjectData(data: SuiObjectData): OracleInfo;
|
|
2569
2647
|
static fetch(client: SuiClient, id: string): Promise<OracleInfo>;
|
|
2570
2648
|
}
|
|
2571
2649
|
export declare function isOtcEvent(type: string): boolean;
|
|
@@ -2586,11 +2664,14 @@ export interface OtcEventFields {
|
|
|
2586
2664
|
}
|
|
2587
2665
|
export type OtcEventReified = Reified<OtcEvent, OtcEventFields>;
|
|
2588
2666
|
export declare class OtcEvent implements StructClass {
|
|
2667
|
+
__StructClass: true;
|
|
2589
2668
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
|
|
2590
2669
|
static readonly $numTypeParams = 0;
|
|
2670
|
+
static readonly $isPhantom: readonly [];
|
|
2591
2671
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
|
|
2592
|
-
readonly $fullTypeName:
|
|
2672
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::OtcEvent`;
|
|
2593
2673
|
readonly $typeArgs: [];
|
|
2674
|
+
readonly $isPhantom: readonly [];
|
|
2594
2675
|
readonly signer: ToField<"address">;
|
|
2595
2676
|
readonly index: ToField<"u64">;
|
|
2596
2677
|
readonly round: ToField<"u64">;
|
|
@@ -2609,7 +2690,7 @@ export declare class OtcEvent implements StructClass {
|
|
|
2609
2690
|
static get r(): reified.StructClassReified<OtcEvent, OtcEventFields>;
|
|
2610
2691
|
static phantom(): PhantomReified<ToTypeStr<OtcEvent>>;
|
|
2611
2692
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent">;
|
|
2612
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2693
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2613
2694
|
signer: string;
|
|
2614
2695
|
index: string;
|
|
2615
2696
|
round: string;
|
|
@@ -2678,6 +2759,7 @@ export declare class OtcEvent implements StructClass {
|
|
|
2678
2759
|
static fromJSONField(field: any): OtcEvent;
|
|
2679
2760
|
static fromJSON(json: Record<string, any>): OtcEvent;
|
|
2680
2761
|
static fromSuiParsedData(content: SuiParsedData): OtcEvent;
|
|
2762
|
+
static fromSuiObjectData(data: SuiObjectData): OtcEvent;
|
|
2681
2763
|
static fetch(client: SuiClient, id: string): Promise<OtcEvent>;
|
|
2682
2764
|
}
|
|
2683
2765
|
export declare function isPayoffConfig(type: string): boolean;
|
|
@@ -2690,11 +2772,14 @@ export interface PayoffConfigFields {
|
|
|
2690
2772
|
}
|
|
2691
2773
|
export type PayoffConfigReified = Reified<PayoffConfig, PayoffConfigFields>;
|
|
2692
2774
|
export declare class PayoffConfig implements StructClass {
|
|
2775
|
+
__StructClass: true;
|
|
2693
2776
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
|
|
2694
2777
|
static readonly $numTypeParams = 0;
|
|
2778
|
+
static readonly $isPhantom: readonly [];
|
|
2695
2779
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
|
|
2696
|
-
readonly $fullTypeName:
|
|
2780
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::PayoffConfig`;
|
|
2697
2781
|
readonly $typeArgs: [];
|
|
2782
|
+
readonly $isPhantom: readonly [];
|
|
2698
2783
|
readonly strikeBp: ToField<"u64">;
|
|
2699
2784
|
readonly weight: ToField<"u64">;
|
|
2700
2785
|
readonly isBuyer: ToField<"bool">;
|
|
@@ -2705,7 +2790,7 @@ export declare class PayoffConfig implements StructClass {
|
|
|
2705
2790
|
static get r(): reified.StructClassReified<PayoffConfig, PayoffConfigFields>;
|
|
2706
2791
|
static phantom(): PhantomReified<ToTypeStr<PayoffConfig>>;
|
|
2707
2792
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig">;
|
|
2708
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2793
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2709
2794
|
strike_bp: string;
|
|
2710
2795
|
weight: string;
|
|
2711
2796
|
is_buyer: boolean;
|
|
@@ -2748,6 +2833,7 @@ export declare class PayoffConfig implements StructClass {
|
|
|
2748
2833
|
static fromJSONField(field: any): PayoffConfig;
|
|
2749
2834
|
static fromJSON(json: Record<string, any>): PayoffConfig;
|
|
2750
2835
|
static fromSuiParsedData(content: SuiParsedData): PayoffConfig;
|
|
2836
|
+
static fromSuiObjectData(data: SuiObjectData): PayoffConfig;
|
|
2751
2837
|
static fetch(client: SuiClient, id: string): Promise<PayoffConfig>;
|
|
2752
2838
|
}
|
|
2753
2839
|
export declare function isPortfolioVault(type: string): boolean;
|
|
@@ -2759,11 +2845,14 @@ export interface PortfolioVaultFields {
|
|
|
2759
2845
|
}
|
|
2760
2846
|
export type PortfolioVaultReified = Reified<PortfolioVault, PortfolioVaultFields>;
|
|
2761
2847
|
export declare class PortfolioVault implements StructClass {
|
|
2848
|
+
__StructClass: true;
|
|
2762
2849
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
|
|
2763
2850
|
static readonly $numTypeParams = 0;
|
|
2851
|
+
static readonly $isPhantom: readonly [];
|
|
2764
2852
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
|
|
2765
|
-
readonly $fullTypeName:
|
|
2853
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::PortfolioVault`;
|
|
2766
2854
|
readonly $typeArgs: [];
|
|
2855
|
+
readonly $isPhantom: readonly [];
|
|
2767
2856
|
readonly id: ToField<UID>;
|
|
2768
2857
|
readonly info: ToField<Info>;
|
|
2769
2858
|
readonly config: ToField<Config>;
|
|
@@ -2773,7 +2862,7 @@ export declare class PortfolioVault implements StructClass {
|
|
|
2773
2862
|
static get r(): reified.StructClassReified<PortfolioVault, PortfolioVaultFields>;
|
|
2774
2863
|
static phantom(): PhantomReified<ToTypeStr<PortfolioVault>>;
|
|
2775
2864
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault">;
|
|
2776
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2865
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2777
2866
|
id: {
|
|
2778
2867
|
id: {
|
|
2779
2868
|
bytes: string;
|
|
@@ -3390,6 +3479,7 @@ export declare class PortfolioVault implements StructClass {
|
|
|
3390
3479
|
static fromJSONField(field: any): PortfolioVault;
|
|
3391
3480
|
static fromJSON(json: Record<string, any>): PortfolioVault;
|
|
3392
3481
|
static fromSuiParsedData(content: SuiParsedData): PortfolioVault;
|
|
3482
|
+
static fromSuiObjectData(data: SuiObjectData): PortfolioVault;
|
|
3393
3483
|
static fetch(client: SuiClient, id: string): Promise<PortfolioVault>;
|
|
3394
3484
|
}
|
|
3395
3485
|
export declare function isRaiseFundEvent(type: string): boolean;
|
|
@@ -3400,11 +3490,14 @@ export interface RaiseFundEventFields {
|
|
|
3400
3490
|
}
|
|
3401
3491
|
export type RaiseFundEventReified = Reified<RaiseFundEvent, RaiseFundEventFields>;
|
|
3402
3492
|
export declare class RaiseFundEvent implements StructClass {
|
|
3493
|
+
__StructClass: true;
|
|
3403
3494
|
static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
|
|
3404
3495
|
static readonly $numTypeParams = 0;
|
|
3496
|
+
static readonly $isPhantom: readonly [];
|
|
3405
3497
|
readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
|
|
3406
|
-
readonly $fullTypeName:
|
|
3498
|
+
readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::RaiseFundEvent`;
|
|
3407
3499
|
readonly $typeArgs: [];
|
|
3500
|
+
readonly $isPhantom: readonly [];
|
|
3408
3501
|
readonly signer: ToField<"address">;
|
|
3409
3502
|
readonly token: ToField<TypeName>;
|
|
3410
3503
|
readonly log: ToField<Vector<"u64">>;
|
|
@@ -3413,7 +3506,7 @@ export declare class RaiseFundEvent implements StructClass {
|
|
|
3413
3506
|
static get r(): reified.StructClassReified<RaiseFundEvent, RaiseFundEventFields>;
|
|
3414
3507
|
static phantom(): PhantomReified<ToTypeStr<RaiseFundEvent>>;
|
|
3415
3508
|
static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent">;
|
|
3416
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
3509
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3417
3510
|
signer: string;
|
|
3418
3511
|
token: {
|
|
3419
3512
|
name: {
|
|
@@ -3456,6 +3549,7 @@ export declare class RaiseFundEvent implements StructClass {
|
|
|
3456
3549
|
static fromJSONField(field: any): RaiseFundEvent;
|
|
3457
3550
|
static fromJSON(json: Record<string, any>): RaiseFundEvent;
|
|
3458
3551
|
static fromSuiParsedData(content: SuiParsedData): RaiseFundEvent;
|
|
3552
|
+
static fromSuiObjectData(data: SuiObjectData): RaiseFundEvent;
|
|
3459
3553
|
static fetch(client: SuiClient, id: string): Promise<RaiseFundEvent>;
|
|
3460
3554
|
}
|
|
3461
3555
|
export declare function isRecoupEvent(type: string): boolean;
|
|
@@ -3470,11 +3564,14 @@ export interface RecoupEventFields {
|
|
|
3470
3564
|
}
|
|
3471
3565
|
export type RecoupEventReified = Reified<RecoupEvent, RecoupEventFields>;
|
|
3472
3566
|
export declare class RecoupEvent implements StructClass {
|
|
3567
|
+
__StructClass: true;
|
|
3473
3568
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
|
|
3474
3569
|
static readonly $numTypeParams = 0;
|
|
3570
|
+
static readonly $isPhantom: readonly [];
|
|
3475
3571
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
|
|
3476
|
-
readonly $fullTypeName:
|
|
3572
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RecoupEvent`;
|
|
3477
3573
|
readonly $typeArgs: [];
|
|
3574
|
+
readonly $isPhantom: readonly [];
|
|
3478
3575
|
readonly signer: ToField<"address">;
|
|
3479
3576
|
readonly index: ToField<"u64">;
|
|
3480
3577
|
readonly round: ToField<"u64">;
|
|
@@ -3487,7 +3584,7 @@ export declare class RecoupEvent implements StructClass {
|
|
|
3487
3584
|
static get r(): reified.StructClassReified<RecoupEvent, RecoupEventFields>;
|
|
3488
3585
|
static phantom(): PhantomReified<ToTypeStr<RecoupEvent>>;
|
|
3489
3586
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent">;
|
|
3490
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
3587
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3491
3588
|
signer: string;
|
|
3492
3589
|
index: string;
|
|
3493
3590
|
round: string;
|
|
@@ -3532,6 +3629,7 @@ export declare class RecoupEvent implements StructClass {
|
|
|
3532
3629
|
static fromJSONField(field: any): RecoupEvent;
|
|
3533
3630
|
static fromJSON(json: Record<string, any>): RecoupEvent;
|
|
3534
3631
|
static fromSuiParsedData(content: SuiParsedData): RecoupEvent;
|
|
3632
|
+
static fromSuiObjectData(data: SuiObjectData): RecoupEvent;
|
|
3535
3633
|
static fetch(client: SuiClient, id: string): Promise<RecoupEvent>;
|
|
3536
3634
|
}
|
|
3537
3635
|
export declare function isRedeemEvent(type: string): boolean;
|
|
@@ -3545,11 +3643,14 @@ export interface RedeemEventFields {
|
|
|
3545
3643
|
}
|
|
3546
3644
|
export type RedeemEventReified = Reified<RedeemEvent, RedeemEventFields>;
|
|
3547
3645
|
export declare class RedeemEvent implements StructClass {
|
|
3646
|
+
__StructClass: true;
|
|
3548
3647
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
|
|
3549
3648
|
static readonly $numTypeParams = 0;
|
|
3649
|
+
static readonly $isPhantom: readonly [];
|
|
3550
3650
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
|
|
3551
|
-
readonly $fullTypeName:
|
|
3651
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RedeemEvent`;
|
|
3552
3652
|
readonly $typeArgs: [];
|
|
3653
|
+
readonly $isPhantom: readonly [];
|
|
3553
3654
|
readonly signer: ToField<"address">;
|
|
3554
3655
|
readonly index: ToField<"u64">;
|
|
3555
3656
|
readonly token: ToField<TypeName>;
|
|
@@ -3561,7 +3662,7 @@ export declare class RedeemEvent implements StructClass {
|
|
|
3561
3662
|
static get r(): reified.StructClassReified<RedeemEvent, RedeemEventFields>;
|
|
3562
3663
|
static phantom(): PhantomReified<ToTypeStr<RedeemEvent>>;
|
|
3563
3664
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent">;
|
|
3564
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
3665
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3565
3666
|
signer: string;
|
|
3566
3667
|
index: string;
|
|
3567
3668
|
token: {
|
|
@@ -3628,6 +3729,7 @@ export declare class RedeemEvent implements StructClass {
|
|
|
3628
3729
|
static fromJSONField(field: any): RedeemEvent;
|
|
3629
3730
|
static fromJSON(json: Record<string, any>): RedeemEvent;
|
|
3630
3731
|
static fromSuiParsedData(content: SuiParsedData): RedeemEvent;
|
|
3732
|
+
static fromSuiObjectData(data: SuiObjectData): RedeemEvent;
|
|
3631
3733
|
static fetch(client: SuiClient, id: string): Promise<RedeemEvent>;
|
|
3632
3734
|
}
|
|
3633
3735
|
export declare function isReduceFundEvent(type: string): boolean;
|
|
@@ -3640,11 +3742,14 @@ export interface ReduceFundEventFields {
|
|
|
3640
3742
|
}
|
|
3641
3743
|
export type ReduceFundEventReified = Reified<ReduceFundEvent, ReduceFundEventFields>;
|
|
3642
3744
|
export declare class ReduceFundEvent implements StructClass {
|
|
3745
|
+
__StructClass: true;
|
|
3643
3746
|
static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
|
|
3644
3747
|
static readonly $numTypeParams = 0;
|
|
3748
|
+
static readonly $isPhantom: readonly [];
|
|
3645
3749
|
readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
|
|
3646
|
-
readonly $fullTypeName:
|
|
3750
|
+
readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::ReduceFundEvent`;
|
|
3647
3751
|
readonly $typeArgs: [];
|
|
3752
|
+
readonly $isPhantom: readonly [];
|
|
3648
3753
|
readonly signer: ToField<"address">;
|
|
3649
3754
|
readonly dToken: ToField<TypeName>;
|
|
3650
3755
|
readonly bToken: ToField<TypeName>;
|
|
@@ -3655,7 +3760,7 @@ export declare class ReduceFundEvent implements StructClass {
|
|
|
3655
3760
|
static get r(): reified.StructClassReified<ReduceFundEvent, ReduceFundEventFields>;
|
|
3656
3761
|
static phantom(): PhantomReified<ToTypeStr<ReduceFundEvent>>;
|
|
3657
3762
|
static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent">;
|
|
3658
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
3763
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3659
3764
|
signer: string;
|
|
3660
3765
|
d_token: {
|
|
3661
3766
|
name: {
|
|
@@ -3734,8 +3839,79 @@ export declare class ReduceFundEvent implements StructClass {
|
|
|
3734
3839
|
static fromJSONField(field: any): ReduceFundEvent;
|
|
3735
3840
|
static fromJSON(json: Record<string, any>): ReduceFundEvent;
|
|
3736
3841
|
static fromSuiParsedData(content: SuiParsedData): ReduceFundEvent;
|
|
3842
|
+
static fromSuiObjectData(data: SuiObjectData): ReduceFundEvent;
|
|
3737
3843
|
static fetch(client: SuiClient, id: string): Promise<ReduceFundEvent>;
|
|
3738
3844
|
}
|
|
3845
|
+
export declare function isRefreshDepositSnapshotEvent(type: string): boolean;
|
|
3846
|
+
export interface RefreshDepositSnapshotEventFields {
|
|
3847
|
+
signer: ToField<"address">;
|
|
3848
|
+
token: ToField<TypeName>;
|
|
3849
|
+
log: ToField<Vector<"u64">>;
|
|
3850
|
+
}
|
|
3851
|
+
export type RefreshDepositSnapshotEventReified = Reified<RefreshDepositSnapshotEvent, RefreshDepositSnapshotEventFields>;
|
|
3852
|
+
export declare class RefreshDepositSnapshotEvent implements StructClass {
|
|
3853
|
+
__StructClass: true;
|
|
3854
|
+
static readonly $typeName = "0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent";
|
|
3855
|
+
static readonly $numTypeParams = 0;
|
|
3856
|
+
static readonly $isPhantom: readonly [];
|
|
3857
|
+
readonly $typeName = "0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent";
|
|
3858
|
+
readonly $fullTypeName: `${typeof PKG_V25}::typus_dov_single::RefreshDepositSnapshotEvent`;
|
|
3859
|
+
readonly $typeArgs: [];
|
|
3860
|
+
readonly $isPhantom: readonly [];
|
|
3861
|
+
readonly signer: ToField<"address">;
|
|
3862
|
+
readonly token: ToField<TypeName>;
|
|
3863
|
+
readonly log: ToField<Vector<"u64">>;
|
|
3864
|
+
private constructor();
|
|
3865
|
+
static reified(): RefreshDepositSnapshotEventReified;
|
|
3866
|
+
static get r(): reified.StructClassReified<RefreshDepositSnapshotEvent, RefreshDepositSnapshotEventFields>;
|
|
3867
|
+
static phantom(): PhantomReified<ToTypeStr<RefreshDepositSnapshotEvent>>;
|
|
3868
|
+
static get p(): reified.PhantomReified<"0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent">;
|
|
3869
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3870
|
+
signer: string;
|
|
3871
|
+
token: {
|
|
3872
|
+
name: {
|
|
3873
|
+
bytes: number[];
|
|
3874
|
+
};
|
|
3875
|
+
};
|
|
3876
|
+
log: string[];
|
|
3877
|
+
}, {
|
|
3878
|
+
signer: string;
|
|
3879
|
+
token: {
|
|
3880
|
+
name: {
|
|
3881
|
+
bytes: Iterable<number> & {
|
|
3882
|
+
length: number;
|
|
3883
|
+
};
|
|
3884
|
+
};
|
|
3885
|
+
};
|
|
3886
|
+
log: Iterable<string | number | bigint> & {
|
|
3887
|
+
length: number;
|
|
3888
|
+
};
|
|
3889
|
+
}>;
|
|
3890
|
+
static fromFields(fields: Record<string, any>): RefreshDepositSnapshotEvent;
|
|
3891
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): RefreshDepositSnapshotEvent;
|
|
3892
|
+
static fromBcs(data: Uint8Array): RefreshDepositSnapshotEvent;
|
|
3893
|
+
toJSONField(): {
|
|
3894
|
+
signer: string;
|
|
3895
|
+
token: {
|
|
3896
|
+
name: string;
|
|
3897
|
+
};
|
|
3898
|
+
log: string[];
|
|
3899
|
+
};
|
|
3900
|
+
toJSON(): {
|
|
3901
|
+
signer: string;
|
|
3902
|
+
token: {
|
|
3903
|
+
name: string;
|
|
3904
|
+
};
|
|
3905
|
+
log: string[];
|
|
3906
|
+
$typeName: string;
|
|
3907
|
+
$typeArgs: [];
|
|
3908
|
+
};
|
|
3909
|
+
static fromJSONField(field: any): RefreshDepositSnapshotEvent;
|
|
3910
|
+
static fromJSON(json: Record<string, any>): RefreshDepositSnapshotEvent;
|
|
3911
|
+
static fromSuiParsedData(content: SuiParsedData): RefreshDepositSnapshotEvent;
|
|
3912
|
+
static fromSuiObjectData(data: SuiObjectData): RefreshDepositSnapshotEvent;
|
|
3913
|
+
static fetch(client: SuiClient, id: string): Promise<RefreshDepositSnapshotEvent>;
|
|
3914
|
+
}
|
|
3739
3915
|
export declare function isRefundEvent(type: string): boolean;
|
|
3740
3916
|
export interface RefundEventFields {
|
|
3741
3917
|
signer: ToField<"address">;
|
|
@@ -3745,11 +3921,14 @@ export interface RefundEventFields {
|
|
|
3745
3921
|
}
|
|
3746
3922
|
export type RefundEventReified = Reified<RefundEvent, RefundEventFields>;
|
|
3747
3923
|
export declare class RefundEvent implements StructClass {
|
|
3924
|
+
__StructClass: true;
|
|
3748
3925
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
|
|
3749
3926
|
static readonly $numTypeParams = 0;
|
|
3927
|
+
static readonly $isPhantom: readonly [];
|
|
3750
3928
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
|
|
3751
|
-
readonly $fullTypeName:
|
|
3929
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RefundEvent`;
|
|
3752
3930
|
readonly $typeArgs: [];
|
|
3931
|
+
readonly $isPhantom: readonly [];
|
|
3753
3932
|
readonly signer: ToField<"address">;
|
|
3754
3933
|
readonly token: ToField<TypeName>;
|
|
3755
3934
|
readonly amount: ToField<"u64">;
|
|
@@ -3759,7 +3938,7 @@ export declare class RefundEvent implements StructClass {
|
|
|
3759
3938
|
static get r(): reified.StructClassReified<RefundEvent, RefundEventFields>;
|
|
3760
3939
|
static phantom(): PhantomReified<ToTypeStr<RefundEvent>>;
|
|
3761
3940
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent">;
|
|
3762
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
3941
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3763
3942
|
signer: string;
|
|
3764
3943
|
token: {
|
|
3765
3944
|
name: {
|
|
@@ -3806,8 +3985,71 @@ export declare class RefundEvent implements StructClass {
|
|
|
3806
3985
|
static fromJSONField(field: any): RefundEvent;
|
|
3807
3986
|
static fromJSON(json: Record<string, any>): RefundEvent;
|
|
3808
3987
|
static fromSuiParsedData(content: SuiParsedData): RefundEvent;
|
|
3988
|
+
static fromSuiObjectData(data: SuiObjectData): RefundEvent;
|
|
3809
3989
|
static fetch(client: SuiClient, id: string): Promise<RefundEvent>;
|
|
3810
3990
|
}
|
|
3991
|
+
export declare function isResumeEvent(type: string): boolean;
|
|
3992
|
+
export interface ResumeEventFields {
|
|
3993
|
+
signer: ToField<"address">;
|
|
3994
|
+
index: ToField<"u64">;
|
|
3995
|
+
round: ToField<"u64">;
|
|
3996
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
3997
|
+
}
|
|
3998
|
+
export type ResumeEventReified = Reified<ResumeEvent, ResumeEventFields>;
|
|
3999
|
+
export declare class ResumeEvent implements StructClass {
|
|
4000
|
+
__StructClass: true;
|
|
4001
|
+
static readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent";
|
|
4002
|
+
static readonly $numTypeParams = 0;
|
|
4003
|
+
static readonly $isPhantom: readonly [];
|
|
4004
|
+
readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent";
|
|
4005
|
+
readonly $fullTypeName: `${typeof PKG_V30}::typus_dov_single::ResumeEvent`;
|
|
4006
|
+
readonly $typeArgs: [];
|
|
4007
|
+
readonly $isPhantom: readonly [];
|
|
4008
|
+
readonly signer: ToField<"address">;
|
|
4009
|
+
readonly index: ToField<"u64">;
|
|
4010
|
+
readonly round: ToField<"u64">;
|
|
4011
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
4012
|
+
private constructor();
|
|
4013
|
+
static reified(): ResumeEventReified;
|
|
4014
|
+
static get r(): reified.StructClassReified<ResumeEvent, ResumeEventFields>;
|
|
4015
|
+
static phantom(): PhantomReified<ToTypeStr<ResumeEvent>>;
|
|
4016
|
+
static get p(): reified.PhantomReified<"0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent">;
|
|
4017
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4018
|
+
signer: string;
|
|
4019
|
+
index: string;
|
|
4020
|
+
round: string;
|
|
4021
|
+
u64_padding: string[];
|
|
4022
|
+
}, {
|
|
4023
|
+
signer: string;
|
|
4024
|
+
index: string | number | bigint;
|
|
4025
|
+
round: string | number | bigint;
|
|
4026
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
4027
|
+
length: number;
|
|
4028
|
+
};
|
|
4029
|
+
}>;
|
|
4030
|
+
static fromFields(fields: Record<string, any>): ResumeEvent;
|
|
4031
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): ResumeEvent;
|
|
4032
|
+
static fromBcs(data: Uint8Array): ResumeEvent;
|
|
4033
|
+
toJSONField(): {
|
|
4034
|
+
signer: string;
|
|
4035
|
+
index: string;
|
|
4036
|
+
round: string;
|
|
4037
|
+
u64Padding: string[];
|
|
4038
|
+
};
|
|
4039
|
+
toJSON(): {
|
|
4040
|
+
signer: string;
|
|
4041
|
+
index: string;
|
|
4042
|
+
round: string;
|
|
4043
|
+
u64Padding: string[];
|
|
4044
|
+
$typeName: string;
|
|
4045
|
+
$typeArgs: [];
|
|
4046
|
+
};
|
|
4047
|
+
static fromJSONField(field: any): ResumeEvent;
|
|
4048
|
+
static fromJSON(json: Record<string, any>): ResumeEvent;
|
|
4049
|
+
static fromSuiParsedData(content: SuiParsedData): ResumeEvent;
|
|
4050
|
+
static fromSuiObjectData(data: SuiObjectData): ResumeEvent;
|
|
4051
|
+
static fetch(client: SuiClient, id: string): Promise<ResumeEvent>;
|
|
4052
|
+
}
|
|
3811
4053
|
export declare function isSettleEvent(type: string): boolean;
|
|
3812
4054
|
export interface SettleEventFields {
|
|
3813
4055
|
signer: ToField<"address">;
|
|
@@ -3824,11 +4066,14 @@ export interface SettleEventFields {
|
|
|
3824
4066
|
}
|
|
3825
4067
|
export type SettleEventReified = Reified<SettleEvent, SettleEventFields>;
|
|
3826
4068
|
export declare class SettleEvent implements StructClass {
|
|
4069
|
+
__StructClass: true;
|
|
3827
4070
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
|
|
3828
4071
|
static readonly $numTypeParams = 0;
|
|
4072
|
+
static readonly $isPhantom: readonly [];
|
|
3829
4073
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
|
|
3830
|
-
readonly $fullTypeName:
|
|
4074
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::SettleEvent`;
|
|
3831
4075
|
readonly $typeArgs: [];
|
|
4076
|
+
readonly $isPhantom: readonly [];
|
|
3832
4077
|
readonly signer: ToField<"address">;
|
|
3833
4078
|
readonly index: ToField<"u64">;
|
|
3834
4079
|
readonly round: ToField<"u64">;
|
|
@@ -3845,7 +4090,7 @@ export declare class SettleEvent implements StructClass {
|
|
|
3845
4090
|
static get r(): reified.StructClassReified<SettleEvent, SettleEventFields>;
|
|
3846
4091
|
static phantom(): PhantomReified<ToTypeStr<SettleEvent>>;
|
|
3847
4092
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent">;
|
|
3848
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4093
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3849
4094
|
signer: string;
|
|
3850
4095
|
index: string;
|
|
3851
4096
|
round: string;
|
|
@@ -3920,6 +4165,7 @@ export declare class SettleEvent implements StructClass {
|
|
|
3920
4165
|
static fromJSONField(field: any): SettleEvent;
|
|
3921
4166
|
static fromJSON(json: Record<string, any>): SettleEvent;
|
|
3922
4167
|
static fromSuiParsedData(content: SuiParsedData): SettleEvent;
|
|
4168
|
+
static fromSuiObjectData(data: SuiObjectData): SettleEvent;
|
|
3923
4169
|
static fetch(client: SuiClient, id: string): Promise<SettleEvent>;
|
|
3924
4170
|
}
|
|
3925
4171
|
export declare function isSettlementInfo(type: string): boolean;
|
|
@@ -3936,11 +4182,14 @@ export interface SettlementInfoFields {
|
|
|
3936
4182
|
}
|
|
3937
4183
|
export type SettlementInfoReified = Reified<SettlementInfo, SettlementInfoFields>;
|
|
3938
4184
|
export declare class SettlementInfo implements StructClass {
|
|
4185
|
+
__StructClass: true;
|
|
3939
4186
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
|
|
3940
4187
|
static readonly $numTypeParams = 0;
|
|
4188
|
+
static readonly $isPhantom: readonly [];
|
|
3941
4189
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
|
|
3942
|
-
readonly $fullTypeName:
|
|
4190
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::SettlementInfo`;
|
|
3943
4191
|
readonly $typeArgs: [];
|
|
4192
|
+
readonly $isPhantom: readonly [];
|
|
3944
4193
|
readonly round: ToField<"u64">;
|
|
3945
4194
|
readonly oraclePrice: ToField<"u64">;
|
|
3946
4195
|
readonly oraclePriceDecimal: ToField<"u64">;
|
|
@@ -3955,7 +4204,7 @@ export declare class SettlementInfo implements StructClass {
|
|
|
3955
4204
|
static get r(): reified.StructClassReified<SettlementInfo, SettlementInfoFields>;
|
|
3956
4205
|
static phantom(): PhantomReified<ToTypeStr<SettlementInfo>>;
|
|
3957
4206
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo">;
|
|
3958
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4207
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
3959
4208
|
round: string;
|
|
3960
4209
|
oracle_price: string;
|
|
3961
4210
|
oracle_price_decimal: string;
|
|
@@ -4008,26 +4257,94 @@ export declare class SettlementInfo implements StructClass {
|
|
|
4008
4257
|
static fromJSONField(field: any): SettlementInfo;
|
|
4009
4258
|
static fromJSON(json: Record<string, any>): SettlementInfo;
|
|
4010
4259
|
static fromSuiParsedData(content: SuiParsedData): SettlementInfo;
|
|
4260
|
+
static fromSuiObjectData(data: SuiObjectData): SettlementInfo;
|
|
4011
4261
|
static fetch(client: SuiClient, id: string): Promise<SettlementInfo>;
|
|
4012
4262
|
}
|
|
4263
|
+
export declare function isSkipEvent(type: string): boolean;
|
|
4264
|
+
export interface SkipEventFields {
|
|
4265
|
+
signer: ToField<"address">;
|
|
4266
|
+
index: ToField<"u64">;
|
|
4267
|
+
rounds: ToField<Vector<"u64">>;
|
|
4268
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
4269
|
+
}
|
|
4270
|
+
export type SkipEventReified = Reified<SkipEvent, SkipEventFields>;
|
|
4271
|
+
export declare class SkipEvent implements StructClass {
|
|
4272
|
+
__StructClass: true;
|
|
4273
|
+
static readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent";
|
|
4274
|
+
static readonly $numTypeParams = 0;
|
|
4275
|
+
static readonly $isPhantom: readonly [];
|
|
4276
|
+
readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent";
|
|
4277
|
+
readonly $fullTypeName: `${typeof PKG_V30}::typus_dov_single::SkipEvent`;
|
|
4278
|
+
readonly $typeArgs: [];
|
|
4279
|
+
readonly $isPhantom: readonly [];
|
|
4280
|
+
readonly signer: ToField<"address">;
|
|
4281
|
+
readonly index: ToField<"u64">;
|
|
4282
|
+
readonly rounds: ToField<Vector<"u64">>;
|
|
4283
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
4284
|
+
private constructor();
|
|
4285
|
+
static reified(): SkipEventReified;
|
|
4286
|
+
static get r(): reified.StructClassReified<SkipEvent, SkipEventFields>;
|
|
4287
|
+
static phantom(): PhantomReified<ToTypeStr<SkipEvent>>;
|
|
4288
|
+
static get p(): reified.PhantomReified<"0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent">;
|
|
4289
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4290
|
+
signer: string;
|
|
4291
|
+
index: string;
|
|
4292
|
+
rounds: string[];
|
|
4293
|
+
u64_padding: string[];
|
|
4294
|
+
}, {
|
|
4295
|
+
signer: string;
|
|
4296
|
+
index: string | number | bigint;
|
|
4297
|
+
rounds: Iterable<string | number | bigint> & {
|
|
4298
|
+
length: number;
|
|
4299
|
+
};
|
|
4300
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
4301
|
+
length: number;
|
|
4302
|
+
};
|
|
4303
|
+
}>;
|
|
4304
|
+
static fromFields(fields: Record<string, any>): SkipEvent;
|
|
4305
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): SkipEvent;
|
|
4306
|
+
static fromBcs(data: Uint8Array): SkipEvent;
|
|
4307
|
+
toJSONField(): {
|
|
4308
|
+
signer: string;
|
|
4309
|
+
index: string;
|
|
4310
|
+
rounds: string[];
|
|
4311
|
+
u64Padding: string[];
|
|
4312
|
+
};
|
|
4313
|
+
toJSON(): {
|
|
4314
|
+
signer: string;
|
|
4315
|
+
index: string;
|
|
4316
|
+
rounds: string[];
|
|
4317
|
+
u64Padding: string[];
|
|
4318
|
+
$typeName: string;
|
|
4319
|
+
$typeArgs: [];
|
|
4320
|
+
};
|
|
4321
|
+
static fromJSONField(field: any): SkipEvent;
|
|
4322
|
+
static fromJSON(json: Record<string, any>): SkipEvent;
|
|
4323
|
+
static fromSuiParsedData(content: SuiParsedData): SkipEvent;
|
|
4324
|
+
static fromSuiObjectData(data: SuiObjectData): SkipEvent;
|
|
4325
|
+
static fetch(client: SuiClient, id: string): Promise<SkipEvent>;
|
|
4326
|
+
}
|
|
4013
4327
|
export declare function isTYPUS_DOV_SINGLE(type: string): boolean;
|
|
4014
4328
|
export interface TYPUS_DOV_SINGLEFields {
|
|
4015
4329
|
dummyField: ToField<"bool">;
|
|
4016
4330
|
}
|
|
4017
4331
|
export type TYPUS_DOV_SINGLEReified = Reified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
|
|
4018
4332
|
export declare class TYPUS_DOV_SINGLE implements StructClass {
|
|
4333
|
+
__StructClass: true;
|
|
4019
4334
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
|
|
4020
4335
|
static readonly $numTypeParams = 0;
|
|
4336
|
+
static readonly $isPhantom: readonly [];
|
|
4021
4337
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
|
|
4022
|
-
readonly $fullTypeName:
|
|
4338
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TYPUS_DOV_SINGLE`;
|
|
4023
4339
|
readonly $typeArgs: [];
|
|
4340
|
+
readonly $isPhantom: readonly [];
|
|
4024
4341
|
readonly dummyField: ToField<"bool">;
|
|
4025
4342
|
private constructor();
|
|
4026
4343
|
static reified(): TYPUS_DOV_SINGLEReified;
|
|
4027
4344
|
static get r(): reified.StructClassReified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
|
|
4028
4345
|
static phantom(): PhantomReified<ToTypeStr<TYPUS_DOV_SINGLE>>;
|
|
4029
4346
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE">;
|
|
4030
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4347
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4031
4348
|
dummy_field: boolean;
|
|
4032
4349
|
}, {
|
|
4033
4350
|
dummy_field: boolean;
|
|
@@ -4046,6 +4363,7 @@ export declare class TYPUS_DOV_SINGLE implements StructClass {
|
|
|
4046
4363
|
static fromJSONField(field: any): TYPUS_DOV_SINGLE;
|
|
4047
4364
|
static fromJSON(json: Record<string, any>): TYPUS_DOV_SINGLE;
|
|
4048
4365
|
static fromSuiParsedData(content: SuiParsedData): TYPUS_DOV_SINGLE;
|
|
4366
|
+
static fromSuiObjectData(data: SuiObjectData): TYPUS_DOV_SINGLE;
|
|
4049
4367
|
static fetch(client: SuiClient, id: string): Promise<TYPUS_DOV_SINGLE>;
|
|
4050
4368
|
}
|
|
4051
4369
|
export declare function isTerminateAuctionEvent(type: string): boolean;
|
|
@@ -4057,11 +4375,14 @@ export interface TerminateAuctionEventFields {
|
|
|
4057
4375
|
}
|
|
4058
4376
|
export type TerminateAuctionEventReified = Reified<TerminateAuctionEvent, TerminateAuctionEventFields>;
|
|
4059
4377
|
export declare class TerminateAuctionEvent implements StructClass {
|
|
4378
|
+
__StructClass: true;
|
|
4060
4379
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
|
|
4061
4380
|
static readonly $numTypeParams = 0;
|
|
4381
|
+
static readonly $isPhantom: readonly [];
|
|
4062
4382
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
|
|
4063
|
-
readonly $fullTypeName:
|
|
4383
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TerminateAuctionEvent`;
|
|
4064
4384
|
readonly $typeArgs: [];
|
|
4385
|
+
readonly $isPhantom: readonly [];
|
|
4065
4386
|
readonly signer: ToField<"address">;
|
|
4066
4387
|
readonly index: ToField<"u64">;
|
|
4067
4388
|
readonly round: ToField<"u64">;
|
|
@@ -4071,7 +4392,7 @@ export declare class TerminateAuctionEvent implements StructClass {
|
|
|
4071
4392
|
static get r(): reified.StructClassReified<TerminateAuctionEvent, TerminateAuctionEventFields>;
|
|
4072
4393
|
static phantom(): PhantomReified<ToTypeStr<TerminateAuctionEvent>>;
|
|
4073
4394
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent">;
|
|
4074
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4395
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4075
4396
|
signer: string;
|
|
4076
4397
|
index: string;
|
|
4077
4398
|
round: string;
|
|
@@ -4104,6 +4425,7 @@ export declare class TerminateAuctionEvent implements StructClass {
|
|
|
4104
4425
|
static fromJSONField(field: any): TerminateAuctionEvent;
|
|
4105
4426
|
static fromJSON(json: Record<string, any>): TerminateAuctionEvent;
|
|
4106
4427
|
static fromSuiParsedData(content: SuiParsedData): TerminateAuctionEvent;
|
|
4428
|
+
static fromSuiObjectData(data: SuiObjectData): TerminateAuctionEvent;
|
|
4107
4429
|
static fetch(client: SuiClient, id: string): Promise<TerminateAuctionEvent>;
|
|
4108
4430
|
}
|
|
4109
4431
|
export declare function isTerminateVaultEvent(type: string): boolean;
|
|
@@ -4115,11 +4437,14 @@ export interface TerminateVaultEventFields {
|
|
|
4115
4437
|
}
|
|
4116
4438
|
export type TerminateVaultEventReified = Reified<TerminateVaultEvent, TerminateVaultEventFields>;
|
|
4117
4439
|
export declare class TerminateVaultEvent implements StructClass {
|
|
4440
|
+
__StructClass: true;
|
|
4118
4441
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
|
|
4119
4442
|
static readonly $numTypeParams = 0;
|
|
4443
|
+
static readonly $isPhantom: readonly [];
|
|
4120
4444
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
|
|
4121
|
-
readonly $fullTypeName:
|
|
4445
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TerminateVaultEvent`;
|
|
4122
4446
|
readonly $typeArgs: [];
|
|
4447
|
+
readonly $isPhantom: readonly [];
|
|
4123
4448
|
readonly signer: ToField<"address">;
|
|
4124
4449
|
readonly index: ToField<"u64">;
|
|
4125
4450
|
readonly round: ToField<"u64">;
|
|
@@ -4129,7 +4454,7 @@ export declare class TerminateVaultEvent implements StructClass {
|
|
|
4129
4454
|
static get r(): reified.StructClassReified<TerminateVaultEvent, TerminateVaultEventFields>;
|
|
4130
4455
|
static phantom(): PhantomReified<ToTypeStr<TerminateVaultEvent>>;
|
|
4131
4456
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent">;
|
|
4132
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4457
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4133
4458
|
signer: string;
|
|
4134
4459
|
index: string;
|
|
4135
4460
|
round: string;
|
|
@@ -4162,6 +4487,7 @@ export declare class TerminateVaultEvent implements StructClass {
|
|
|
4162
4487
|
static fromJSONField(field: any): TerminateVaultEvent;
|
|
4163
4488
|
static fromJSON(json: Record<string, any>): TerminateVaultEvent;
|
|
4164
4489
|
static fromSuiParsedData(content: SuiParsedData): TerminateVaultEvent;
|
|
4490
|
+
static fromSuiObjectData(data: SuiObjectData): TerminateVaultEvent;
|
|
4165
4491
|
static fetch(client: SuiClient, id: string): Promise<TerminateVaultEvent>;
|
|
4166
4492
|
}
|
|
4167
4493
|
export declare function isTransferBidReceiptEvent(type: string): boolean;
|
|
@@ -4176,11 +4502,14 @@ export interface TransferBidReceiptEventFields {
|
|
|
4176
4502
|
}
|
|
4177
4503
|
export type TransferBidReceiptEventReified = Reified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
|
|
4178
4504
|
export declare class TransferBidReceiptEvent implements StructClass {
|
|
4505
|
+
__StructClass: true;
|
|
4179
4506
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
|
|
4180
4507
|
static readonly $numTypeParams = 0;
|
|
4508
|
+
static readonly $isPhantom: readonly [];
|
|
4181
4509
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
|
|
4182
|
-
readonly $fullTypeName:
|
|
4510
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TransferBidReceiptEvent`;
|
|
4183
4511
|
readonly $typeArgs: [];
|
|
4512
|
+
readonly $isPhantom: readonly [];
|
|
4184
4513
|
readonly signer: ToField<"address">;
|
|
4185
4514
|
readonly index: ToField<"u64">;
|
|
4186
4515
|
readonly amount: ToField<"u64">;
|
|
@@ -4193,7 +4522,7 @@ export declare class TransferBidReceiptEvent implements StructClass {
|
|
|
4193
4522
|
static get r(): reified.StructClassReified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
|
|
4194
4523
|
static phantom(): PhantomReified<ToTypeStr<TransferBidReceiptEvent>>;
|
|
4195
4524
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent">;
|
|
4196
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4525
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4197
4526
|
signer: string;
|
|
4198
4527
|
index: string;
|
|
4199
4528
|
amount: string;
|
|
@@ -4250,6 +4579,7 @@ export declare class TransferBidReceiptEvent implements StructClass {
|
|
|
4250
4579
|
static fromJSONField(field: any): TransferBidReceiptEvent;
|
|
4251
4580
|
static fromJSON(json: Record<string, any>): TransferBidReceiptEvent;
|
|
4252
4581
|
static fromSuiParsedData(content: SuiParsedData): TransferBidReceiptEvent;
|
|
4582
|
+
static fromSuiObjectData(data: SuiObjectData): TransferBidReceiptEvent;
|
|
4253
4583
|
static fetch(client: SuiClient, id: string): Promise<TransferBidReceiptEvent>;
|
|
4254
4584
|
}
|
|
4255
4585
|
export declare function isUnsubscribeEvent(type: string): boolean;
|
|
@@ -4264,11 +4594,14 @@ export interface UnsubscribeEventFields {
|
|
|
4264
4594
|
}
|
|
4265
4595
|
export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
4266
4596
|
export declare class UnsubscribeEvent implements StructClass {
|
|
4597
|
+
__StructClass: true;
|
|
4267
4598
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
|
|
4268
4599
|
static readonly $numTypeParams = 0;
|
|
4600
|
+
static readonly $isPhantom: readonly [];
|
|
4269
4601
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
|
|
4270
|
-
readonly $fullTypeName:
|
|
4602
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::UnsubscribeEvent`;
|
|
4271
4603
|
readonly $typeArgs: [];
|
|
4604
|
+
readonly $isPhantom: readonly [];
|
|
4272
4605
|
readonly signer: ToField<"address">;
|
|
4273
4606
|
readonly index: ToField<"u64">;
|
|
4274
4607
|
readonly token: ToField<TypeName>;
|
|
@@ -4281,7 +4614,7 @@ export declare class UnsubscribeEvent implements StructClass {
|
|
|
4281
4614
|
static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
4282
4615
|
static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
|
|
4283
4616
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent">;
|
|
4284
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4617
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4285
4618
|
signer: string;
|
|
4286
4619
|
index: string;
|
|
4287
4620
|
token: {
|
|
@@ -4352,6 +4685,7 @@ export declare class UnsubscribeEvent implements StructClass {
|
|
|
4352
4685
|
static fromJSONField(field: any): UnsubscribeEvent;
|
|
4353
4686
|
static fromJSON(json: Record<string, any>): UnsubscribeEvent;
|
|
4354
4687
|
static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
|
|
4688
|
+
static fromSuiObjectData(data: SuiObjectData): UnsubscribeEvent;
|
|
4355
4689
|
static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
|
|
4356
4690
|
}
|
|
4357
4691
|
export declare function isVaultConfig(type: string): boolean;
|
|
@@ -4365,11 +4699,14 @@ export interface VaultConfigFields {
|
|
|
4365
4699
|
}
|
|
4366
4700
|
export type VaultConfigReified = Reified<VaultConfig, VaultConfigFields>;
|
|
4367
4701
|
export declare class VaultConfig implements StructClass {
|
|
4702
|
+
__StructClass: true;
|
|
4368
4703
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
|
|
4369
4704
|
static readonly $numTypeParams = 0;
|
|
4705
|
+
static readonly $isPhantom: readonly [];
|
|
4370
4706
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
|
|
4371
|
-
readonly $fullTypeName:
|
|
4707
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::VaultConfig`;
|
|
4372
4708
|
readonly $typeArgs: [];
|
|
4709
|
+
readonly $isPhantom: readonly [];
|
|
4373
4710
|
readonly payoffConfigs: ToField<Vector<PayoffConfig>>;
|
|
4374
4711
|
readonly strikeIncrement: ToField<"u64">;
|
|
4375
4712
|
readonly decaySpeed: ToField<"u64">;
|
|
@@ -4381,7 +4718,7 @@ export declare class VaultConfig implements StructClass {
|
|
|
4381
4718
|
static get r(): reified.StructClassReified<VaultConfig, VaultConfigFields>;
|
|
4382
4719
|
static phantom(): PhantomReified<ToTypeStr<VaultConfig>>;
|
|
4383
4720
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig">;
|
|
4384
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4721
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4385
4722
|
payoff_configs: {
|
|
4386
4723
|
strike_bp: string;
|
|
4387
4724
|
weight: string;
|
|
@@ -4456,6 +4793,7 @@ export declare class VaultConfig implements StructClass {
|
|
|
4456
4793
|
static fromJSONField(field: any): VaultConfig;
|
|
4457
4794
|
static fromJSON(json: Record<string, any>): VaultConfig;
|
|
4458
4795
|
static fromSuiParsedData(content: SuiParsedData): VaultConfig;
|
|
4796
|
+
static fromSuiObjectData(data: SuiObjectData): VaultConfig;
|
|
4459
4797
|
static fetch(client: SuiClient, id: string): Promise<VaultConfig>;
|
|
4460
4798
|
}
|
|
4461
4799
|
export declare function isWithdrawEvent(type: string): boolean;
|
|
@@ -4470,11 +4808,14 @@ export interface WithdrawEventFields {
|
|
|
4470
4808
|
}
|
|
4471
4809
|
export type WithdrawEventReified = Reified<WithdrawEvent, WithdrawEventFields>;
|
|
4472
4810
|
export declare class WithdrawEvent implements StructClass {
|
|
4811
|
+
__StructClass: true;
|
|
4473
4812
|
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
|
|
4474
4813
|
static readonly $numTypeParams = 0;
|
|
4814
|
+
static readonly $isPhantom: readonly [];
|
|
4475
4815
|
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
|
|
4476
|
-
readonly $fullTypeName:
|
|
4816
|
+
readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::WithdrawEvent`;
|
|
4477
4817
|
readonly $typeArgs: [];
|
|
4818
|
+
readonly $isPhantom: readonly [];
|
|
4478
4819
|
readonly signer: ToField<"address">;
|
|
4479
4820
|
readonly index: ToField<"u64">;
|
|
4480
4821
|
readonly token: ToField<TypeName>;
|
|
@@ -4487,7 +4828,7 @@ export declare class WithdrawEvent implements StructClass {
|
|
|
4487
4828
|
static get r(): reified.StructClassReified<WithdrawEvent, WithdrawEventFields>;
|
|
4488
4829
|
static phantom(): PhantomReified<ToTypeStr<WithdrawEvent>>;
|
|
4489
4830
|
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent">;
|
|
4490
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
4831
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4491
4832
|
signer: string;
|
|
4492
4833
|
index: string;
|
|
4493
4834
|
token: {
|
|
@@ -4558,5 +4899,124 @@ export declare class WithdrawEvent implements StructClass {
|
|
|
4558
4899
|
static fromJSONField(field: any): WithdrawEvent;
|
|
4559
4900
|
static fromJSON(json: Record<string, any>): WithdrawEvent;
|
|
4560
4901
|
static fromSuiParsedData(content: SuiParsedData): WithdrawEvent;
|
|
4902
|
+
static fromSuiObjectData(data: SuiObjectData): WithdrawEvent;
|
|
4561
4903
|
static fetch(client: SuiClient, id: string): Promise<WithdrawEvent>;
|
|
4562
4904
|
}
|
|
4905
|
+
export declare function isWitnessOtcEvent(type: string): boolean;
|
|
4906
|
+
export interface WitnessOtcEventFields {
|
|
4907
|
+
witness: ToField<TypeName>;
|
|
4908
|
+
signer: ToField<"address">;
|
|
4909
|
+
index: ToField<"u64">;
|
|
4910
|
+
round: ToField<"u64">;
|
|
4911
|
+
deliveryPrice: ToField<"u64">;
|
|
4912
|
+
deliverySize: ToField<"u64">;
|
|
4913
|
+
oTokenDecimal: ToField<"u64">;
|
|
4914
|
+
bidderBidValue: ToField<"u64">;
|
|
4915
|
+
bidderFee: ToField<"u64">;
|
|
4916
|
+
bTokenDecimal: ToField<"u64">;
|
|
4917
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
4918
|
+
}
|
|
4919
|
+
export type WitnessOtcEventReified = Reified<WitnessOtcEvent, WitnessOtcEventFields>;
|
|
4920
|
+
export declare class WitnessOtcEvent implements StructClass {
|
|
4921
|
+
__StructClass: true;
|
|
4922
|
+
static readonly $typeName = "0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent";
|
|
4923
|
+
static readonly $numTypeParams = 0;
|
|
4924
|
+
static readonly $isPhantom: readonly [];
|
|
4925
|
+
readonly $typeName = "0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent";
|
|
4926
|
+
readonly $fullTypeName: `${typeof PKG_V31}::typus_dov_single::WitnessOtcEvent`;
|
|
4927
|
+
readonly $typeArgs: [];
|
|
4928
|
+
readonly $isPhantom: readonly [];
|
|
4929
|
+
readonly witness: ToField<TypeName>;
|
|
4930
|
+
readonly signer: ToField<"address">;
|
|
4931
|
+
readonly index: ToField<"u64">;
|
|
4932
|
+
readonly round: ToField<"u64">;
|
|
4933
|
+
readonly deliveryPrice: ToField<"u64">;
|
|
4934
|
+
readonly deliverySize: ToField<"u64">;
|
|
4935
|
+
readonly oTokenDecimal: ToField<"u64">;
|
|
4936
|
+
readonly bidderBidValue: ToField<"u64">;
|
|
4937
|
+
readonly bidderFee: ToField<"u64">;
|
|
4938
|
+
readonly bTokenDecimal: ToField<"u64">;
|
|
4939
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
4940
|
+
private constructor();
|
|
4941
|
+
static reified(): WitnessOtcEventReified;
|
|
4942
|
+
static get r(): reified.StructClassReified<WitnessOtcEvent, WitnessOtcEventFields>;
|
|
4943
|
+
static phantom(): PhantomReified<ToTypeStr<WitnessOtcEvent>>;
|
|
4944
|
+
static get p(): reified.PhantomReified<"0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent">;
|
|
4945
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
4946
|
+
witness: {
|
|
4947
|
+
name: {
|
|
4948
|
+
bytes: number[];
|
|
4949
|
+
};
|
|
4950
|
+
};
|
|
4951
|
+
signer: string;
|
|
4952
|
+
index: string;
|
|
4953
|
+
round: string;
|
|
4954
|
+
delivery_price: string;
|
|
4955
|
+
delivery_size: string;
|
|
4956
|
+
o_token_decimal: string;
|
|
4957
|
+
bidder_bid_value: string;
|
|
4958
|
+
bidder_fee: string;
|
|
4959
|
+
b_token_decimal: string;
|
|
4960
|
+
u64_padding: string[];
|
|
4961
|
+
}, {
|
|
4962
|
+
witness: {
|
|
4963
|
+
name: {
|
|
4964
|
+
bytes: Iterable<number> & {
|
|
4965
|
+
length: number;
|
|
4966
|
+
};
|
|
4967
|
+
};
|
|
4968
|
+
};
|
|
4969
|
+
signer: string;
|
|
4970
|
+
index: string | number | bigint;
|
|
4971
|
+
round: string | number | bigint;
|
|
4972
|
+
delivery_price: string | number | bigint;
|
|
4973
|
+
delivery_size: string | number | bigint;
|
|
4974
|
+
o_token_decimal: string | number | bigint;
|
|
4975
|
+
bidder_bid_value: string | number | bigint;
|
|
4976
|
+
bidder_fee: string | number | bigint;
|
|
4977
|
+
b_token_decimal: string | number | bigint;
|
|
4978
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
4979
|
+
length: number;
|
|
4980
|
+
};
|
|
4981
|
+
}>;
|
|
4982
|
+
static fromFields(fields: Record<string, any>): WitnessOtcEvent;
|
|
4983
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): WitnessOtcEvent;
|
|
4984
|
+
static fromBcs(data: Uint8Array): WitnessOtcEvent;
|
|
4985
|
+
toJSONField(): {
|
|
4986
|
+
witness: {
|
|
4987
|
+
name: string;
|
|
4988
|
+
};
|
|
4989
|
+
signer: string;
|
|
4990
|
+
index: string;
|
|
4991
|
+
round: string;
|
|
4992
|
+
deliveryPrice: string;
|
|
4993
|
+
deliverySize: string;
|
|
4994
|
+
oTokenDecimal: string;
|
|
4995
|
+
bidderBidValue: string;
|
|
4996
|
+
bidderFee: string;
|
|
4997
|
+
bTokenDecimal: string;
|
|
4998
|
+
u64Padding: string[];
|
|
4999
|
+
};
|
|
5000
|
+
toJSON(): {
|
|
5001
|
+
witness: {
|
|
5002
|
+
name: string;
|
|
5003
|
+
};
|
|
5004
|
+
signer: string;
|
|
5005
|
+
index: string;
|
|
5006
|
+
round: string;
|
|
5007
|
+
deliveryPrice: string;
|
|
5008
|
+
deliverySize: string;
|
|
5009
|
+
oTokenDecimal: string;
|
|
5010
|
+
bidderBidValue: string;
|
|
5011
|
+
bidderFee: string;
|
|
5012
|
+
bTokenDecimal: string;
|
|
5013
|
+
u64Padding: string[];
|
|
5014
|
+
$typeName: string;
|
|
5015
|
+
$typeArgs: [];
|
|
5016
|
+
};
|
|
5017
|
+
static fromJSONField(field: any): WitnessOtcEvent;
|
|
5018
|
+
static fromJSON(json: Record<string, any>): WitnessOtcEvent;
|
|
5019
|
+
static fromSuiParsedData(content: SuiParsedData): WitnessOtcEvent;
|
|
5020
|
+
static fromSuiObjectData(data: SuiObjectData): WitnessOtcEvent;
|
|
5021
|
+
static fetch(client: SuiClient, id: string): Promise<WitnessOtcEvent>;
|
|
5022
|
+
}
|