@typus/typus-perp-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_dependencies/source/0x1/ascii/structs.d.ts +92 -0
- package/dist/src/_dependencies/source/0x1/ascii/structs.js +398 -0
- package/dist/src/_dependencies/source/0x1/bit-vector/structs.d.ts +56 -0
- package/dist/src/_dependencies/source/0x1/bit-vector/structs.js +268 -0
- package/dist/src/_dependencies/source/0x1/fixed-point32/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x1/fixed-point32/structs.js +222 -0
- package/dist/src/_dependencies/source/0x1/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x1/index.js +6 -0
- package/dist/src/_dependencies/source/0x1/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x1/init.js +55 -0
- package/dist/src/_dependencies/source/0x1/option/structs.d.ts +52 -0
- package/dist/src/_dependencies/source/0x1/option/structs.js +271 -0
- package/dist/src/_dependencies/source/0x1/string/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0x1/string/structs.js +256 -0
- package/dist/src/_dependencies/source/0x1/type-name/structs.d.ts +53 -0
- package/dist/src/_dependencies/source/0x1/type-name/structs.js +223 -0
- package/dist/src/_dependencies/source/0x1/uq32-32/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x1/uq32-32/structs.js +222 -0
- package/dist/src/_dependencies/source/0x1/uq64-64/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x1/uq64-64/structs.js +222 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +5 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +8 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +50 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +350 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +794 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +111 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +389 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +70 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +252 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +70 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +252 -0
- package/dist/src/_dependencies/source/0x2/authenticator-state/structs.d.ts +464 -0
- package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +904 -0
- package/dist/src/_dependencies/source/0x2/bag/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/bag/structs.js +229 -0
- package/dist/src/_dependencies/source/0x2/balance/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0x2/balance/structs.js +386 -0
- package/dist/src/_dependencies/source/0x2/bcs/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0x2/bcs/structs.js +256 -0
- package/dist/src/_dependencies/source/0x2/bls12381/structs.d.ts +214 -0
- package/dist/src/_dependencies/source/0x2/bls12381/structs.js +790 -0
- package/dist/src/_dependencies/source/0x2/borrow/structs.d.ts +113 -0
- package/dist/src/_dependencies/source/0x2/borrow/structs.js +398 -0
- package/dist/src/_dependencies/source/0x2/clock/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/clock/structs.js +235 -0
- package/dist/src/_dependencies/source/0x2/coin/structs.d.ts +460 -0
- package/dist/src/_dependencies/source/0x2/coin/structs.js +1247 -0
- package/dist/src/_dependencies/source/0x2/config/structs.d.ts +179 -0
- package/dist/src/_dependencies/source/0x2/config/structs.js +567 -0
- package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +430 -0
- package/dist/src/_dependencies/source/0x2/deny-list/structs.js +1166 -0
- package/dist/src/_dependencies/source/0x2/display/structs.d.ts +241 -0
- package/dist/src/_dependencies/source/0x2/display/structs.js +578 -0
- package/dist/src/_dependencies/source/0x2/dynamic-field/structs.d.ts +68 -0
- package/dist/src/_dependencies/source/0x2/dynamic-field/structs.js +256 -0
- package/dist/src/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +47 -0
- package/dist/src/_dependencies/source/0x2/dynamic-object-field/structs.js +236 -0
- package/dist/src/_dependencies/source/0x2/groth16/structs.d.ts +204 -0
- package/dist/src/_dependencies/source/0x2/groth16/structs.js +706 -0
- package/dist/src/_dependencies/source/0x2/group-ops/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0x2/group-ops/structs.js +267 -0
- package/dist/src/_dependencies/source/0x2/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x2/index.js +6 -0
- package/dist/src/_dependencies/source/0x2/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x2/init.js +171 -0
- package/dist/src/_dependencies/source/0x2/kiosk/structs.d.ts +606 -0
- package/dist/src/_dependencies/source/0x2/kiosk/structs.js +1719 -0
- package/dist/src/_dependencies/source/0x2/kiosk-extension/structs.d.ts +121 -0
- package/dist/src/_dependencies/source/0x2/kiosk-extension/structs.js +394 -0
- package/dist/src/_dependencies/source/0x2/linked-table/structs.d.ts +153 -0
- package/dist/src/_dependencies/source/0x2/linked-table/structs.js +438 -0
- package/dist/src/_dependencies/source/0x2/object/structs.d.ts +92 -0
- package/dist/src/_dependencies/source/0x2/object/structs.js +364 -0
- package/dist/src/_dependencies/source/0x2/object-bag/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/object-bag/structs.js +229 -0
- package/dist/src/_dependencies/source/0x2/object-table/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/object-table/structs.js +248 -0
- package/dist/src/_dependencies/source/0x2/package/structs.d.ts +280 -0
- package/dist/src/_dependencies/source/0x2/package/structs.js +762 -0
- package/dist/src/_dependencies/source/0x2/priority-queue/structs.d.ts +111 -0
- package/dist/src/_dependencies/source/0x2/priority-queue/structs.js +440 -0
- package/dist/src/_dependencies/source/0x2/random/structs.d.ts +204 -0
- package/dist/src/_dependencies/source/0x2/random/structs.js +596 -0
- package/dist/src/_dependencies/source/0x2/sui/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x2/sui/structs.js +222 -0
- package/dist/src/_dependencies/source/0x2/table/structs.d.ts +61 -0
- package/dist/src/_dependencies/source/0x2/table/structs.js +248 -0
- package/dist/src/_dependencies/source/0x2/table-vec/structs.d.ts +68 -0
- package/dist/src/_dependencies/source/0x2/table-vec/structs.js +274 -0
- package/dist/src/_dependencies/source/0x2/token/structs.d.ts +449 -0
- package/dist/src/_dependencies/source/0x2/token/structs.js +1095 -0
- package/dist/src/_dependencies/source/0x2/transfer/structs.d.ts +57 -0
- package/dist/src/_dependencies/source/0x2/transfer/structs.js +246 -0
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.d.ts +370 -0
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +1091 -0
- package/dist/src/_dependencies/source/0x2/tx-context/structs.d.ts +74 -0
- package/dist/src/_dependencies/source/0x2/tx-context/structs.js +286 -0
- package/dist/src/_dependencies/source/0x2/url/structs.d.ts +53 -0
- package/dist/src/_dependencies/source/0x2/url/structs.js +223 -0
- package/dist/src/_dependencies/source/0x2/vec-map/structs.d.ts +111 -0
- package/dist/src/_dependencies/source/0x2/vec-map/structs.js +446 -0
- package/dist/src/_dependencies/source/0x2/vec-set/structs.d.ts +51 -0
- package/dist/src/_dependencies/source/0x2/vec-set/structs.js +270 -0
- package/dist/src/_dependencies/source/0x2/versioned/structs.d.ts +113 -0
- package/dist/src/_dependencies/source/0x2/versioned/structs.js +389 -0
- package/dist/src/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +110 -0
- package/dist/src/_dependencies/source/0x2/zklogin-verified-id/structs.js +260 -0
- package/dist/src/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +74 -0
- package/dist/src/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +242 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +6 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +40 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +55 -0
- package/dist/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +223 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +4 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +7 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +43 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +222 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +121 -0
- package/dist/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +395 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +489 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +1084 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +147 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +456 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +239 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +653 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +405 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +899 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +8 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +11 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +102 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +227 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +632 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +699 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +1459 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +161 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +438 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +147 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +430 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +1071 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +2261 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +279 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +733 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +328 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +892 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +628 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +1324 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +9 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +12 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +72 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +94 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +376 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +454 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +881 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +68 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +274 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +1117 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +2387 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +1524 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +3008 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +10 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +13 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +145 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +1267 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +2820 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +1412 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +1646 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +425 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +1223 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +1156 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +1828 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +82 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +264 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +5022 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +7585 -0
- package/dist/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +6 -0
- package/dist/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +4 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +263 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +347 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +591 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +73 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +258 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +876 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +1721 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +222 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +6 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +89 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +155 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +444 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2386 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +4952 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +745 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1221 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +6 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +53 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +87 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +287 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +58 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +240 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +121 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +323 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +55 -0
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +223 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/batch-price-attestation/structs.d.ts +289 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/batch-price-attestation/structs.js +453 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/contract-upgrade/structs.d.ts +114 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/contract-upgrade/structs.js +378 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/data-source/structs.d.ts +71 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/data-source/structs.js +235 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/event/structs.d.ts +209 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/event/structs.js +377 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance/structs.d.ts +73 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance/structs.js +275 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-action/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-action/structs.js +222 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-instruction/structs.d.ts +77 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-instruction/structs.js +281 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/hot-potato-vector/structs.d.ts +51 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/hot-potato-vector/structs.js +270 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/i64/structs.d.ts +52 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/i64/structs.js +234 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +6 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/init.js +95 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/migrate/structs.d.ts +51 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/migrate/structs.js +223 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price/structs.d.ts +89 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price/structs.js +247 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-feed/structs.d.ts +158 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-feed/structs.js +242 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-identifier/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-identifier/structs.js +256 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-info/structs.d.ts +360 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-info/structs.js +396 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-status/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-status/structs.js +222 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set/structs.d.ts +120 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set/structs.js +425 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-data-sources/structs.d.ts +81 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-data-sources/structs.js +257 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-fee-recipient/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-fee-recipient/structs.js +222 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-governance-data-source/structs.d.ts +77 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-governance-data-source/structs.js +241 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-stale-price-threshold/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-stale-price-threshold/structs.js +222 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-update-fee/structs.d.ts +52 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-update-fee/structs.js +234 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/setup/structs.d.ts +55 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/setup/structs.js +223 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.d.ts +282 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +560 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +130 -0
- package/dist/src/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +506 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +6 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +46 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +364 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +94 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +376 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +46 -0
- package/dist/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +233 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes20/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes20/structs.js +256 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes32/structs.d.ts +50 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes32/structs.js +256 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/consumed-vaas/structs.d.ts +77 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/consumed-vaas/structs.js +260 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/cursor/structs.d.ts +51 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/cursor/structs.js +270 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.d.ts +153 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +519 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/external-address/structs.d.ts +57 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/external-address/structs.js +223 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/fee-collector/structs.d.ts +63 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/fee-collector/structs.js +270 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.d.ts +168 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +470 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian/structs.d.ts +57 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian/structs.js +223 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-set/structs.d.ts +81 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-set/structs.js +275 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-signature/structs.d.ts +85 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-signature/structs.js +247 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +3 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +6 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/init.d.ts +2 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/init.js +100 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/migrate/structs.d.ts +51 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/migrate/structs.js +223 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.d.ts +194 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +662 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.d.ts +151 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +459 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set/structs.d.ts +110 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set/structs.js +416 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set-fee/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set-fee/structs.js +364 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/setup/structs.d.ts +55 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/setup/structs.js +223 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.d.ts +278 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +459 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/transfer-fee/structs.d.ts +94 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/transfer-fee/structs.js +376 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/update-guardian-set/structs.d.ts +159 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/update-guardian-set/structs.js +553 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.d.ts +156 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +520 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/vaa/structs.d.ts +128 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/vaa/structs.js +312 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/version-control/structs.d.ts +88 -0
- package/dist/src/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/version-control/structs.js +364 -0
- package/dist/src/_framework/init-loader.d.ts +2 -0
- package/dist/src/_framework/init-loader.js +73 -0
- package/dist/src/_framework/loader.d.ts +17 -0
- package/dist/src/_framework/loader.js +108 -0
- package/dist/src/_framework/reified.d.ts +108 -0
- package/dist/src/_framework/reified.js +237 -0
- package/dist/src/_framework/util.d.ts +35 -0
- package/dist/src/_framework/util.js +396 -0
- package/dist/src/_framework/vector.d.ts +35 -0
- package/dist/src/_framework/vector.js +112 -0
- package/dist/src/fetch.d.ts +17 -0
- package/dist/src/fetch.js +408 -0
- package/dist/src/index.d.ts +5 -0
- package/dist/src/index.js +29 -0
- package/dist/src/readVec.d.ts +3 -0
- package/dist/src/readVec.js +118 -0
- package/dist/src/typus_perp/admin/functions.d.ts +49 -0
- package/dist/src/typus_perp/admin/functions.js +92 -0
- package/dist/src/typus_perp/admin/structs.d.ts +405 -0
- package/dist/src/typus_perp/admin/structs.js +757 -0
- package/dist/src/typus_perp/error/functions.d.ts +64 -0
- package/dist/src/typus_perp/error/functions.js +255 -0
- package/dist/src/typus_perp/escrow/functions.d.ts +17 -0
- package/dist/src/typus_perp/escrow/functions.js +33 -0
- package/dist/src/typus_perp/escrow/structs.d.ts +172 -0
- package/dist/src/typus_perp/escrow/structs.js +324 -0
- package/dist/src/typus_perp/index.d.ts +3 -0
- package/dist/src/typus_perp/index.js +7 -0
- package/dist/src/typus_perp/init.d.ts +2 -0
- package/dist/src/typus_perp/init.js +121 -0
- package/dist/src/typus_perp/lp-pool/functions.d.ts +356 -0
- package/dist/src/typus_perp/lp-pool/functions.js +528 -0
- package/dist/src/typus_perp/lp-pool/structs.d.ts +3219 -0
- package/dist/src/typus_perp/lp-pool/structs.js +4789 -0
- 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 +13 -0
- package/dist/src/typus_perp/oracle/functions.js +22 -0
- package/dist/src/typus_perp/oracle/structs.d.ts +111 -0
- package/dist/src/typus_perp/oracle/structs.js +389 -0
- package/dist/src/typus_perp/position/functions.d.ts +339 -0
- package/dist/src/typus_perp/position/functions.js +576 -0
- package/dist/src/typus_perp/position/structs.d.ts +1186 -0
- package/dist/src/typus_perp/position/structs.js +1628 -0
- package/dist/src/typus_perp/symbol/functions.d.ts +9 -0
- package/dist/src/typus_perp/symbol/functions.js +20 -0
- package/dist/src/typus_perp/symbol/structs.d.ts +81 -0
- package/dist/src/typus_perp/symbol/structs.js +235 -0
- package/dist/src/typus_perp/tlp/functions.d.ts +19 -0
- package/dist/src/typus_perp/tlp/functions.js +35 -0
- package/dist/src/typus_perp/tlp/structs.d.ts +97 -0
- package/dist/src/typus_perp/tlp/structs.js +365 -0
- package/dist/src/typus_perp/token-interface/functions.d.ts +11 -0
- package/dist/src/typus_perp/token-interface/functions.js +20 -0
- package/dist/src/typus_perp/trading/functions.d.ts +549 -0
- package/dist/src/typus_perp/trading/functions.js +786 -0
- package/dist/src/typus_perp/trading/structs.d.ts +3418 -0
- package/dist/src/typus_perp/trading/structs.js +5556 -0
- package/dist/src/typus_perp/treasury-caps/functions.d.ts +9 -0
- package/dist/src/typus_perp/treasury-caps/functions.js +32 -0
- package/dist/src/typus_perp/treasury-caps/structs.d.ts +55 -0
- package/dist/src/typus_perp/treasury-caps/structs.js +223 -0
- package/dist/src/typus_stake_pool/admin/functions.d.ts +49 -0
- package/dist/src/typus_stake_pool/admin/functions.js +92 -0
- package/dist/src/typus_stake_pool/admin/structs.d.ts +405 -0
- package/dist/src/typus_stake_pool/admin/structs.js +757 -0
- package/dist/src/typus_stake_pool/index.d.ts +3 -0
- package/dist/src/typus_stake_pool/index.js +7 -0
- package/dist/src/typus_stake_pool/init.d.ts +2 -0
- package/dist/src/typus_stake_pool/init.js +66 -0
- package/dist/src/typus_stake_pool/stake-pool/functions.d.ts +175 -0
- package/dist/src/typus_stake_pool/stake-pool/functions.js +263 -0
- package/dist/src/typus_stake_pool/stake-pool/structs.d.ts +2179 -0
- package/dist/src/typus_stake_pool/stake-pool/structs.js +3907 -0
- package/dist/src/user/history.d.ts +2 -0
- package/dist/src/user/history.js +194 -0
- package/dist/src/user/index.d.ts +4 -0
- package/dist/src/user/index.js +20 -0
- package/dist/src/user/order.d.ts +29 -0
- package/dist/src/user/order.js +205 -0
- package/dist/src/user/orderWithBidReceipt.d.ts +22 -0
- package/dist/src/user/orderWithBidReceipt.js +144 -0
- package/dist/src/user/tlp.d.ts +32 -0
- package/dist/src/user/tlp.js +266 -0
- package/package.json +36 -0
|
@@ -0,0 +1,1524 @@
|
|
|
1
|
+
import * as reified from "../../../../_framework/reified";
|
|
2
|
+
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, ToTypeStr as ToPhantom } from "../../../../_framework/reified";
|
|
3
|
+
import { FieldsWithTypes } from "../../../../_framework/util";
|
|
4
|
+
import { Vector } from "../../../../_framework/vector";
|
|
5
|
+
import { ID, UID } from "../../0x2/object/structs";
|
|
6
|
+
import { TableVec } from "../../0x2/table-vec/structs";
|
|
7
|
+
import { VecMap } from "../../0x2/vec-map/structs";
|
|
8
|
+
import { TypusBidReceipt } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs";
|
|
9
|
+
import { PKG_V1, PKG_V13 } from "../index";
|
|
10
|
+
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
11
|
+
export declare function isAddAuthorutyEvent(type: string): boolean;
|
|
12
|
+
export interface AddAuthorutyEventFields {
|
|
13
|
+
newAuthority: ToField<"address">;
|
|
14
|
+
signer: ToField<"address">;
|
|
15
|
+
}
|
|
16
|
+
export type AddAuthorutyEventReified = Reified<AddAuthorutyEvent, AddAuthorutyEventFields>;
|
|
17
|
+
export declare class AddAuthorutyEvent implements StructClass {
|
|
18
|
+
__StructClass: true;
|
|
19
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent";
|
|
20
|
+
static readonly $numTypeParams = 0;
|
|
21
|
+
static readonly $isPhantom: readonly [];
|
|
22
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent";
|
|
23
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::AddAuthorutyEvent`;
|
|
24
|
+
readonly $typeArgs: [];
|
|
25
|
+
readonly $isPhantom: readonly [];
|
|
26
|
+
readonly newAuthority: ToField<"address">;
|
|
27
|
+
readonly signer: ToField<"address">;
|
|
28
|
+
private constructor();
|
|
29
|
+
static reified(): AddAuthorutyEventReified;
|
|
30
|
+
static get r(): reified.StructClassReified<AddAuthorutyEvent, AddAuthorutyEventFields>;
|
|
31
|
+
static phantom(): PhantomReified<ToTypeStr<AddAuthorutyEvent>>;
|
|
32
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent">;
|
|
33
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
34
|
+
new_authority: string;
|
|
35
|
+
signer: string;
|
|
36
|
+
}, {
|
|
37
|
+
new_authority: string;
|
|
38
|
+
signer: string;
|
|
39
|
+
}>;
|
|
40
|
+
static fromFields(fields: Record<string, any>): AddAuthorutyEvent;
|
|
41
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): AddAuthorutyEvent;
|
|
42
|
+
static fromBcs(data: Uint8Array): AddAuthorutyEvent;
|
|
43
|
+
toJSONField(): {
|
|
44
|
+
newAuthority: string;
|
|
45
|
+
signer: string;
|
|
46
|
+
};
|
|
47
|
+
toJSON(): {
|
|
48
|
+
newAuthority: string;
|
|
49
|
+
signer: string;
|
|
50
|
+
$typeName: string;
|
|
51
|
+
$typeArgs: [];
|
|
52
|
+
};
|
|
53
|
+
static fromJSONField(field: any): AddAuthorutyEvent;
|
|
54
|
+
static fromJSON(json: Record<string, any>): AddAuthorutyEvent;
|
|
55
|
+
static fromSuiParsedData(content: SuiParsedData): AddAuthorutyEvent;
|
|
56
|
+
static fromSuiObjectData(data: SuiObjectData): AddAuthorutyEvent;
|
|
57
|
+
static fetch(client: SuiClient, id: string): Promise<AddAuthorutyEvent>;
|
|
58
|
+
}
|
|
59
|
+
export declare function isAutoBidEvent(type: string): boolean;
|
|
60
|
+
export interface AutoBidEventFields {
|
|
61
|
+
dummyField: ToField<"bool">;
|
|
62
|
+
}
|
|
63
|
+
export type AutoBidEventReified = Reified<AutoBidEvent, AutoBidEventFields>;
|
|
64
|
+
export declare class AutoBidEvent implements StructClass {
|
|
65
|
+
__StructClass: true;
|
|
66
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent";
|
|
67
|
+
static readonly $numTypeParams = 0;
|
|
68
|
+
static readonly $isPhantom: readonly [];
|
|
69
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent";
|
|
70
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::AutoBidEvent`;
|
|
71
|
+
readonly $typeArgs: [];
|
|
72
|
+
readonly $isPhantom: readonly [];
|
|
73
|
+
readonly dummyField: ToField<"bool">;
|
|
74
|
+
private constructor();
|
|
75
|
+
static reified(): AutoBidEventReified;
|
|
76
|
+
static get r(): reified.StructClassReified<AutoBidEvent, AutoBidEventFields>;
|
|
77
|
+
static phantom(): PhantomReified<ToTypeStr<AutoBidEvent>>;
|
|
78
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent">;
|
|
79
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
80
|
+
dummy_field: boolean;
|
|
81
|
+
}, {
|
|
82
|
+
dummy_field: boolean;
|
|
83
|
+
}>;
|
|
84
|
+
static fromFields(fields: Record<string, any>): AutoBidEvent;
|
|
85
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): AutoBidEvent;
|
|
86
|
+
static fromBcs(data: Uint8Array): AutoBidEvent;
|
|
87
|
+
toJSONField(): {
|
|
88
|
+
dummyField: boolean;
|
|
89
|
+
};
|
|
90
|
+
toJSON(): {
|
|
91
|
+
dummyField: boolean;
|
|
92
|
+
$typeName: string;
|
|
93
|
+
$typeArgs: [];
|
|
94
|
+
};
|
|
95
|
+
static fromJSONField(field: any): AutoBidEvent;
|
|
96
|
+
static fromJSON(json: Record<string, any>): AutoBidEvent;
|
|
97
|
+
static fromSuiParsedData(content: SuiParsedData): AutoBidEvent;
|
|
98
|
+
static fromSuiObjectData(data: SuiObjectData): AutoBidEvent;
|
|
99
|
+
static fetch(client: SuiClient, id: string): Promise<AutoBidEvent>;
|
|
100
|
+
}
|
|
101
|
+
export declare function isCloseStrategyEvent(type: string): boolean;
|
|
102
|
+
export interface CloseStrategyEventFields {
|
|
103
|
+
vaultIndex: ToField<"u64">;
|
|
104
|
+
signalIndex: ToField<"u64">;
|
|
105
|
+
user: ToField<"address">;
|
|
106
|
+
pricePercentage: ToField<"u64">;
|
|
107
|
+
size: ToField<"u64">;
|
|
108
|
+
maxTimes: ToField<"u64">;
|
|
109
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
110
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
111
|
+
bidTimes: ToField<"u64">;
|
|
112
|
+
bidRound: ToField<"u64">;
|
|
113
|
+
bidTsMs: ToField<"u64">;
|
|
114
|
+
}
|
|
115
|
+
export type CloseStrategyEventReified = Reified<CloseStrategyEvent, CloseStrategyEventFields>;
|
|
116
|
+
export declare class CloseStrategyEvent implements StructClass {
|
|
117
|
+
__StructClass: true;
|
|
118
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent";
|
|
119
|
+
static readonly $numTypeParams = 0;
|
|
120
|
+
static readonly $isPhantom: readonly [];
|
|
121
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent";
|
|
122
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::CloseStrategyEvent`;
|
|
123
|
+
readonly $typeArgs: [];
|
|
124
|
+
readonly $isPhantom: readonly [];
|
|
125
|
+
readonly vaultIndex: ToField<"u64">;
|
|
126
|
+
readonly signalIndex: ToField<"u64">;
|
|
127
|
+
readonly user: ToField<"address">;
|
|
128
|
+
readonly pricePercentage: ToField<"u64">;
|
|
129
|
+
readonly size: ToField<"u64">;
|
|
130
|
+
readonly maxTimes: ToField<"u64">;
|
|
131
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
132
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
133
|
+
readonly bidTimes: ToField<"u64">;
|
|
134
|
+
readonly bidRound: ToField<"u64">;
|
|
135
|
+
readonly bidTsMs: ToField<"u64">;
|
|
136
|
+
private constructor();
|
|
137
|
+
static reified(): CloseStrategyEventReified;
|
|
138
|
+
static get r(): reified.StructClassReified<CloseStrategyEvent, CloseStrategyEventFields>;
|
|
139
|
+
static phantom(): PhantomReified<ToTypeStr<CloseStrategyEvent>>;
|
|
140
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent">;
|
|
141
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
142
|
+
vault_index: string;
|
|
143
|
+
signal_index: string;
|
|
144
|
+
user: string;
|
|
145
|
+
price_percentage: string;
|
|
146
|
+
size: string;
|
|
147
|
+
max_times: string;
|
|
148
|
+
target_rounds: string[];
|
|
149
|
+
u64_padding: string[];
|
|
150
|
+
bid_times: string;
|
|
151
|
+
bid_round: string;
|
|
152
|
+
bid_ts_ms: string;
|
|
153
|
+
}, {
|
|
154
|
+
vault_index: string | number | bigint;
|
|
155
|
+
signal_index: string | number | bigint;
|
|
156
|
+
user: string;
|
|
157
|
+
price_percentage: string | number | bigint;
|
|
158
|
+
size: string | number | bigint;
|
|
159
|
+
max_times: string | number | bigint;
|
|
160
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
161
|
+
length: number;
|
|
162
|
+
};
|
|
163
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
164
|
+
length: number;
|
|
165
|
+
};
|
|
166
|
+
bid_times: string | number | bigint;
|
|
167
|
+
bid_round: string | number | bigint;
|
|
168
|
+
bid_ts_ms: string | number | bigint;
|
|
169
|
+
}>;
|
|
170
|
+
static fromFields(fields: Record<string, any>): CloseStrategyEvent;
|
|
171
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEvent;
|
|
172
|
+
static fromBcs(data: Uint8Array): CloseStrategyEvent;
|
|
173
|
+
toJSONField(): {
|
|
174
|
+
vaultIndex: string;
|
|
175
|
+
signalIndex: string;
|
|
176
|
+
user: string;
|
|
177
|
+
pricePercentage: string;
|
|
178
|
+
size: string;
|
|
179
|
+
maxTimes: string;
|
|
180
|
+
targetRounds: string[];
|
|
181
|
+
u64Padding: string[];
|
|
182
|
+
bidTimes: string;
|
|
183
|
+
bidRound: string;
|
|
184
|
+
bidTsMs: string;
|
|
185
|
+
};
|
|
186
|
+
toJSON(): {
|
|
187
|
+
vaultIndex: string;
|
|
188
|
+
signalIndex: string;
|
|
189
|
+
user: string;
|
|
190
|
+
pricePercentage: string;
|
|
191
|
+
size: string;
|
|
192
|
+
maxTimes: string;
|
|
193
|
+
targetRounds: string[];
|
|
194
|
+
u64Padding: string[];
|
|
195
|
+
bidTimes: string;
|
|
196
|
+
bidRound: string;
|
|
197
|
+
bidTsMs: string;
|
|
198
|
+
$typeName: string;
|
|
199
|
+
$typeArgs: [];
|
|
200
|
+
};
|
|
201
|
+
static fromJSONField(field: any): CloseStrategyEvent;
|
|
202
|
+
static fromJSON(json: Record<string, any>): CloseStrategyEvent;
|
|
203
|
+
static fromSuiParsedData(content: SuiParsedData): CloseStrategyEvent;
|
|
204
|
+
static fromSuiObjectData(data: SuiObjectData): CloseStrategyEvent;
|
|
205
|
+
static fetch(client: SuiClient, id: string): Promise<CloseStrategyEvent>;
|
|
206
|
+
}
|
|
207
|
+
export declare function isCloseStrategyEventV2(type: string): boolean;
|
|
208
|
+
export interface CloseStrategyEventV2Fields {
|
|
209
|
+
vaultIndex: ToField<"u64">;
|
|
210
|
+
signalIndex: ToField<"u64">;
|
|
211
|
+
user: ToField<"address">;
|
|
212
|
+
pricePercentage: ToField<"u64">;
|
|
213
|
+
size: ToField<"u64">;
|
|
214
|
+
maxTimes: ToField<"u64">;
|
|
215
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
216
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
217
|
+
bidTimes: ToField<"u64">;
|
|
218
|
+
bidRound: ToField<"u64">;
|
|
219
|
+
bidTsMs: ToField<"u64">;
|
|
220
|
+
bidRounds: ToField<Vector<"u64">>;
|
|
221
|
+
accumulatedProfit: ToField<"u64">;
|
|
222
|
+
}
|
|
223
|
+
export type CloseStrategyEventV2Reified = Reified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
|
|
224
|
+
export declare class CloseStrategyEventV2 implements StructClass {
|
|
225
|
+
__StructClass: true;
|
|
226
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2";
|
|
227
|
+
static readonly $numTypeParams = 0;
|
|
228
|
+
static readonly $isPhantom: readonly [];
|
|
229
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2";
|
|
230
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::CloseStrategyEventV2`;
|
|
231
|
+
readonly $typeArgs: [];
|
|
232
|
+
readonly $isPhantom: readonly [];
|
|
233
|
+
readonly vaultIndex: ToField<"u64">;
|
|
234
|
+
readonly signalIndex: ToField<"u64">;
|
|
235
|
+
readonly user: ToField<"address">;
|
|
236
|
+
readonly pricePercentage: ToField<"u64">;
|
|
237
|
+
readonly size: ToField<"u64">;
|
|
238
|
+
readonly maxTimes: ToField<"u64">;
|
|
239
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
240
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
241
|
+
readonly bidTimes: ToField<"u64">;
|
|
242
|
+
readonly bidRound: ToField<"u64">;
|
|
243
|
+
readonly bidTsMs: ToField<"u64">;
|
|
244
|
+
readonly bidRounds: ToField<Vector<"u64">>;
|
|
245
|
+
readonly accumulatedProfit: ToField<"u64">;
|
|
246
|
+
private constructor();
|
|
247
|
+
static reified(): CloseStrategyEventV2Reified;
|
|
248
|
+
static get r(): reified.StructClassReified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
|
|
249
|
+
static phantom(): PhantomReified<ToTypeStr<CloseStrategyEventV2>>;
|
|
250
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2">;
|
|
251
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
252
|
+
vault_index: string;
|
|
253
|
+
signal_index: string;
|
|
254
|
+
user: string;
|
|
255
|
+
price_percentage: string;
|
|
256
|
+
size: string;
|
|
257
|
+
max_times: string;
|
|
258
|
+
target_rounds: string[];
|
|
259
|
+
u64_padding: string[];
|
|
260
|
+
bid_times: string;
|
|
261
|
+
bid_round: string;
|
|
262
|
+
bid_ts_ms: string;
|
|
263
|
+
bid_rounds: string[];
|
|
264
|
+
accumulated_profit: string;
|
|
265
|
+
}, {
|
|
266
|
+
vault_index: string | number | bigint;
|
|
267
|
+
signal_index: string | number | bigint;
|
|
268
|
+
user: string;
|
|
269
|
+
price_percentage: string | number | bigint;
|
|
270
|
+
size: string | number | bigint;
|
|
271
|
+
max_times: string | number | bigint;
|
|
272
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
273
|
+
length: number;
|
|
274
|
+
};
|
|
275
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
276
|
+
length: number;
|
|
277
|
+
};
|
|
278
|
+
bid_times: string | number | bigint;
|
|
279
|
+
bid_round: string | number | bigint;
|
|
280
|
+
bid_ts_ms: string | number | bigint;
|
|
281
|
+
bid_rounds: Iterable<string | number | bigint> & {
|
|
282
|
+
length: number;
|
|
283
|
+
};
|
|
284
|
+
accumulated_profit: string | number | bigint;
|
|
285
|
+
}>;
|
|
286
|
+
static fromFields(fields: Record<string, any>): CloseStrategyEventV2;
|
|
287
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEventV2;
|
|
288
|
+
static fromBcs(data: Uint8Array): CloseStrategyEventV2;
|
|
289
|
+
toJSONField(): {
|
|
290
|
+
vaultIndex: string;
|
|
291
|
+
signalIndex: string;
|
|
292
|
+
user: string;
|
|
293
|
+
pricePercentage: string;
|
|
294
|
+
size: string;
|
|
295
|
+
maxTimes: string;
|
|
296
|
+
targetRounds: string[];
|
|
297
|
+
u64Padding: string[];
|
|
298
|
+
bidTimes: string;
|
|
299
|
+
bidRound: string;
|
|
300
|
+
bidTsMs: string;
|
|
301
|
+
bidRounds: string[];
|
|
302
|
+
accumulatedProfit: string;
|
|
303
|
+
};
|
|
304
|
+
toJSON(): {
|
|
305
|
+
vaultIndex: string;
|
|
306
|
+
signalIndex: string;
|
|
307
|
+
user: string;
|
|
308
|
+
pricePercentage: string;
|
|
309
|
+
size: string;
|
|
310
|
+
maxTimes: string;
|
|
311
|
+
targetRounds: string[];
|
|
312
|
+
u64Padding: string[];
|
|
313
|
+
bidTimes: string;
|
|
314
|
+
bidRound: string;
|
|
315
|
+
bidTsMs: string;
|
|
316
|
+
bidRounds: string[];
|
|
317
|
+
accumulatedProfit: string;
|
|
318
|
+
$typeName: string;
|
|
319
|
+
$typeArgs: [];
|
|
320
|
+
};
|
|
321
|
+
static fromJSONField(field: any): CloseStrategyEventV2;
|
|
322
|
+
static fromJSON(json: Record<string, any>): CloseStrategyEventV2;
|
|
323
|
+
static fromSuiParsedData(content: SuiParsedData): CloseStrategyEventV2;
|
|
324
|
+
static fromSuiObjectData(data: SuiObjectData): CloseStrategyEventV2;
|
|
325
|
+
static fetch(client: SuiClient, id: string): Promise<CloseStrategyEventV2>;
|
|
326
|
+
}
|
|
327
|
+
export declare function isNewStrategyEvent(type: string): boolean;
|
|
328
|
+
export interface NewStrategyEventFields {
|
|
329
|
+
vaultIndex: ToField<"u64">;
|
|
330
|
+
signalIndex: ToField<"u64">;
|
|
331
|
+
user: ToField<"address">;
|
|
332
|
+
pricePercentage: ToField<"u64">;
|
|
333
|
+
size: ToField<"u64">;
|
|
334
|
+
maxTimes: ToField<"u64">;
|
|
335
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
336
|
+
}
|
|
337
|
+
export type NewStrategyEventReified = Reified<NewStrategyEvent, NewStrategyEventFields>;
|
|
338
|
+
export declare class NewStrategyEvent implements StructClass {
|
|
339
|
+
__StructClass: true;
|
|
340
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent";
|
|
341
|
+
static readonly $numTypeParams = 0;
|
|
342
|
+
static readonly $isPhantom: readonly [];
|
|
343
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent";
|
|
344
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyEvent`;
|
|
345
|
+
readonly $typeArgs: [];
|
|
346
|
+
readonly $isPhantom: readonly [];
|
|
347
|
+
readonly vaultIndex: ToField<"u64">;
|
|
348
|
+
readonly signalIndex: ToField<"u64">;
|
|
349
|
+
readonly user: ToField<"address">;
|
|
350
|
+
readonly pricePercentage: ToField<"u64">;
|
|
351
|
+
readonly size: ToField<"u64">;
|
|
352
|
+
readonly maxTimes: ToField<"u64">;
|
|
353
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
354
|
+
private constructor();
|
|
355
|
+
static reified(): NewStrategyEventReified;
|
|
356
|
+
static get r(): reified.StructClassReified<NewStrategyEvent, NewStrategyEventFields>;
|
|
357
|
+
static phantom(): PhantomReified<ToTypeStr<NewStrategyEvent>>;
|
|
358
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent">;
|
|
359
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
360
|
+
vault_index: string;
|
|
361
|
+
signal_index: string;
|
|
362
|
+
user: string;
|
|
363
|
+
price_percentage: string;
|
|
364
|
+
size: string;
|
|
365
|
+
max_times: string;
|
|
366
|
+
target_rounds: string[];
|
|
367
|
+
}, {
|
|
368
|
+
vault_index: string | number | bigint;
|
|
369
|
+
signal_index: string | number | bigint;
|
|
370
|
+
user: string;
|
|
371
|
+
price_percentage: string | number | bigint;
|
|
372
|
+
size: string | number | bigint;
|
|
373
|
+
max_times: string | number | bigint;
|
|
374
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
375
|
+
length: number;
|
|
376
|
+
};
|
|
377
|
+
}>;
|
|
378
|
+
static fromFields(fields: Record<string, any>): NewStrategyEvent;
|
|
379
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEvent;
|
|
380
|
+
static fromBcs(data: Uint8Array): NewStrategyEvent;
|
|
381
|
+
toJSONField(): {
|
|
382
|
+
vaultIndex: string;
|
|
383
|
+
signalIndex: string;
|
|
384
|
+
user: string;
|
|
385
|
+
pricePercentage: string;
|
|
386
|
+
size: string;
|
|
387
|
+
maxTimes: string;
|
|
388
|
+
targetRounds: string[];
|
|
389
|
+
};
|
|
390
|
+
toJSON(): {
|
|
391
|
+
vaultIndex: string;
|
|
392
|
+
signalIndex: string;
|
|
393
|
+
user: string;
|
|
394
|
+
pricePercentage: string;
|
|
395
|
+
size: string;
|
|
396
|
+
maxTimes: string;
|
|
397
|
+
targetRounds: string[];
|
|
398
|
+
$typeName: string;
|
|
399
|
+
$typeArgs: [];
|
|
400
|
+
};
|
|
401
|
+
static fromJSONField(field: any): NewStrategyEvent;
|
|
402
|
+
static fromJSON(json: Record<string, any>): NewStrategyEvent;
|
|
403
|
+
static fromSuiParsedData(content: SuiParsedData): NewStrategyEvent;
|
|
404
|
+
static fromSuiObjectData(data: SuiObjectData): NewStrategyEvent;
|
|
405
|
+
static fetch(client: SuiClient, id: string): Promise<NewStrategyEvent>;
|
|
406
|
+
}
|
|
407
|
+
export declare function isNewStrategyEventV2(type: string): boolean;
|
|
408
|
+
export interface NewStrategyEventV2Fields {
|
|
409
|
+
vaultIndex: ToField<"u64">;
|
|
410
|
+
signalIndex: ToField<"u64">;
|
|
411
|
+
user: ToField<"address">;
|
|
412
|
+
pricePercentage: ToField<"u64">;
|
|
413
|
+
size: ToField<"u64">;
|
|
414
|
+
maxTimes: ToField<"u64">;
|
|
415
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
416
|
+
depositAmount: ToField<"u64">;
|
|
417
|
+
}
|
|
418
|
+
export type NewStrategyEventV2Reified = Reified<NewStrategyEventV2, NewStrategyEventV2Fields>;
|
|
419
|
+
export declare class NewStrategyEventV2 implements StructClass {
|
|
420
|
+
__StructClass: true;
|
|
421
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2";
|
|
422
|
+
static readonly $numTypeParams = 0;
|
|
423
|
+
static readonly $isPhantom: readonly [];
|
|
424
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2";
|
|
425
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyEventV2`;
|
|
426
|
+
readonly $typeArgs: [];
|
|
427
|
+
readonly $isPhantom: readonly [];
|
|
428
|
+
readonly vaultIndex: ToField<"u64">;
|
|
429
|
+
readonly signalIndex: ToField<"u64">;
|
|
430
|
+
readonly user: ToField<"address">;
|
|
431
|
+
readonly pricePercentage: ToField<"u64">;
|
|
432
|
+
readonly size: ToField<"u64">;
|
|
433
|
+
readonly maxTimes: ToField<"u64">;
|
|
434
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
435
|
+
readonly depositAmount: ToField<"u64">;
|
|
436
|
+
private constructor();
|
|
437
|
+
static reified(): NewStrategyEventV2Reified;
|
|
438
|
+
static get r(): reified.StructClassReified<NewStrategyEventV2, NewStrategyEventV2Fields>;
|
|
439
|
+
static phantom(): PhantomReified<ToTypeStr<NewStrategyEventV2>>;
|
|
440
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2">;
|
|
441
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
442
|
+
vault_index: string;
|
|
443
|
+
signal_index: string;
|
|
444
|
+
user: string;
|
|
445
|
+
price_percentage: string;
|
|
446
|
+
size: string;
|
|
447
|
+
max_times: string;
|
|
448
|
+
target_rounds: string[];
|
|
449
|
+
deposit_amount: string;
|
|
450
|
+
}, {
|
|
451
|
+
vault_index: string | number | bigint;
|
|
452
|
+
signal_index: string | number | bigint;
|
|
453
|
+
user: string;
|
|
454
|
+
price_percentage: string | number | bigint;
|
|
455
|
+
size: string | number | bigint;
|
|
456
|
+
max_times: string | number | bigint;
|
|
457
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
458
|
+
length: number;
|
|
459
|
+
};
|
|
460
|
+
deposit_amount: string | number | bigint;
|
|
461
|
+
}>;
|
|
462
|
+
static fromFields(fields: Record<string, any>): NewStrategyEventV2;
|
|
463
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEventV2;
|
|
464
|
+
static fromBcs(data: Uint8Array): NewStrategyEventV2;
|
|
465
|
+
toJSONField(): {
|
|
466
|
+
vaultIndex: string;
|
|
467
|
+
signalIndex: string;
|
|
468
|
+
user: string;
|
|
469
|
+
pricePercentage: string;
|
|
470
|
+
size: string;
|
|
471
|
+
maxTimes: string;
|
|
472
|
+
targetRounds: string[];
|
|
473
|
+
depositAmount: string;
|
|
474
|
+
};
|
|
475
|
+
toJSON(): {
|
|
476
|
+
vaultIndex: string;
|
|
477
|
+
signalIndex: string;
|
|
478
|
+
user: string;
|
|
479
|
+
pricePercentage: string;
|
|
480
|
+
size: string;
|
|
481
|
+
maxTimes: string;
|
|
482
|
+
targetRounds: string[];
|
|
483
|
+
depositAmount: string;
|
|
484
|
+
$typeName: string;
|
|
485
|
+
$typeArgs: [];
|
|
486
|
+
};
|
|
487
|
+
static fromJSONField(field: any): NewStrategyEventV2;
|
|
488
|
+
static fromJSON(json: Record<string, any>): NewStrategyEventV2;
|
|
489
|
+
static fromSuiParsedData(content: SuiParsedData): NewStrategyEventV2;
|
|
490
|
+
static fromSuiObjectData(data: SuiObjectData): NewStrategyEventV2;
|
|
491
|
+
static fetch(client: SuiClient, id: string): Promise<NewStrategyEventV2>;
|
|
492
|
+
}
|
|
493
|
+
export declare function isNewStrategyPoolEvent(type: string): boolean;
|
|
494
|
+
export interface NewStrategyPoolEventFields {
|
|
495
|
+
id: ToField<ID>;
|
|
496
|
+
signer: ToField<"address">;
|
|
497
|
+
}
|
|
498
|
+
export type NewStrategyPoolEventReified = Reified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
|
|
499
|
+
export declare class NewStrategyPoolEvent implements StructClass {
|
|
500
|
+
__StructClass: true;
|
|
501
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent";
|
|
502
|
+
static readonly $numTypeParams = 0;
|
|
503
|
+
static readonly $isPhantom: readonly [];
|
|
504
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent";
|
|
505
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyPoolEvent`;
|
|
506
|
+
readonly $typeArgs: [];
|
|
507
|
+
readonly $isPhantom: readonly [];
|
|
508
|
+
readonly id: ToField<ID>;
|
|
509
|
+
readonly signer: ToField<"address">;
|
|
510
|
+
private constructor();
|
|
511
|
+
static reified(): NewStrategyPoolEventReified;
|
|
512
|
+
static get r(): reified.StructClassReified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
|
|
513
|
+
static phantom(): PhantomReified<ToTypeStr<NewStrategyPoolEvent>>;
|
|
514
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent">;
|
|
515
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
516
|
+
id: {
|
|
517
|
+
bytes: string;
|
|
518
|
+
};
|
|
519
|
+
signer: string;
|
|
520
|
+
}, {
|
|
521
|
+
id: {
|
|
522
|
+
bytes: string;
|
|
523
|
+
};
|
|
524
|
+
signer: string;
|
|
525
|
+
}>;
|
|
526
|
+
static fromFields(fields: Record<string, any>): NewStrategyPoolEvent;
|
|
527
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyPoolEvent;
|
|
528
|
+
static fromBcs(data: Uint8Array): NewStrategyPoolEvent;
|
|
529
|
+
toJSONField(): {
|
|
530
|
+
id: string;
|
|
531
|
+
signer: string;
|
|
532
|
+
};
|
|
533
|
+
toJSON(): {
|
|
534
|
+
id: string;
|
|
535
|
+
signer: string;
|
|
536
|
+
$typeName: string;
|
|
537
|
+
$typeArgs: [];
|
|
538
|
+
};
|
|
539
|
+
static fromJSONField(field: any): NewStrategyPoolEvent;
|
|
540
|
+
static fromJSON(json: Record<string, any>): NewStrategyPoolEvent;
|
|
541
|
+
static fromSuiParsedData(content: SuiParsedData): NewStrategyPoolEvent;
|
|
542
|
+
static fromSuiObjectData(data: SuiObjectData): NewStrategyPoolEvent;
|
|
543
|
+
static fetch(client: SuiClient, id: string): Promise<NewStrategyPoolEvent>;
|
|
544
|
+
}
|
|
545
|
+
export declare function isNewStrategySignalEvent(type: string): boolean;
|
|
546
|
+
export interface NewStrategySignalEventFields {
|
|
547
|
+
id: ToField<ID>;
|
|
548
|
+
vaultIndex: ToField<"u64">;
|
|
549
|
+
signalIndex: ToField<"u64">;
|
|
550
|
+
signer: ToField<"address">;
|
|
551
|
+
}
|
|
552
|
+
export type NewStrategySignalEventReified = Reified<NewStrategySignalEvent, NewStrategySignalEventFields>;
|
|
553
|
+
export declare class NewStrategySignalEvent implements StructClass {
|
|
554
|
+
__StructClass: true;
|
|
555
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent";
|
|
556
|
+
static readonly $numTypeParams = 0;
|
|
557
|
+
static readonly $isPhantom: readonly [];
|
|
558
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent";
|
|
559
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategySignalEvent`;
|
|
560
|
+
readonly $typeArgs: [];
|
|
561
|
+
readonly $isPhantom: readonly [];
|
|
562
|
+
readonly id: ToField<ID>;
|
|
563
|
+
readonly vaultIndex: ToField<"u64">;
|
|
564
|
+
readonly signalIndex: ToField<"u64">;
|
|
565
|
+
readonly signer: ToField<"address">;
|
|
566
|
+
private constructor();
|
|
567
|
+
static reified(): NewStrategySignalEventReified;
|
|
568
|
+
static get r(): reified.StructClassReified<NewStrategySignalEvent, NewStrategySignalEventFields>;
|
|
569
|
+
static phantom(): PhantomReified<ToTypeStr<NewStrategySignalEvent>>;
|
|
570
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent">;
|
|
571
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
572
|
+
id: {
|
|
573
|
+
bytes: string;
|
|
574
|
+
};
|
|
575
|
+
vault_index: string;
|
|
576
|
+
signal_index: string;
|
|
577
|
+
signer: string;
|
|
578
|
+
}, {
|
|
579
|
+
id: {
|
|
580
|
+
bytes: string;
|
|
581
|
+
};
|
|
582
|
+
vault_index: string | number | bigint;
|
|
583
|
+
signal_index: string | number | bigint;
|
|
584
|
+
signer: string;
|
|
585
|
+
}>;
|
|
586
|
+
static fromFields(fields: Record<string, any>): NewStrategySignalEvent;
|
|
587
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategySignalEvent;
|
|
588
|
+
static fromBcs(data: Uint8Array): NewStrategySignalEvent;
|
|
589
|
+
toJSONField(): {
|
|
590
|
+
id: string;
|
|
591
|
+
vaultIndex: string;
|
|
592
|
+
signalIndex: string;
|
|
593
|
+
signer: string;
|
|
594
|
+
};
|
|
595
|
+
toJSON(): {
|
|
596
|
+
id: string;
|
|
597
|
+
vaultIndex: string;
|
|
598
|
+
signalIndex: string;
|
|
599
|
+
signer: string;
|
|
600
|
+
$typeName: string;
|
|
601
|
+
$typeArgs: [];
|
|
602
|
+
};
|
|
603
|
+
static fromJSONField(field: any): NewStrategySignalEvent;
|
|
604
|
+
static fromJSON(json: Record<string, any>): NewStrategySignalEvent;
|
|
605
|
+
static fromSuiParsedData(content: SuiParsedData): NewStrategySignalEvent;
|
|
606
|
+
static fromSuiObjectData(data: SuiObjectData): NewStrategySignalEvent;
|
|
607
|
+
static fetch(client: SuiClient, id: string): Promise<NewStrategySignalEvent>;
|
|
608
|
+
}
|
|
609
|
+
export declare function isNewStrategyVaultEvent(type: string): boolean;
|
|
610
|
+
export interface NewStrategyVaultEventFields {
|
|
611
|
+
id: ToField<ID>;
|
|
612
|
+
vaultIndex: ToField<"u64">;
|
|
613
|
+
signer: ToField<"address">;
|
|
614
|
+
}
|
|
615
|
+
export type NewStrategyVaultEventReified = Reified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
|
|
616
|
+
export declare class NewStrategyVaultEvent implements StructClass {
|
|
617
|
+
__StructClass: true;
|
|
618
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent";
|
|
619
|
+
static readonly $numTypeParams = 0;
|
|
620
|
+
static readonly $isPhantom: readonly [];
|
|
621
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent";
|
|
622
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyVaultEvent`;
|
|
623
|
+
readonly $typeArgs: [];
|
|
624
|
+
readonly $isPhantom: readonly [];
|
|
625
|
+
readonly id: ToField<ID>;
|
|
626
|
+
readonly vaultIndex: ToField<"u64">;
|
|
627
|
+
readonly signer: ToField<"address">;
|
|
628
|
+
private constructor();
|
|
629
|
+
static reified(): NewStrategyVaultEventReified;
|
|
630
|
+
static get r(): reified.StructClassReified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
|
|
631
|
+
static phantom(): PhantomReified<ToTypeStr<NewStrategyVaultEvent>>;
|
|
632
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent">;
|
|
633
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
634
|
+
id: {
|
|
635
|
+
bytes: string;
|
|
636
|
+
};
|
|
637
|
+
vault_index: string;
|
|
638
|
+
signer: string;
|
|
639
|
+
}, {
|
|
640
|
+
id: {
|
|
641
|
+
bytes: string;
|
|
642
|
+
};
|
|
643
|
+
vault_index: string | number | bigint;
|
|
644
|
+
signer: string;
|
|
645
|
+
}>;
|
|
646
|
+
static fromFields(fields: Record<string, any>): NewStrategyVaultEvent;
|
|
647
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyVaultEvent;
|
|
648
|
+
static fromBcs(data: Uint8Array): NewStrategyVaultEvent;
|
|
649
|
+
toJSONField(): {
|
|
650
|
+
id: string;
|
|
651
|
+
vaultIndex: string;
|
|
652
|
+
signer: string;
|
|
653
|
+
};
|
|
654
|
+
toJSON(): {
|
|
655
|
+
id: string;
|
|
656
|
+
vaultIndex: string;
|
|
657
|
+
signer: string;
|
|
658
|
+
$typeName: string;
|
|
659
|
+
$typeArgs: [];
|
|
660
|
+
};
|
|
661
|
+
static fromJSONField(field: any): NewStrategyVaultEvent;
|
|
662
|
+
static fromJSON(json: Record<string, any>): NewStrategyVaultEvent;
|
|
663
|
+
static fromSuiParsedData(content: SuiParsedData): NewStrategyVaultEvent;
|
|
664
|
+
static fromSuiObjectData(data: SuiObjectData): NewStrategyVaultEvent;
|
|
665
|
+
static fetch(client: SuiClient, id: string): Promise<NewStrategyVaultEvent>;
|
|
666
|
+
}
|
|
667
|
+
export declare function isRemoveStrategyVaultEvent(type: string): boolean;
|
|
668
|
+
export interface RemoveStrategyVaultEventFields {
|
|
669
|
+
id: ToField<ID>;
|
|
670
|
+
vaultIndex: ToField<"u64">;
|
|
671
|
+
signer: ToField<"address">;
|
|
672
|
+
}
|
|
673
|
+
export type RemoveStrategyVaultEventReified = Reified<RemoveStrategyVaultEvent, RemoveStrategyVaultEventFields>;
|
|
674
|
+
export declare class RemoveStrategyVaultEvent implements StructClass {
|
|
675
|
+
__StructClass: true;
|
|
676
|
+
static readonly $typeName = "0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent";
|
|
677
|
+
static readonly $numTypeParams = 0;
|
|
678
|
+
static readonly $isPhantom: readonly [];
|
|
679
|
+
readonly $typeName = "0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent";
|
|
680
|
+
readonly $fullTypeName: `${typeof PKG_V13}::auto_bid::RemoveStrategyVaultEvent`;
|
|
681
|
+
readonly $typeArgs: [];
|
|
682
|
+
readonly $isPhantom: readonly [];
|
|
683
|
+
readonly id: ToField<ID>;
|
|
684
|
+
readonly vaultIndex: ToField<"u64">;
|
|
685
|
+
readonly signer: ToField<"address">;
|
|
686
|
+
private constructor();
|
|
687
|
+
static reified(): RemoveStrategyVaultEventReified;
|
|
688
|
+
static get r(): reified.StructClassReified<RemoveStrategyVaultEvent, RemoveStrategyVaultEventFields>;
|
|
689
|
+
static phantom(): PhantomReified<ToTypeStr<RemoveStrategyVaultEvent>>;
|
|
690
|
+
static get p(): reified.PhantomReified<"0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent">;
|
|
691
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
692
|
+
id: {
|
|
693
|
+
bytes: string;
|
|
694
|
+
};
|
|
695
|
+
vault_index: string;
|
|
696
|
+
signer: string;
|
|
697
|
+
}, {
|
|
698
|
+
id: {
|
|
699
|
+
bytes: string;
|
|
700
|
+
};
|
|
701
|
+
vault_index: string | number | bigint;
|
|
702
|
+
signer: string;
|
|
703
|
+
}>;
|
|
704
|
+
static fromFields(fields: Record<string, any>): RemoveStrategyVaultEvent;
|
|
705
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): RemoveStrategyVaultEvent;
|
|
706
|
+
static fromBcs(data: Uint8Array): RemoveStrategyVaultEvent;
|
|
707
|
+
toJSONField(): {
|
|
708
|
+
id: string;
|
|
709
|
+
vaultIndex: string;
|
|
710
|
+
signer: string;
|
|
711
|
+
};
|
|
712
|
+
toJSON(): {
|
|
713
|
+
id: string;
|
|
714
|
+
vaultIndex: string;
|
|
715
|
+
signer: string;
|
|
716
|
+
$typeName: string;
|
|
717
|
+
$typeArgs: [];
|
|
718
|
+
};
|
|
719
|
+
static fromJSONField(field: any): RemoveStrategyVaultEvent;
|
|
720
|
+
static fromJSON(json: Record<string, any>): RemoveStrategyVaultEvent;
|
|
721
|
+
static fromSuiParsedData(content: SuiParsedData): RemoveStrategyVaultEvent;
|
|
722
|
+
static fromSuiObjectData(data: SuiObjectData): RemoveStrategyVaultEvent;
|
|
723
|
+
static fetch(client: SuiClient, id: string): Promise<RemoveStrategyVaultEvent>;
|
|
724
|
+
}
|
|
725
|
+
export declare function isStrategy(type: string): boolean;
|
|
726
|
+
export interface StrategyFields {
|
|
727
|
+
id: ToField<UID>;
|
|
728
|
+
vaultIndex: ToField<"u64">;
|
|
729
|
+
signalIndex: ToField<"u64">;
|
|
730
|
+
user: ToField<"address">;
|
|
731
|
+
pricePercentage: ToField<"u64">;
|
|
732
|
+
size: ToField<"u64">;
|
|
733
|
+
maxTimes: ToField<"u64">;
|
|
734
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
735
|
+
receipts: ToField<Vector<TypusBidReceipt>>;
|
|
736
|
+
active: ToField<"bool">;
|
|
737
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
738
|
+
bidTimes: ToField<"u64">;
|
|
739
|
+
bidRound: ToField<"u64">;
|
|
740
|
+
bidTsMs: ToField<"u64">;
|
|
741
|
+
}
|
|
742
|
+
export type StrategyReified = Reified<Strategy, StrategyFields>;
|
|
743
|
+
export declare class Strategy implements StructClass {
|
|
744
|
+
__StructClass: true;
|
|
745
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy";
|
|
746
|
+
static readonly $numTypeParams = 0;
|
|
747
|
+
static readonly $isPhantom: readonly [];
|
|
748
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy";
|
|
749
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::Strategy`;
|
|
750
|
+
readonly $typeArgs: [];
|
|
751
|
+
readonly $isPhantom: readonly [];
|
|
752
|
+
readonly id: ToField<UID>;
|
|
753
|
+
readonly vaultIndex: ToField<"u64">;
|
|
754
|
+
readonly signalIndex: ToField<"u64">;
|
|
755
|
+
readonly user: ToField<"address">;
|
|
756
|
+
readonly pricePercentage: ToField<"u64">;
|
|
757
|
+
readonly size: ToField<"u64">;
|
|
758
|
+
readonly maxTimes: ToField<"u64">;
|
|
759
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
760
|
+
readonly receipts: ToField<Vector<TypusBidReceipt>>;
|
|
761
|
+
readonly active: ToField<"bool">;
|
|
762
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
763
|
+
readonly bidTimes: ToField<"u64">;
|
|
764
|
+
readonly bidRound: ToField<"u64">;
|
|
765
|
+
readonly bidTsMs: ToField<"u64">;
|
|
766
|
+
private constructor();
|
|
767
|
+
static reified(): StrategyReified;
|
|
768
|
+
static get r(): reified.StructClassReified<Strategy, StrategyFields>;
|
|
769
|
+
static phantom(): PhantomReified<ToTypeStr<Strategy>>;
|
|
770
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy">;
|
|
771
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
772
|
+
id: {
|
|
773
|
+
id: {
|
|
774
|
+
bytes: string;
|
|
775
|
+
};
|
|
776
|
+
};
|
|
777
|
+
vault_index: string;
|
|
778
|
+
signal_index: string;
|
|
779
|
+
user: string;
|
|
780
|
+
price_percentage: string;
|
|
781
|
+
size: string;
|
|
782
|
+
max_times: string;
|
|
783
|
+
target_rounds: string[];
|
|
784
|
+
receipts: {
|
|
785
|
+
id: {
|
|
786
|
+
id: {
|
|
787
|
+
bytes: string;
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
vid: {
|
|
791
|
+
bytes: string;
|
|
792
|
+
};
|
|
793
|
+
index: string;
|
|
794
|
+
metadata: {
|
|
795
|
+
bytes: number[];
|
|
796
|
+
};
|
|
797
|
+
u64_padding: string[];
|
|
798
|
+
}[];
|
|
799
|
+
active: boolean;
|
|
800
|
+
u64_padding: string[];
|
|
801
|
+
bid_times: string;
|
|
802
|
+
bid_round: string;
|
|
803
|
+
bid_ts_ms: string;
|
|
804
|
+
}, {
|
|
805
|
+
id: {
|
|
806
|
+
id: {
|
|
807
|
+
bytes: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
vault_index: string | number | bigint;
|
|
811
|
+
signal_index: string | number | bigint;
|
|
812
|
+
user: string;
|
|
813
|
+
price_percentage: string | number | bigint;
|
|
814
|
+
size: string | number | bigint;
|
|
815
|
+
max_times: string | number | bigint;
|
|
816
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
817
|
+
length: number;
|
|
818
|
+
};
|
|
819
|
+
receipts: Iterable<{
|
|
820
|
+
id: {
|
|
821
|
+
id: {
|
|
822
|
+
bytes: string;
|
|
823
|
+
};
|
|
824
|
+
};
|
|
825
|
+
vid: {
|
|
826
|
+
bytes: string;
|
|
827
|
+
};
|
|
828
|
+
index: string | number | bigint;
|
|
829
|
+
metadata: {
|
|
830
|
+
bytes: Iterable<number> & {
|
|
831
|
+
length: number;
|
|
832
|
+
};
|
|
833
|
+
};
|
|
834
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
835
|
+
length: number;
|
|
836
|
+
};
|
|
837
|
+
}> & {
|
|
838
|
+
length: number;
|
|
839
|
+
};
|
|
840
|
+
active: boolean;
|
|
841
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
842
|
+
length: number;
|
|
843
|
+
};
|
|
844
|
+
bid_times: string | number | bigint;
|
|
845
|
+
bid_round: string | number | bigint;
|
|
846
|
+
bid_ts_ms: string | number | bigint;
|
|
847
|
+
}>;
|
|
848
|
+
static fromFields(fields: Record<string, any>): Strategy;
|
|
849
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): Strategy;
|
|
850
|
+
static fromBcs(data: Uint8Array): Strategy;
|
|
851
|
+
toJSONField(): {
|
|
852
|
+
id: string;
|
|
853
|
+
vaultIndex: string;
|
|
854
|
+
signalIndex: string;
|
|
855
|
+
user: string;
|
|
856
|
+
pricePercentage: string;
|
|
857
|
+
size: string;
|
|
858
|
+
maxTimes: string;
|
|
859
|
+
targetRounds: string[];
|
|
860
|
+
receipts: {
|
|
861
|
+
id: string;
|
|
862
|
+
vid: string;
|
|
863
|
+
index: string;
|
|
864
|
+
metadata: string;
|
|
865
|
+
u64Padding: string[];
|
|
866
|
+
}[];
|
|
867
|
+
active: boolean;
|
|
868
|
+
u64Padding: string[];
|
|
869
|
+
bidTimes: string;
|
|
870
|
+
bidRound: string;
|
|
871
|
+
bidTsMs: string;
|
|
872
|
+
};
|
|
873
|
+
toJSON(): {
|
|
874
|
+
id: string;
|
|
875
|
+
vaultIndex: string;
|
|
876
|
+
signalIndex: string;
|
|
877
|
+
user: string;
|
|
878
|
+
pricePercentage: string;
|
|
879
|
+
size: string;
|
|
880
|
+
maxTimes: string;
|
|
881
|
+
targetRounds: string[];
|
|
882
|
+
receipts: {
|
|
883
|
+
id: string;
|
|
884
|
+
vid: string;
|
|
885
|
+
index: string;
|
|
886
|
+
metadata: string;
|
|
887
|
+
u64Padding: string[];
|
|
888
|
+
}[];
|
|
889
|
+
active: boolean;
|
|
890
|
+
u64Padding: string[];
|
|
891
|
+
bidTimes: string;
|
|
892
|
+
bidRound: string;
|
|
893
|
+
bidTsMs: string;
|
|
894
|
+
$typeName: string;
|
|
895
|
+
$typeArgs: [];
|
|
896
|
+
};
|
|
897
|
+
static fromJSONField(field: any): Strategy;
|
|
898
|
+
static fromJSON(json: Record<string, any>): Strategy;
|
|
899
|
+
static fromSuiParsedData(content: SuiParsedData): Strategy;
|
|
900
|
+
static fromSuiObjectData(data: SuiObjectData): Strategy;
|
|
901
|
+
static fetch(client: SuiClient, id: string): Promise<Strategy>;
|
|
902
|
+
}
|
|
903
|
+
export declare function isStrategyPool(type: string): boolean;
|
|
904
|
+
export interface StrategyPoolFields {
|
|
905
|
+
id: ToField<UID>;
|
|
906
|
+
strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
|
|
907
|
+
authority: ToField<Vector<"address">>;
|
|
908
|
+
}
|
|
909
|
+
export type StrategyPoolReified = Reified<StrategyPool, StrategyPoolFields>;
|
|
910
|
+
export declare class StrategyPool implements StructClass {
|
|
911
|
+
__StructClass: true;
|
|
912
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool";
|
|
913
|
+
static readonly $numTypeParams = 0;
|
|
914
|
+
static readonly $isPhantom: readonly [];
|
|
915
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool";
|
|
916
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyPool`;
|
|
917
|
+
readonly $typeArgs: [];
|
|
918
|
+
readonly $isPhantom: readonly [];
|
|
919
|
+
readonly id: ToField<UID>;
|
|
920
|
+
readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
|
|
921
|
+
readonly authority: ToField<Vector<"address">>;
|
|
922
|
+
private constructor();
|
|
923
|
+
static reified(): StrategyPoolReified;
|
|
924
|
+
static get r(): reified.StructClassReified<StrategyPool, StrategyPoolFields>;
|
|
925
|
+
static phantom(): PhantomReified<ToTypeStr<StrategyPool>>;
|
|
926
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool">;
|
|
927
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
928
|
+
id: {
|
|
929
|
+
id: {
|
|
930
|
+
bytes: string;
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
strategies: {
|
|
934
|
+
contents: {
|
|
935
|
+
key: string;
|
|
936
|
+
value: {
|
|
937
|
+
contents: {
|
|
938
|
+
key: string;
|
|
939
|
+
value: {
|
|
940
|
+
contents: {
|
|
941
|
+
id: {
|
|
942
|
+
id: {
|
|
943
|
+
bytes: string;
|
|
944
|
+
};
|
|
945
|
+
};
|
|
946
|
+
size: string;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
}[];
|
|
950
|
+
};
|
|
951
|
+
}[];
|
|
952
|
+
};
|
|
953
|
+
authority: string[];
|
|
954
|
+
}, {
|
|
955
|
+
id: {
|
|
956
|
+
id: {
|
|
957
|
+
bytes: string;
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
strategies: {
|
|
961
|
+
contents: Iterable<{
|
|
962
|
+
key: string | number | bigint;
|
|
963
|
+
value: {
|
|
964
|
+
contents: Iterable<{
|
|
965
|
+
key: string | number | bigint;
|
|
966
|
+
value: {
|
|
967
|
+
contents: {
|
|
968
|
+
id: {
|
|
969
|
+
id: {
|
|
970
|
+
bytes: string;
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
size: string | number | bigint;
|
|
974
|
+
};
|
|
975
|
+
};
|
|
976
|
+
}> & {
|
|
977
|
+
length: number;
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
}> & {
|
|
981
|
+
length: number;
|
|
982
|
+
};
|
|
983
|
+
};
|
|
984
|
+
authority: Iterable<string> & {
|
|
985
|
+
length: number;
|
|
986
|
+
};
|
|
987
|
+
}>;
|
|
988
|
+
static fromFields(fields: Record<string, any>): StrategyPool;
|
|
989
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPool;
|
|
990
|
+
static fromBcs(data: Uint8Array): StrategyPool;
|
|
991
|
+
toJSONField(): {
|
|
992
|
+
id: string;
|
|
993
|
+
strategies: {
|
|
994
|
+
contents: {
|
|
995
|
+
key: string;
|
|
996
|
+
value: {
|
|
997
|
+
contents: {
|
|
998
|
+
key: string;
|
|
999
|
+
value: {
|
|
1000
|
+
contents: {
|
|
1001
|
+
id: string;
|
|
1002
|
+
size: string;
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
}[];
|
|
1006
|
+
};
|
|
1007
|
+
}[];
|
|
1008
|
+
};
|
|
1009
|
+
authority: string[];
|
|
1010
|
+
};
|
|
1011
|
+
toJSON(): {
|
|
1012
|
+
id: string;
|
|
1013
|
+
strategies: {
|
|
1014
|
+
contents: {
|
|
1015
|
+
key: string;
|
|
1016
|
+
value: {
|
|
1017
|
+
contents: {
|
|
1018
|
+
key: string;
|
|
1019
|
+
value: {
|
|
1020
|
+
contents: {
|
|
1021
|
+
id: string;
|
|
1022
|
+
size: string;
|
|
1023
|
+
};
|
|
1024
|
+
};
|
|
1025
|
+
}[];
|
|
1026
|
+
};
|
|
1027
|
+
}[];
|
|
1028
|
+
};
|
|
1029
|
+
authority: string[];
|
|
1030
|
+
$typeName: string;
|
|
1031
|
+
$typeArgs: [];
|
|
1032
|
+
};
|
|
1033
|
+
static fromJSONField(field: any): StrategyPool;
|
|
1034
|
+
static fromJSON(json: Record<string, any>): StrategyPool;
|
|
1035
|
+
static fromSuiParsedData(content: SuiParsedData): StrategyPool;
|
|
1036
|
+
static fromSuiObjectData(data: SuiObjectData): StrategyPool;
|
|
1037
|
+
static fetch(client: SuiClient, id: string): Promise<StrategyPool>;
|
|
1038
|
+
}
|
|
1039
|
+
export declare function isStrategyPoolV2(type: string): boolean;
|
|
1040
|
+
export interface StrategyPoolV2Fields {
|
|
1041
|
+
id: ToField<UID>;
|
|
1042
|
+
strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
|
|
1043
|
+
authority: ToField<Vector<"address">>;
|
|
1044
|
+
}
|
|
1045
|
+
export type StrategyPoolV2Reified = Reified<StrategyPoolV2, StrategyPoolV2Fields>;
|
|
1046
|
+
export declare class StrategyPoolV2 implements StructClass {
|
|
1047
|
+
__StructClass: true;
|
|
1048
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2";
|
|
1049
|
+
static readonly $numTypeParams = 0;
|
|
1050
|
+
static readonly $isPhantom: readonly [];
|
|
1051
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2";
|
|
1052
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyPoolV2`;
|
|
1053
|
+
readonly $typeArgs: [];
|
|
1054
|
+
readonly $isPhantom: readonly [];
|
|
1055
|
+
readonly id: ToField<UID>;
|
|
1056
|
+
readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
|
|
1057
|
+
readonly authority: ToField<Vector<"address">>;
|
|
1058
|
+
private constructor();
|
|
1059
|
+
static reified(): StrategyPoolV2Reified;
|
|
1060
|
+
static get r(): reified.StructClassReified<StrategyPoolV2, StrategyPoolV2Fields>;
|
|
1061
|
+
static phantom(): PhantomReified<ToTypeStr<StrategyPoolV2>>;
|
|
1062
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2">;
|
|
1063
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1064
|
+
id: {
|
|
1065
|
+
id: {
|
|
1066
|
+
bytes: string;
|
|
1067
|
+
};
|
|
1068
|
+
};
|
|
1069
|
+
strategies: {
|
|
1070
|
+
contents: {
|
|
1071
|
+
key: string;
|
|
1072
|
+
value: {
|
|
1073
|
+
contents: {
|
|
1074
|
+
key: string;
|
|
1075
|
+
value: {
|
|
1076
|
+
contents: {
|
|
1077
|
+
id: {
|
|
1078
|
+
id: {
|
|
1079
|
+
bytes: string;
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
size: string;
|
|
1083
|
+
};
|
|
1084
|
+
};
|
|
1085
|
+
}[];
|
|
1086
|
+
};
|
|
1087
|
+
}[];
|
|
1088
|
+
};
|
|
1089
|
+
authority: string[];
|
|
1090
|
+
}, {
|
|
1091
|
+
id: {
|
|
1092
|
+
id: {
|
|
1093
|
+
bytes: string;
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
1096
|
+
strategies: {
|
|
1097
|
+
contents: Iterable<{
|
|
1098
|
+
key: string | number | bigint;
|
|
1099
|
+
value: {
|
|
1100
|
+
contents: Iterable<{
|
|
1101
|
+
key: string | number | bigint;
|
|
1102
|
+
value: {
|
|
1103
|
+
contents: {
|
|
1104
|
+
id: {
|
|
1105
|
+
id: {
|
|
1106
|
+
bytes: string;
|
|
1107
|
+
};
|
|
1108
|
+
};
|
|
1109
|
+
size: string | number | bigint;
|
|
1110
|
+
};
|
|
1111
|
+
};
|
|
1112
|
+
}> & {
|
|
1113
|
+
length: number;
|
|
1114
|
+
};
|
|
1115
|
+
};
|
|
1116
|
+
}> & {
|
|
1117
|
+
length: number;
|
|
1118
|
+
};
|
|
1119
|
+
};
|
|
1120
|
+
authority: Iterable<string> & {
|
|
1121
|
+
length: number;
|
|
1122
|
+
};
|
|
1123
|
+
}>;
|
|
1124
|
+
static fromFields(fields: Record<string, any>): StrategyPoolV2;
|
|
1125
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPoolV2;
|
|
1126
|
+
static fromBcs(data: Uint8Array): StrategyPoolV2;
|
|
1127
|
+
toJSONField(): {
|
|
1128
|
+
id: string;
|
|
1129
|
+
strategies: {
|
|
1130
|
+
contents: {
|
|
1131
|
+
key: string;
|
|
1132
|
+
value: {
|
|
1133
|
+
contents: {
|
|
1134
|
+
key: string;
|
|
1135
|
+
value: {
|
|
1136
|
+
contents: {
|
|
1137
|
+
id: string;
|
|
1138
|
+
size: string;
|
|
1139
|
+
};
|
|
1140
|
+
};
|
|
1141
|
+
}[];
|
|
1142
|
+
};
|
|
1143
|
+
}[];
|
|
1144
|
+
};
|
|
1145
|
+
authority: string[];
|
|
1146
|
+
};
|
|
1147
|
+
toJSON(): {
|
|
1148
|
+
id: string;
|
|
1149
|
+
strategies: {
|
|
1150
|
+
contents: {
|
|
1151
|
+
key: string;
|
|
1152
|
+
value: {
|
|
1153
|
+
contents: {
|
|
1154
|
+
key: string;
|
|
1155
|
+
value: {
|
|
1156
|
+
contents: {
|
|
1157
|
+
id: string;
|
|
1158
|
+
size: string;
|
|
1159
|
+
};
|
|
1160
|
+
};
|
|
1161
|
+
}[];
|
|
1162
|
+
};
|
|
1163
|
+
}[];
|
|
1164
|
+
};
|
|
1165
|
+
authority: string[];
|
|
1166
|
+
$typeName: string;
|
|
1167
|
+
$typeArgs: [];
|
|
1168
|
+
};
|
|
1169
|
+
static fromJSONField(field: any): StrategyPoolV2;
|
|
1170
|
+
static fromJSON(json: Record<string, any>): StrategyPoolV2;
|
|
1171
|
+
static fromSuiParsedData(content: SuiParsedData): StrategyPoolV2;
|
|
1172
|
+
static fromSuiObjectData(data: SuiObjectData): StrategyPoolV2;
|
|
1173
|
+
static fetch(client: SuiClient, id: string): Promise<StrategyPoolV2>;
|
|
1174
|
+
}
|
|
1175
|
+
export declare function isStrategyV2(type: string): boolean;
|
|
1176
|
+
export interface StrategyV2Fields {
|
|
1177
|
+
id: ToField<UID>;
|
|
1178
|
+
vaultIndex: ToField<"u64">;
|
|
1179
|
+
signalIndex: ToField<"u64">;
|
|
1180
|
+
user: ToField<"address">;
|
|
1181
|
+
pricePercentage: ToField<"u64">;
|
|
1182
|
+
size: ToField<"u64">;
|
|
1183
|
+
maxTimes: ToField<"u64">;
|
|
1184
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
1185
|
+
receipts: ToField<Vector<TypusBidReceipt>>;
|
|
1186
|
+
active: ToField<"bool">;
|
|
1187
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1188
|
+
bidTimes: ToField<"u64">;
|
|
1189
|
+
bidRound: ToField<"u64">;
|
|
1190
|
+
bidTsMs: ToField<"u64">;
|
|
1191
|
+
bidRounds: ToField<Vector<"u64">>;
|
|
1192
|
+
accumulatedProfit: ToField<"u64">;
|
|
1193
|
+
}
|
|
1194
|
+
export type StrategyV2Reified = Reified<StrategyV2, StrategyV2Fields>;
|
|
1195
|
+
export declare class StrategyV2 implements StructClass {
|
|
1196
|
+
__StructClass: true;
|
|
1197
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2";
|
|
1198
|
+
static readonly $numTypeParams = 0;
|
|
1199
|
+
static readonly $isPhantom: readonly [];
|
|
1200
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2";
|
|
1201
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyV2`;
|
|
1202
|
+
readonly $typeArgs: [];
|
|
1203
|
+
readonly $isPhantom: readonly [];
|
|
1204
|
+
readonly id: ToField<UID>;
|
|
1205
|
+
readonly vaultIndex: ToField<"u64">;
|
|
1206
|
+
readonly signalIndex: ToField<"u64">;
|
|
1207
|
+
readonly user: ToField<"address">;
|
|
1208
|
+
readonly pricePercentage: ToField<"u64">;
|
|
1209
|
+
readonly size: ToField<"u64">;
|
|
1210
|
+
readonly maxTimes: ToField<"u64">;
|
|
1211
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
1212
|
+
readonly receipts: ToField<Vector<TypusBidReceipt>>;
|
|
1213
|
+
readonly active: ToField<"bool">;
|
|
1214
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1215
|
+
readonly bidTimes: ToField<"u64">;
|
|
1216
|
+
readonly bidRound: ToField<"u64">;
|
|
1217
|
+
readonly bidTsMs: ToField<"u64">;
|
|
1218
|
+
readonly bidRounds: ToField<Vector<"u64">>;
|
|
1219
|
+
readonly accumulatedProfit: ToField<"u64">;
|
|
1220
|
+
private constructor();
|
|
1221
|
+
static reified(): StrategyV2Reified;
|
|
1222
|
+
static get r(): reified.StructClassReified<StrategyV2, StrategyV2Fields>;
|
|
1223
|
+
static phantom(): PhantomReified<ToTypeStr<StrategyV2>>;
|
|
1224
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2">;
|
|
1225
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1226
|
+
id: {
|
|
1227
|
+
id: {
|
|
1228
|
+
bytes: string;
|
|
1229
|
+
};
|
|
1230
|
+
};
|
|
1231
|
+
vault_index: string;
|
|
1232
|
+
signal_index: string;
|
|
1233
|
+
user: string;
|
|
1234
|
+
price_percentage: string;
|
|
1235
|
+
size: string;
|
|
1236
|
+
max_times: string;
|
|
1237
|
+
target_rounds: string[];
|
|
1238
|
+
receipts: {
|
|
1239
|
+
id: {
|
|
1240
|
+
id: {
|
|
1241
|
+
bytes: string;
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
vid: {
|
|
1245
|
+
bytes: string;
|
|
1246
|
+
};
|
|
1247
|
+
index: string;
|
|
1248
|
+
metadata: {
|
|
1249
|
+
bytes: number[];
|
|
1250
|
+
};
|
|
1251
|
+
u64_padding: string[];
|
|
1252
|
+
}[];
|
|
1253
|
+
active: boolean;
|
|
1254
|
+
u64_padding: string[];
|
|
1255
|
+
bid_times: string;
|
|
1256
|
+
bid_round: string;
|
|
1257
|
+
bid_ts_ms: string;
|
|
1258
|
+
bid_rounds: string[];
|
|
1259
|
+
accumulated_profit: string;
|
|
1260
|
+
}, {
|
|
1261
|
+
id: {
|
|
1262
|
+
id: {
|
|
1263
|
+
bytes: string;
|
|
1264
|
+
};
|
|
1265
|
+
};
|
|
1266
|
+
vault_index: string | number | bigint;
|
|
1267
|
+
signal_index: string | number | bigint;
|
|
1268
|
+
user: string;
|
|
1269
|
+
price_percentage: string | number | bigint;
|
|
1270
|
+
size: string | number | bigint;
|
|
1271
|
+
max_times: string | number | bigint;
|
|
1272
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
1273
|
+
length: number;
|
|
1274
|
+
};
|
|
1275
|
+
receipts: Iterable<{
|
|
1276
|
+
id: {
|
|
1277
|
+
id: {
|
|
1278
|
+
bytes: string;
|
|
1279
|
+
};
|
|
1280
|
+
};
|
|
1281
|
+
vid: {
|
|
1282
|
+
bytes: string;
|
|
1283
|
+
};
|
|
1284
|
+
index: string | number | bigint;
|
|
1285
|
+
metadata: {
|
|
1286
|
+
bytes: Iterable<number> & {
|
|
1287
|
+
length: number;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1291
|
+
length: number;
|
|
1292
|
+
};
|
|
1293
|
+
}> & {
|
|
1294
|
+
length: number;
|
|
1295
|
+
};
|
|
1296
|
+
active: boolean;
|
|
1297
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1298
|
+
length: number;
|
|
1299
|
+
};
|
|
1300
|
+
bid_times: string | number | bigint;
|
|
1301
|
+
bid_round: string | number | bigint;
|
|
1302
|
+
bid_ts_ms: string | number | bigint;
|
|
1303
|
+
bid_rounds: Iterable<string | number | bigint> & {
|
|
1304
|
+
length: number;
|
|
1305
|
+
};
|
|
1306
|
+
accumulated_profit: string | number | bigint;
|
|
1307
|
+
}>;
|
|
1308
|
+
static fromFields(fields: Record<string, any>): StrategyV2;
|
|
1309
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StrategyV2;
|
|
1310
|
+
static fromBcs(data: Uint8Array): StrategyV2;
|
|
1311
|
+
toJSONField(): {
|
|
1312
|
+
id: string;
|
|
1313
|
+
vaultIndex: string;
|
|
1314
|
+
signalIndex: string;
|
|
1315
|
+
user: string;
|
|
1316
|
+
pricePercentage: string;
|
|
1317
|
+
size: string;
|
|
1318
|
+
maxTimes: string;
|
|
1319
|
+
targetRounds: string[];
|
|
1320
|
+
receipts: {
|
|
1321
|
+
id: string;
|
|
1322
|
+
vid: string;
|
|
1323
|
+
index: string;
|
|
1324
|
+
metadata: string;
|
|
1325
|
+
u64Padding: string[];
|
|
1326
|
+
}[];
|
|
1327
|
+
active: boolean;
|
|
1328
|
+
u64Padding: string[];
|
|
1329
|
+
bidTimes: string;
|
|
1330
|
+
bidRound: string;
|
|
1331
|
+
bidTsMs: string;
|
|
1332
|
+
bidRounds: string[];
|
|
1333
|
+
accumulatedProfit: string;
|
|
1334
|
+
};
|
|
1335
|
+
toJSON(): {
|
|
1336
|
+
id: string;
|
|
1337
|
+
vaultIndex: string;
|
|
1338
|
+
signalIndex: string;
|
|
1339
|
+
user: string;
|
|
1340
|
+
pricePercentage: string;
|
|
1341
|
+
size: string;
|
|
1342
|
+
maxTimes: string;
|
|
1343
|
+
targetRounds: string[];
|
|
1344
|
+
receipts: {
|
|
1345
|
+
id: string;
|
|
1346
|
+
vid: string;
|
|
1347
|
+
index: string;
|
|
1348
|
+
metadata: string;
|
|
1349
|
+
u64Padding: string[];
|
|
1350
|
+
}[];
|
|
1351
|
+
active: boolean;
|
|
1352
|
+
u64Padding: string[];
|
|
1353
|
+
bidTimes: string;
|
|
1354
|
+
bidRound: string;
|
|
1355
|
+
bidTsMs: string;
|
|
1356
|
+
bidRounds: string[];
|
|
1357
|
+
accumulatedProfit: string;
|
|
1358
|
+
$typeName: string;
|
|
1359
|
+
$typeArgs: [];
|
|
1360
|
+
};
|
|
1361
|
+
static fromJSONField(field: any): StrategyV2;
|
|
1362
|
+
static fromJSON(json: Record<string, any>): StrategyV2;
|
|
1363
|
+
static fromSuiParsedData(content: SuiParsedData): StrategyV2;
|
|
1364
|
+
static fromSuiObjectData(data: SuiObjectData): StrategyV2;
|
|
1365
|
+
static fetch(client: SuiClient, id: string): Promise<StrategyV2>;
|
|
1366
|
+
}
|
|
1367
|
+
export declare function isUpdateStrategyEvent(type: string): boolean;
|
|
1368
|
+
export interface UpdateStrategyEventFields {
|
|
1369
|
+
vaultIndex: ToField<"u64">;
|
|
1370
|
+
signalIndex: ToField<"u64">;
|
|
1371
|
+
strategyIndex: ToField<"u64">;
|
|
1372
|
+
user: ToField<"address">;
|
|
1373
|
+
pricePercentage: ToField<"u64">;
|
|
1374
|
+
size: ToField<"u64">;
|
|
1375
|
+
maxTimes: ToField<"u64">;
|
|
1376
|
+
targetRounds: ToField<Vector<"u64">>;
|
|
1377
|
+
depositAmount: ToField<"u64">;
|
|
1378
|
+
}
|
|
1379
|
+
export type UpdateStrategyEventReified = Reified<UpdateStrategyEvent, UpdateStrategyEventFields>;
|
|
1380
|
+
export declare class UpdateStrategyEvent implements StructClass {
|
|
1381
|
+
__StructClass: true;
|
|
1382
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent";
|
|
1383
|
+
static readonly $numTypeParams = 0;
|
|
1384
|
+
static readonly $isPhantom: readonly [];
|
|
1385
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent";
|
|
1386
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::UpdateStrategyEvent`;
|
|
1387
|
+
readonly $typeArgs: [];
|
|
1388
|
+
readonly $isPhantom: readonly [];
|
|
1389
|
+
readonly vaultIndex: ToField<"u64">;
|
|
1390
|
+
readonly signalIndex: ToField<"u64">;
|
|
1391
|
+
readonly strategyIndex: ToField<"u64">;
|
|
1392
|
+
readonly user: ToField<"address">;
|
|
1393
|
+
readonly pricePercentage: ToField<"u64">;
|
|
1394
|
+
readonly size: ToField<"u64">;
|
|
1395
|
+
readonly maxTimes: ToField<"u64">;
|
|
1396
|
+
readonly targetRounds: ToField<Vector<"u64">>;
|
|
1397
|
+
readonly depositAmount: ToField<"u64">;
|
|
1398
|
+
private constructor();
|
|
1399
|
+
static reified(): UpdateStrategyEventReified;
|
|
1400
|
+
static get r(): reified.StructClassReified<UpdateStrategyEvent, UpdateStrategyEventFields>;
|
|
1401
|
+
static phantom(): PhantomReified<ToTypeStr<UpdateStrategyEvent>>;
|
|
1402
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent">;
|
|
1403
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1404
|
+
vault_index: string;
|
|
1405
|
+
signal_index: string;
|
|
1406
|
+
strategy_index: string;
|
|
1407
|
+
user: string;
|
|
1408
|
+
price_percentage: string;
|
|
1409
|
+
size: string;
|
|
1410
|
+
max_times: string;
|
|
1411
|
+
target_rounds: string[];
|
|
1412
|
+
deposit_amount: string;
|
|
1413
|
+
}, {
|
|
1414
|
+
vault_index: string | number | bigint;
|
|
1415
|
+
signal_index: string | number | bigint;
|
|
1416
|
+
strategy_index: string | number | bigint;
|
|
1417
|
+
user: string;
|
|
1418
|
+
price_percentage: string | number | bigint;
|
|
1419
|
+
size: string | number | bigint;
|
|
1420
|
+
max_times: string | number | bigint;
|
|
1421
|
+
target_rounds: Iterable<string | number | bigint> & {
|
|
1422
|
+
length: number;
|
|
1423
|
+
};
|
|
1424
|
+
deposit_amount: string | number | bigint;
|
|
1425
|
+
}>;
|
|
1426
|
+
static fromFields(fields: Record<string, any>): UpdateStrategyEvent;
|
|
1427
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): UpdateStrategyEvent;
|
|
1428
|
+
static fromBcs(data: Uint8Array): UpdateStrategyEvent;
|
|
1429
|
+
toJSONField(): {
|
|
1430
|
+
vaultIndex: string;
|
|
1431
|
+
signalIndex: string;
|
|
1432
|
+
strategyIndex: string;
|
|
1433
|
+
user: string;
|
|
1434
|
+
pricePercentage: string;
|
|
1435
|
+
size: string;
|
|
1436
|
+
maxTimes: string;
|
|
1437
|
+
targetRounds: string[];
|
|
1438
|
+
depositAmount: string;
|
|
1439
|
+
};
|
|
1440
|
+
toJSON(): {
|
|
1441
|
+
vaultIndex: string;
|
|
1442
|
+
signalIndex: string;
|
|
1443
|
+
strategyIndex: string;
|
|
1444
|
+
user: string;
|
|
1445
|
+
pricePercentage: string;
|
|
1446
|
+
size: string;
|
|
1447
|
+
maxTimes: string;
|
|
1448
|
+
targetRounds: string[];
|
|
1449
|
+
depositAmount: string;
|
|
1450
|
+
$typeName: string;
|
|
1451
|
+
$typeArgs: [];
|
|
1452
|
+
};
|
|
1453
|
+
static fromJSONField(field: any): UpdateStrategyEvent;
|
|
1454
|
+
static fromJSON(json: Record<string, any>): UpdateStrategyEvent;
|
|
1455
|
+
static fromSuiParsedData(content: SuiParsedData): UpdateStrategyEvent;
|
|
1456
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateStrategyEvent;
|
|
1457
|
+
static fetch(client: SuiClient, id: string): Promise<UpdateStrategyEvent>;
|
|
1458
|
+
}
|
|
1459
|
+
export declare function isWithdrawProfitEvent(type: string): boolean;
|
|
1460
|
+
export interface WithdrawProfitEventFields {
|
|
1461
|
+
vaultIndex: ToField<"u64">;
|
|
1462
|
+
signalIndex: ToField<"u64">;
|
|
1463
|
+
strategyIndex: ToField<"u64">;
|
|
1464
|
+
user: ToField<"address">;
|
|
1465
|
+
profit: ToField<"u64">;
|
|
1466
|
+
}
|
|
1467
|
+
export type WithdrawProfitEventReified = Reified<WithdrawProfitEvent, WithdrawProfitEventFields>;
|
|
1468
|
+
export declare class WithdrawProfitEvent implements StructClass {
|
|
1469
|
+
__StructClass: true;
|
|
1470
|
+
static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent";
|
|
1471
|
+
static readonly $numTypeParams = 0;
|
|
1472
|
+
static readonly $isPhantom: readonly [];
|
|
1473
|
+
readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent";
|
|
1474
|
+
readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::WithdrawProfitEvent`;
|
|
1475
|
+
readonly $typeArgs: [];
|
|
1476
|
+
readonly $isPhantom: readonly [];
|
|
1477
|
+
readonly vaultIndex: ToField<"u64">;
|
|
1478
|
+
readonly signalIndex: ToField<"u64">;
|
|
1479
|
+
readonly strategyIndex: ToField<"u64">;
|
|
1480
|
+
readonly user: ToField<"address">;
|
|
1481
|
+
readonly profit: ToField<"u64">;
|
|
1482
|
+
private constructor();
|
|
1483
|
+
static reified(): WithdrawProfitEventReified;
|
|
1484
|
+
static get r(): reified.StructClassReified<WithdrawProfitEvent, WithdrawProfitEventFields>;
|
|
1485
|
+
static phantom(): PhantomReified<ToTypeStr<WithdrawProfitEvent>>;
|
|
1486
|
+
static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent">;
|
|
1487
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1488
|
+
vault_index: string;
|
|
1489
|
+
signal_index: string;
|
|
1490
|
+
strategy_index: string;
|
|
1491
|
+
user: string;
|
|
1492
|
+
profit: string;
|
|
1493
|
+
}, {
|
|
1494
|
+
vault_index: string | number | bigint;
|
|
1495
|
+
signal_index: string | number | bigint;
|
|
1496
|
+
strategy_index: string | number | bigint;
|
|
1497
|
+
user: string;
|
|
1498
|
+
profit: string | number | bigint;
|
|
1499
|
+
}>;
|
|
1500
|
+
static fromFields(fields: Record<string, any>): WithdrawProfitEvent;
|
|
1501
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawProfitEvent;
|
|
1502
|
+
static fromBcs(data: Uint8Array): WithdrawProfitEvent;
|
|
1503
|
+
toJSONField(): {
|
|
1504
|
+
vaultIndex: string;
|
|
1505
|
+
signalIndex: string;
|
|
1506
|
+
strategyIndex: string;
|
|
1507
|
+
user: string;
|
|
1508
|
+
profit: string;
|
|
1509
|
+
};
|
|
1510
|
+
toJSON(): {
|
|
1511
|
+
vaultIndex: string;
|
|
1512
|
+
signalIndex: string;
|
|
1513
|
+
strategyIndex: string;
|
|
1514
|
+
user: string;
|
|
1515
|
+
profit: string;
|
|
1516
|
+
$typeName: string;
|
|
1517
|
+
$typeArgs: [];
|
|
1518
|
+
};
|
|
1519
|
+
static fromJSONField(field: any): WithdrawProfitEvent;
|
|
1520
|
+
static fromJSON(json: Record<string, any>): WithdrawProfitEvent;
|
|
1521
|
+
static fromSuiParsedData(content: SuiParsedData): WithdrawProfitEvent;
|
|
1522
|
+
static fromSuiObjectData(data: SuiObjectData): WithdrawProfitEvent;
|
|
1523
|
+
static fetch(client: SuiClient, id: string): Promise<WithdrawProfitEvent>;
|
|
1524
|
+
}
|