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