@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,2179 @@
|
|
|
1
|
+
import * as reified from "../../_framework/reified";
|
|
2
|
+
import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
|
|
3
|
+
import { UID } from "../../_dependencies/source/0x2/object/structs";
|
|
4
|
+
import { VecMap } from "../../_dependencies/source/0x2/vec-map/structs";
|
|
5
|
+
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
|
|
6
|
+
import { FieldsWithTypes } from "../../_framework/util";
|
|
7
|
+
import { Vector } from "../../_framework/vector";
|
|
8
|
+
import { PKG_V1 } from "../index";
|
|
9
|
+
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
10
|
+
export declare function isActivateIncentiveTokenEvent(type: string): boolean;
|
|
11
|
+
export interface ActivateIncentiveTokenEventFields {
|
|
12
|
+
sender: ToField<"address">;
|
|
13
|
+
index: ToField<"u64">;
|
|
14
|
+
incentiveToken: ToField<TypeName>;
|
|
15
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
16
|
+
}
|
|
17
|
+
export type ActivateIncentiveTokenEventReified = Reified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
|
|
18
|
+
export declare class ActivateIncentiveTokenEvent implements StructClass {
|
|
19
|
+
__StructClass: true;
|
|
20
|
+
static readonly $typeName: string;
|
|
21
|
+
static readonly $numTypeParams = 0;
|
|
22
|
+
static readonly $isPhantom: readonly [];
|
|
23
|
+
readonly $typeName: string;
|
|
24
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::ActivateIncentiveTokenEvent`;
|
|
25
|
+
readonly $typeArgs: [];
|
|
26
|
+
readonly $isPhantom: readonly [];
|
|
27
|
+
readonly sender: ToField<"address">;
|
|
28
|
+
readonly index: ToField<"u64">;
|
|
29
|
+
readonly incentiveToken: ToField<TypeName>;
|
|
30
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
31
|
+
private constructor();
|
|
32
|
+
static reified(): ActivateIncentiveTokenEventReified;
|
|
33
|
+
static get r(): reified.StructClassReified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
|
|
34
|
+
static phantom(): PhantomReified<ToTypeStr<ActivateIncentiveTokenEvent>>;
|
|
35
|
+
static get p(): reified.PhantomReified<"::stake_pool::ActivateIncentiveTokenEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::ActivateIncentiveTokenEvent">;
|
|
36
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
37
|
+
sender: string;
|
|
38
|
+
index: string;
|
|
39
|
+
incentive_token: {
|
|
40
|
+
name: {
|
|
41
|
+
bytes: number[];
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
u64_padding: string[];
|
|
45
|
+
}, {
|
|
46
|
+
sender: string;
|
|
47
|
+
index: string | number | bigint;
|
|
48
|
+
incentive_token: {
|
|
49
|
+
name: {
|
|
50
|
+
bytes: Iterable<number> & {
|
|
51
|
+
length: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
56
|
+
length: number;
|
|
57
|
+
};
|
|
58
|
+
}>;
|
|
59
|
+
static fromFields(fields: Record<string, any>): ActivateIncentiveTokenEvent;
|
|
60
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): ActivateIncentiveTokenEvent;
|
|
61
|
+
static fromBcs(data: Uint8Array): ActivateIncentiveTokenEvent;
|
|
62
|
+
toJSONField(): {
|
|
63
|
+
sender: string;
|
|
64
|
+
index: string;
|
|
65
|
+
incentiveToken: {
|
|
66
|
+
name: string;
|
|
67
|
+
};
|
|
68
|
+
u64Padding: string[];
|
|
69
|
+
};
|
|
70
|
+
toJSON(): {
|
|
71
|
+
sender: string;
|
|
72
|
+
index: string;
|
|
73
|
+
incentiveToken: {
|
|
74
|
+
name: string;
|
|
75
|
+
};
|
|
76
|
+
u64Padding: string[];
|
|
77
|
+
$typeName: string;
|
|
78
|
+
$typeArgs: [];
|
|
79
|
+
};
|
|
80
|
+
static fromJSONField(field: any): ActivateIncentiveTokenEvent;
|
|
81
|
+
static fromJSON(json: Record<string, any>): ActivateIncentiveTokenEvent;
|
|
82
|
+
static fromSuiParsedData(content: SuiParsedData): ActivateIncentiveTokenEvent;
|
|
83
|
+
static fromSuiObjectData(data: SuiObjectData): ActivateIncentiveTokenEvent;
|
|
84
|
+
static fetch(client: SuiClient, id: string): Promise<ActivateIncentiveTokenEvent>;
|
|
85
|
+
}
|
|
86
|
+
export declare function isAddIncentiveTokenEvent(type: string): boolean;
|
|
87
|
+
export interface AddIncentiveTokenEventFields {
|
|
88
|
+
sender: ToField<"address">;
|
|
89
|
+
index: ToField<"u64">;
|
|
90
|
+
incentiveToken: ToField<TypeName>;
|
|
91
|
+
incentiveInfo: ToField<IncentiveInfo>;
|
|
92
|
+
incentiveConfig: ToField<IncentiveConfig>;
|
|
93
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
94
|
+
}
|
|
95
|
+
export type AddIncentiveTokenEventReified = Reified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
|
|
96
|
+
export declare class AddIncentiveTokenEvent implements StructClass {
|
|
97
|
+
__StructClass: true;
|
|
98
|
+
static readonly $typeName: string;
|
|
99
|
+
static readonly $numTypeParams = 0;
|
|
100
|
+
static readonly $isPhantom: readonly [];
|
|
101
|
+
readonly $typeName: string;
|
|
102
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::AddIncentiveTokenEvent`;
|
|
103
|
+
readonly $typeArgs: [];
|
|
104
|
+
readonly $isPhantom: readonly [];
|
|
105
|
+
readonly sender: ToField<"address">;
|
|
106
|
+
readonly index: ToField<"u64">;
|
|
107
|
+
readonly incentiveToken: ToField<TypeName>;
|
|
108
|
+
readonly incentiveInfo: ToField<IncentiveInfo>;
|
|
109
|
+
readonly incentiveConfig: ToField<IncentiveConfig>;
|
|
110
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
111
|
+
private constructor();
|
|
112
|
+
static reified(): AddIncentiveTokenEventReified;
|
|
113
|
+
static get r(): reified.StructClassReified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
|
|
114
|
+
static phantom(): PhantomReified<ToTypeStr<AddIncentiveTokenEvent>>;
|
|
115
|
+
static get p(): reified.PhantomReified<"::stake_pool::AddIncentiveTokenEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::AddIncentiveTokenEvent">;
|
|
116
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
117
|
+
sender: string;
|
|
118
|
+
index: string;
|
|
119
|
+
incentive_token: {
|
|
120
|
+
name: {
|
|
121
|
+
bytes: number[];
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
incentive_info: {
|
|
125
|
+
active: boolean;
|
|
126
|
+
last_allocate_ts_ms: string;
|
|
127
|
+
incentive_price_index: string;
|
|
128
|
+
unallocated_amount: string;
|
|
129
|
+
u64_padding: string[];
|
|
130
|
+
};
|
|
131
|
+
incentive_config: {
|
|
132
|
+
period_incentive_amount: string;
|
|
133
|
+
incentive_interval_ts_ms: string;
|
|
134
|
+
u64_padding: string[];
|
|
135
|
+
};
|
|
136
|
+
u64_padding: string[];
|
|
137
|
+
}, {
|
|
138
|
+
sender: string;
|
|
139
|
+
index: string | number | bigint;
|
|
140
|
+
incentive_token: {
|
|
141
|
+
name: {
|
|
142
|
+
bytes: Iterable<number> & {
|
|
143
|
+
length: number;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
incentive_info: {
|
|
148
|
+
active: boolean;
|
|
149
|
+
last_allocate_ts_ms: string | number | bigint;
|
|
150
|
+
incentive_price_index: string | number | bigint;
|
|
151
|
+
unallocated_amount: string | number | bigint;
|
|
152
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
153
|
+
length: number;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
incentive_config: {
|
|
157
|
+
period_incentive_amount: string | number | bigint;
|
|
158
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
159
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
160
|
+
length: number;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
164
|
+
length: number;
|
|
165
|
+
};
|
|
166
|
+
}>;
|
|
167
|
+
static fromFields(fields: Record<string, any>): AddIncentiveTokenEvent;
|
|
168
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): AddIncentiveTokenEvent;
|
|
169
|
+
static fromBcs(data: Uint8Array): AddIncentiveTokenEvent;
|
|
170
|
+
toJSONField(): {
|
|
171
|
+
sender: string;
|
|
172
|
+
index: string;
|
|
173
|
+
incentiveToken: {
|
|
174
|
+
name: string;
|
|
175
|
+
};
|
|
176
|
+
incentiveInfo: {
|
|
177
|
+
active: boolean;
|
|
178
|
+
lastAllocateTsMs: string;
|
|
179
|
+
incentivePriceIndex: string;
|
|
180
|
+
unallocatedAmount: string;
|
|
181
|
+
u64Padding: string[];
|
|
182
|
+
};
|
|
183
|
+
incentiveConfig: {
|
|
184
|
+
periodIncentiveAmount: string;
|
|
185
|
+
incentiveIntervalTsMs: string;
|
|
186
|
+
u64Padding: string[];
|
|
187
|
+
};
|
|
188
|
+
u64Padding: string[];
|
|
189
|
+
};
|
|
190
|
+
toJSON(): {
|
|
191
|
+
sender: string;
|
|
192
|
+
index: string;
|
|
193
|
+
incentiveToken: {
|
|
194
|
+
name: string;
|
|
195
|
+
};
|
|
196
|
+
incentiveInfo: {
|
|
197
|
+
active: boolean;
|
|
198
|
+
lastAllocateTsMs: string;
|
|
199
|
+
incentivePriceIndex: string;
|
|
200
|
+
unallocatedAmount: string;
|
|
201
|
+
u64Padding: string[];
|
|
202
|
+
};
|
|
203
|
+
incentiveConfig: {
|
|
204
|
+
periodIncentiveAmount: string;
|
|
205
|
+
incentiveIntervalTsMs: string;
|
|
206
|
+
u64Padding: string[];
|
|
207
|
+
};
|
|
208
|
+
u64Padding: string[];
|
|
209
|
+
$typeName: string;
|
|
210
|
+
$typeArgs: [];
|
|
211
|
+
};
|
|
212
|
+
static fromJSONField(field: any): AddIncentiveTokenEvent;
|
|
213
|
+
static fromJSON(json: Record<string, any>): AddIncentiveTokenEvent;
|
|
214
|
+
static fromSuiParsedData(content: SuiParsedData): AddIncentiveTokenEvent;
|
|
215
|
+
static fromSuiObjectData(data: SuiObjectData): AddIncentiveTokenEvent;
|
|
216
|
+
static fetch(client: SuiClient, id: string): Promise<AddIncentiveTokenEvent>;
|
|
217
|
+
}
|
|
218
|
+
export declare function isDeactivateIncentiveTokenEvent(type: string): boolean;
|
|
219
|
+
export interface DeactivateIncentiveTokenEventFields {
|
|
220
|
+
sender: ToField<"address">;
|
|
221
|
+
index: ToField<"u64">;
|
|
222
|
+
incentiveToken: ToField<TypeName>;
|
|
223
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
224
|
+
}
|
|
225
|
+
export type DeactivateIncentiveTokenEventReified = Reified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
|
|
226
|
+
export declare class DeactivateIncentiveTokenEvent implements StructClass {
|
|
227
|
+
__StructClass: true;
|
|
228
|
+
static readonly $typeName: string;
|
|
229
|
+
static readonly $numTypeParams = 0;
|
|
230
|
+
static readonly $isPhantom: readonly [];
|
|
231
|
+
readonly $typeName: string;
|
|
232
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivateIncentiveTokenEvent`;
|
|
233
|
+
readonly $typeArgs: [];
|
|
234
|
+
readonly $isPhantom: readonly [];
|
|
235
|
+
readonly sender: ToField<"address">;
|
|
236
|
+
readonly index: ToField<"u64">;
|
|
237
|
+
readonly incentiveToken: ToField<TypeName>;
|
|
238
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
239
|
+
private constructor();
|
|
240
|
+
static reified(): DeactivateIncentiveTokenEventReified;
|
|
241
|
+
static get r(): reified.StructClassReified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
|
|
242
|
+
static phantom(): PhantomReified<ToTypeStr<DeactivateIncentiveTokenEvent>>;
|
|
243
|
+
static get p(): reified.PhantomReified<"::stake_pool::DeactivateIncentiveTokenEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::DeactivateIncentiveTokenEvent">;
|
|
244
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
245
|
+
sender: string;
|
|
246
|
+
index: string;
|
|
247
|
+
incentive_token: {
|
|
248
|
+
name: {
|
|
249
|
+
bytes: number[];
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
u64_padding: string[];
|
|
253
|
+
}, {
|
|
254
|
+
sender: string;
|
|
255
|
+
index: string | number | bigint;
|
|
256
|
+
incentive_token: {
|
|
257
|
+
name: {
|
|
258
|
+
bytes: Iterable<number> & {
|
|
259
|
+
length: number;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
264
|
+
length: number;
|
|
265
|
+
};
|
|
266
|
+
}>;
|
|
267
|
+
static fromFields(fields: Record<string, any>): DeactivateIncentiveTokenEvent;
|
|
268
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): DeactivateIncentiveTokenEvent;
|
|
269
|
+
static fromBcs(data: Uint8Array): DeactivateIncentiveTokenEvent;
|
|
270
|
+
toJSONField(): {
|
|
271
|
+
sender: string;
|
|
272
|
+
index: string;
|
|
273
|
+
incentiveToken: {
|
|
274
|
+
name: string;
|
|
275
|
+
};
|
|
276
|
+
u64Padding: string[];
|
|
277
|
+
};
|
|
278
|
+
toJSON(): {
|
|
279
|
+
sender: string;
|
|
280
|
+
index: string;
|
|
281
|
+
incentiveToken: {
|
|
282
|
+
name: string;
|
|
283
|
+
};
|
|
284
|
+
u64Padding: string[];
|
|
285
|
+
$typeName: string;
|
|
286
|
+
$typeArgs: [];
|
|
287
|
+
};
|
|
288
|
+
static fromJSONField(field: any): DeactivateIncentiveTokenEvent;
|
|
289
|
+
static fromJSON(json: Record<string, any>): DeactivateIncentiveTokenEvent;
|
|
290
|
+
static fromSuiParsedData(content: SuiParsedData): DeactivateIncentiveTokenEvent;
|
|
291
|
+
static fromSuiObjectData(data: SuiObjectData): DeactivateIncentiveTokenEvent;
|
|
292
|
+
static fetch(client: SuiClient, id: string): Promise<DeactivateIncentiveTokenEvent>;
|
|
293
|
+
}
|
|
294
|
+
export declare function isDeactivatingShares(type: string): boolean;
|
|
295
|
+
export interface DeactivatingSharesFields {
|
|
296
|
+
shares: ToField<"u64">;
|
|
297
|
+
unsubscribedTsMs: ToField<"u64">;
|
|
298
|
+
unlockedTsMs: ToField<"u64">;
|
|
299
|
+
unsubscribedIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
300
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
301
|
+
}
|
|
302
|
+
export type DeactivatingSharesReified = Reified<DeactivatingShares, DeactivatingSharesFields>;
|
|
303
|
+
export declare class DeactivatingShares implements StructClass {
|
|
304
|
+
__StructClass: true;
|
|
305
|
+
static readonly $typeName: string;
|
|
306
|
+
static readonly $numTypeParams = 0;
|
|
307
|
+
static readonly $isPhantom: readonly [];
|
|
308
|
+
readonly $typeName: string;
|
|
309
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivatingShares`;
|
|
310
|
+
readonly $typeArgs: [];
|
|
311
|
+
readonly $isPhantom: readonly [];
|
|
312
|
+
readonly shares: ToField<"u64">;
|
|
313
|
+
readonly unsubscribedTsMs: ToField<"u64">;
|
|
314
|
+
readonly unlockedTsMs: ToField<"u64">;
|
|
315
|
+
readonly unsubscribedIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
316
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
317
|
+
private constructor();
|
|
318
|
+
static reified(): DeactivatingSharesReified;
|
|
319
|
+
static get r(): reified.StructClassReified<DeactivatingShares, DeactivatingSharesFields>;
|
|
320
|
+
static phantom(): PhantomReified<ToTypeStr<DeactivatingShares>>;
|
|
321
|
+
static get p(): reified.PhantomReified<"::stake_pool::DeactivatingShares" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::DeactivatingShares">;
|
|
322
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
323
|
+
shares: string;
|
|
324
|
+
unsubscribed_ts_ms: string;
|
|
325
|
+
unlocked_ts_ms: string;
|
|
326
|
+
unsubscribed_incentive_price_index: {
|
|
327
|
+
contents: {
|
|
328
|
+
key: {
|
|
329
|
+
name: {
|
|
330
|
+
bytes: number[];
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
value: string;
|
|
334
|
+
}[];
|
|
335
|
+
};
|
|
336
|
+
u64_padding: string[];
|
|
337
|
+
}, {
|
|
338
|
+
shares: string | number | bigint;
|
|
339
|
+
unsubscribed_ts_ms: string | number | bigint;
|
|
340
|
+
unlocked_ts_ms: string | number | bigint;
|
|
341
|
+
unsubscribed_incentive_price_index: {
|
|
342
|
+
contents: Iterable<{
|
|
343
|
+
key: {
|
|
344
|
+
name: {
|
|
345
|
+
bytes: Iterable<number> & {
|
|
346
|
+
length: number;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
value: string | number | bigint;
|
|
351
|
+
}> & {
|
|
352
|
+
length: number;
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
356
|
+
length: number;
|
|
357
|
+
};
|
|
358
|
+
}>;
|
|
359
|
+
static fromFields(fields: Record<string, any>): DeactivatingShares;
|
|
360
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): DeactivatingShares;
|
|
361
|
+
static fromBcs(data: Uint8Array): DeactivatingShares;
|
|
362
|
+
toJSONField(): {
|
|
363
|
+
shares: string;
|
|
364
|
+
unsubscribedTsMs: string;
|
|
365
|
+
unlockedTsMs: string;
|
|
366
|
+
unsubscribedIncentivePriceIndex: {
|
|
367
|
+
contents: {
|
|
368
|
+
key: {
|
|
369
|
+
name: string;
|
|
370
|
+
};
|
|
371
|
+
value: string;
|
|
372
|
+
}[];
|
|
373
|
+
};
|
|
374
|
+
u64Padding: string[];
|
|
375
|
+
};
|
|
376
|
+
toJSON(): {
|
|
377
|
+
shares: string;
|
|
378
|
+
unsubscribedTsMs: string;
|
|
379
|
+
unlockedTsMs: string;
|
|
380
|
+
unsubscribedIncentivePriceIndex: {
|
|
381
|
+
contents: {
|
|
382
|
+
key: {
|
|
383
|
+
name: string;
|
|
384
|
+
};
|
|
385
|
+
value: string;
|
|
386
|
+
}[];
|
|
387
|
+
};
|
|
388
|
+
u64Padding: string[];
|
|
389
|
+
$typeName: string;
|
|
390
|
+
$typeArgs: [];
|
|
391
|
+
};
|
|
392
|
+
static fromJSONField(field: any): DeactivatingShares;
|
|
393
|
+
static fromJSON(json: Record<string, any>): DeactivatingShares;
|
|
394
|
+
static fromSuiParsedData(content: SuiParsedData): DeactivatingShares;
|
|
395
|
+
static fromSuiObjectData(data: SuiObjectData): DeactivatingShares;
|
|
396
|
+
static fetch(client: SuiClient, id: string): Promise<DeactivatingShares>;
|
|
397
|
+
}
|
|
398
|
+
export declare function isDepositIncentiveEvent(type: string): boolean;
|
|
399
|
+
export interface DepositIncentiveEventFields {
|
|
400
|
+
sender: ToField<"address">;
|
|
401
|
+
index: ToField<"u64">;
|
|
402
|
+
incentiveTokenType: ToField<TypeName>;
|
|
403
|
+
depositAmount: ToField<"u64">;
|
|
404
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
405
|
+
}
|
|
406
|
+
export type DepositIncentiveEventReified = Reified<DepositIncentiveEvent, DepositIncentiveEventFields>;
|
|
407
|
+
export declare class DepositIncentiveEvent implements StructClass {
|
|
408
|
+
__StructClass: true;
|
|
409
|
+
static readonly $typeName: string;
|
|
410
|
+
static readonly $numTypeParams = 0;
|
|
411
|
+
static readonly $isPhantom: readonly [];
|
|
412
|
+
readonly $typeName: string;
|
|
413
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DepositIncentiveEvent`;
|
|
414
|
+
readonly $typeArgs: [];
|
|
415
|
+
readonly $isPhantom: readonly [];
|
|
416
|
+
readonly sender: ToField<"address">;
|
|
417
|
+
readonly index: ToField<"u64">;
|
|
418
|
+
readonly incentiveTokenType: ToField<TypeName>;
|
|
419
|
+
readonly depositAmount: ToField<"u64">;
|
|
420
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
421
|
+
private constructor();
|
|
422
|
+
static reified(): DepositIncentiveEventReified;
|
|
423
|
+
static get r(): reified.StructClassReified<DepositIncentiveEvent, DepositIncentiveEventFields>;
|
|
424
|
+
static phantom(): PhantomReified<ToTypeStr<DepositIncentiveEvent>>;
|
|
425
|
+
static get p(): reified.PhantomReified<"::stake_pool::DepositIncentiveEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::DepositIncentiveEvent">;
|
|
426
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
427
|
+
sender: string;
|
|
428
|
+
index: string;
|
|
429
|
+
incentive_token_type: {
|
|
430
|
+
name: {
|
|
431
|
+
bytes: number[];
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
deposit_amount: string;
|
|
435
|
+
u64_padding: string[];
|
|
436
|
+
}, {
|
|
437
|
+
sender: string;
|
|
438
|
+
index: string | number | bigint;
|
|
439
|
+
incentive_token_type: {
|
|
440
|
+
name: {
|
|
441
|
+
bytes: Iterable<number> & {
|
|
442
|
+
length: number;
|
|
443
|
+
};
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
deposit_amount: string | number | bigint;
|
|
447
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
448
|
+
length: number;
|
|
449
|
+
};
|
|
450
|
+
}>;
|
|
451
|
+
static fromFields(fields: Record<string, any>): DepositIncentiveEvent;
|
|
452
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): DepositIncentiveEvent;
|
|
453
|
+
static fromBcs(data: Uint8Array): DepositIncentiveEvent;
|
|
454
|
+
toJSONField(): {
|
|
455
|
+
sender: string;
|
|
456
|
+
index: string;
|
|
457
|
+
incentiveTokenType: {
|
|
458
|
+
name: string;
|
|
459
|
+
};
|
|
460
|
+
depositAmount: string;
|
|
461
|
+
u64Padding: string[];
|
|
462
|
+
};
|
|
463
|
+
toJSON(): {
|
|
464
|
+
sender: string;
|
|
465
|
+
index: string;
|
|
466
|
+
incentiveTokenType: {
|
|
467
|
+
name: string;
|
|
468
|
+
};
|
|
469
|
+
depositAmount: string;
|
|
470
|
+
u64Padding: string[];
|
|
471
|
+
$typeName: string;
|
|
472
|
+
$typeArgs: [];
|
|
473
|
+
};
|
|
474
|
+
static fromJSONField(field: any): DepositIncentiveEvent;
|
|
475
|
+
static fromJSON(json: Record<string, any>): DepositIncentiveEvent;
|
|
476
|
+
static fromSuiParsedData(content: SuiParsedData): DepositIncentiveEvent;
|
|
477
|
+
static fromSuiObjectData(data: SuiObjectData): DepositIncentiveEvent;
|
|
478
|
+
static fetch(client: SuiClient, id: string): Promise<DepositIncentiveEvent>;
|
|
479
|
+
}
|
|
480
|
+
export declare function isHarvestPerUserShareEvent(type: string): boolean;
|
|
481
|
+
export interface HarvestPerUserShareEventFields {
|
|
482
|
+
sender: ToField<"address">;
|
|
483
|
+
index: ToField<"u64">;
|
|
484
|
+
incentiveTokenType: ToField<TypeName>;
|
|
485
|
+
harvestAmount: ToField<"u64">;
|
|
486
|
+
userShareId: ToField<"u64">;
|
|
487
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
488
|
+
}
|
|
489
|
+
export type HarvestPerUserShareEventReified = Reified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
|
|
490
|
+
export declare class HarvestPerUserShareEvent implements StructClass {
|
|
491
|
+
__StructClass: true;
|
|
492
|
+
static readonly $typeName: string;
|
|
493
|
+
static readonly $numTypeParams = 0;
|
|
494
|
+
static readonly $isPhantom: readonly [];
|
|
495
|
+
readonly $typeName: string;
|
|
496
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::HarvestPerUserShareEvent`;
|
|
497
|
+
readonly $typeArgs: [];
|
|
498
|
+
readonly $isPhantom: readonly [];
|
|
499
|
+
readonly sender: ToField<"address">;
|
|
500
|
+
readonly index: ToField<"u64">;
|
|
501
|
+
readonly incentiveTokenType: ToField<TypeName>;
|
|
502
|
+
readonly harvestAmount: ToField<"u64">;
|
|
503
|
+
readonly userShareId: ToField<"u64">;
|
|
504
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
505
|
+
private constructor();
|
|
506
|
+
static reified(): HarvestPerUserShareEventReified;
|
|
507
|
+
static get r(): reified.StructClassReified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
|
|
508
|
+
static phantom(): PhantomReified<ToTypeStr<HarvestPerUserShareEvent>>;
|
|
509
|
+
static get p(): reified.PhantomReified<"::stake_pool::HarvestPerUserShareEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::HarvestPerUserShareEvent">;
|
|
510
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
511
|
+
sender: string;
|
|
512
|
+
index: string;
|
|
513
|
+
incentive_token_type: {
|
|
514
|
+
name: {
|
|
515
|
+
bytes: number[];
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
harvest_amount: string;
|
|
519
|
+
user_share_id: string;
|
|
520
|
+
u64_padding: string[];
|
|
521
|
+
}, {
|
|
522
|
+
sender: string;
|
|
523
|
+
index: string | number | bigint;
|
|
524
|
+
incentive_token_type: {
|
|
525
|
+
name: {
|
|
526
|
+
bytes: Iterable<number> & {
|
|
527
|
+
length: number;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
harvest_amount: string | number | bigint;
|
|
532
|
+
user_share_id: string | number | bigint;
|
|
533
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
534
|
+
length: number;
|
|
535
|
+
};
|
|
536
|
+
}>;
|
|
537
|
+
static fromFields(fields: Record<string, any>): HarvestPerUserShareEvent;
|
|
538
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): HarvestPerUserShareEvent;
|
|
539
|
+
static fromBcs(data: Uint8Array): HarvestPerUserShareEvent;
|
|
540
|
+
toJSONField(): {
|
|
541
|
+
sender: string;
|
|
542
|
+
index: string;
|
|
543
|
+
incentiveTokenType: {
|
|
544
|
+
name: string;
|
|
545
|
+
};
|
|
546
|
+
harvestAmount: string;
|
|
547
|
+
userShareId: string;
|
|
548
|
+
u64Padding: string[];
|
|
549
|
+
};
|
|
550
|
+
toJSON(): {
|
|
551
|
+
sender: string;
|
|
552
|
+
index: string;
|
|
553
|
+
incentiveTokenType: {
|
|
554
|
+
name: string;
|
|
555
|
+
};
|
|
556
|
+
harvestAmount: string;
|
|
557
|
+
userShareId: string;
|
|
558
|
+
u64Padding: string[];
|
|
559
|
+
$typeName: string;
|
|
560
|
+
$typeArgs: [];
|
|
561
|
+
};
|
|
562
|
+
static fromJSONField(field: any): HarvestPerUserShareEvent;
|
|
563
|
+
static fromJSON(json: Record<string, any>): HarvestPerUserShareEvent;
|
|
564
|
+
static fromSuiParsedData(content: SuiParsedData): HarvestPerUserShareEvent;
|
|
565
|
+
static fromSuiObjectData(data: SuiObjectData): HarvestPerUserShareEvent;
|
|
566
|
+
static fetch(client: SuiClient, id: string): Promise<HarvestPerUserShareEvent>;
|
|
567
|
+
}
|
|
568
|
+
export declare function isIncentive(type: string): boolean;
|
|
569
|
+
export interface IncentiveFields {
|
|
570
|
+
tokenType: ToField<TypeName>;
|
|
571
|
+
config: ToField<IncentiveConfig>;
|
|
572
|
+
info: ToField<IncentiveInfo>;
|
|
573
|
+
}
|
|
574
|
+
export type IncentiveReified = Reified<Incentive, IncentiveFields>;
|
|
575
|
+
export declare class Incentive implements StructClass {
|
|
576
|
+
__StructClass: true;
|
|
577
|
+
static readonly $typeName: string;
|
|
578
|
+
static readonly $numTypeParams = 0;
|
|
579
|
+
static readonly $isPhantom: readonly [];
|
|
580
|
+
readonly $typeName: string;
|
|
581
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::Incentive`;
|
|
582
|
+
readonly $typeArgs: [];
|
|
583
|
+
readonly $isPhantom: readonly [];
|
|
584
|
+
readonly tokenType: ToField<TypeName>;
|
|
585
|
+
readonly config: ToField<IncentiveConfig>;
|
|
586
|
+
readonly info: ToField<IncentiveInfo>;
|
|
587
|
+
private constructor();
|
|
588
|
+
static reified(): IncentiveReified;
|
|
589
|
+
static get r(): reified.StructClassReified<Incentive, IncentiveFields>;
|
|
590
|
+
static phantom(): PhantomReified<ToTypeStr<Incentive>>;
|
|
591
|
+
static get p(): reified.PhantomReified<"::stake_pool::Incentive" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::Incentive">;
|
|
592
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
593
|
+
token_type: {
|
|
594
|
+
name: {
|
|
595
|
+
bytes: number[];
|
|
596
|
+
};
|
|
597
|
+
};
|
|
598
|
+
config: {
|
|
599
|
+
period_incentive_amount: string;
|
|
600
|
+
incentive_interval_ts_ms: string;
|
|
601
|
+
u64_padding: string[];
|
|
602
|
+
};
|
|
603
|
+
info: {
|
|
604
|
+
active: boolean;
|
|
605
|
+
last_allocate_ts_ms: string;
|
|
606
|
+
incentive_price_index: string;
|
|
607
|
+
unallocated_amount: string;
|
|
608
|
+
u64_padding: string[];
|
|
609
|
+
};
|
|
610
|
+
}, {
|
|
611
|
+
token_type: {
|
|
612
|
+
name: {
|
|
613
|
+
bytes: Iterable<number> & {
|
|
614
|
+
length: number;
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
config: {
|
|
619
|
+
period_incentive_amount: string | number | bigint;
|
|
620
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
621
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
622
|
+
length: number;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
info: {
|
|
626
|
+
active: boolean;
|
|
627
|
+
last_allocate_ts_ms: string | number | bigint;
|
|
628
|
+
incentive_price_index: string | number | bigint;
|
|
629
|
+
unallocated_amount: string | number | bigint;
|
|
630
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
631
|
+
length: number;
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
}>;
|
|
635
|
+
static fromFields(fields: Record<string, any>): Incentive;
|
|
636
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): Incentive;
|
|
637
|
+
static fromBcs(data: Uint8Array): Incentive;
|
|
638
|
+
toJSONField(): {
|
|
639
|
+
tokenType: {
|
|
640
|
+
name: string;
|
|
641
|
+
};
|
|
642
|
+
config: {
|
|
643
|
+
periodIncentiveAmount: string;
|
|
644
|
+
incentiveIntervalTsMs: string;
|
|
645
|
+
u64Padding: string[];
|
|
646
|
+
};
|
|
647
|
+
info: {
|
|
648
|
+
active: boolean;
|
|
649
|
+
lastAllocateTsMs: string;
|
|
650
|
+
incentivePriceIndex: string;
|
|
651
|
+
unallocatedAmount: string;
|
|
652
|
+
u64Padding: string[];
|
|
653
|
+
};
|
|
654
|
+
};
|
|
655
|
+
toJSON(): {
|
|
656
|
+
tokenType: {
|
|
657
|
+
name: string;
|
|
658
|
+
};
|
|
659
|
+
config: {
|
|
660
|
+
periodIncentiveAmount: string;
|
|
661
|
+
incentiveIntervalTsMs: string;
|
|
662
|
+
u64Padding: string[];
|
|
663
|
+
};
|
|
664
|
+
info: {
|
|
665
|
+
active: boolean;
|
|
666
|
+
lastAllocateTsMs: string;
|
|
667
|
+
incentivePriceIndex: string;
|
|
668
|
+
unallocatedAmount: string;
|
|
669
|
+
u64Padding: string[];
|
|
670
|
+
};
|
|
671
|
+
$typeName: string;
|
|
672
|
+
$typeArgs: [];
|
|
673
|
+
};
|
|
674
|
+
static fromJSONField(field: any): Incentive;
|
|
675
|
+
static fromJSON(json: Record<string, any>): Incentive;
|
|
676
|
+
static fromSuiParsedData(content: SuiParsedData): Incentive;
|
|
677
|
+
static fromSuiObjectData(data: SuiObjectData): Incentive;
|
|
678
|
+
static fetch(client: SuiClient, id: string): Promise<Incentive>;
|
|
679
|
+
}
|
|
680
|
+
export declare function isIncentiveConfig(type: string): boolean;
|
|
681
|
+
export interface IncentiveConfigFields {
|
|
682
|
+
periodIncentiveAmount: ToField<"u64">;
|
|
683
|
+
incentiveIntervalTsMs: ToField<"u64">;
|
|
684
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
685
|
+
}
|
|
686
|
+
export type IncentiveConfigReified = Reified<IncentiveConfig, IncentiveConfigFields>;
|
|
687
|
+
export declare class IncentiveConfig implements StructClass {
|
|
688
|
+
__StructClass: true;
|
|
689
|
+
static readonly $typeName: string;
|
|
690
|
+
static readonly $numTypeParams = 0;
|
|
691
|
+
static readonly $isPhantom: readonly [];
|
|
692
|
+
readonly $typeName: string;
|
|
693
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveConfig`;
|
|
694
|
+
readonly $typeArgs: [];
|
|
695
|
+
readonly $isPhantom: readonly [];
|
|
696
|
+
readonly periodIncentiveAmount: ToField<"u64">;
|
|
697
|
+
readonly incentiveIntervalTsMs: ToField<"u64">;
|
|
698
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
699
|
+
private constructor();
|
|
700
|
+
static reified(): IncentiveConfigReified;
|
|
701
|
+
static get r(): reified.StructClassReified<IncentiveConfig, IncentiveConfigFields>;
|
|
702
|
+
static phantom(): PhantomReified<ToTypeStr<IncentiveConfig>>;
|
|
703
|
+
static get p(): reified.PhantomReified<"::stake_pool::IncentiveConfig" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::IncentiveConfig">;
|
|
704
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
705
|
+
period_incentive_amount: string;
|
|
706
|
+
incentive_interval_ts_ms: string;
|
|
707
|
+
u64_padding: string[];
|
|
708
|
+
}, {
|
|
709
|
+
period_incentive_amount: string | number | bigint;
|
|
710
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
711
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
712
|
+
length: number;
|
|
713
|
+
};
|
|
714
|
+
}>;
|
|
715
|
+
static fromFields(fields: Record<string, any>): IncentiveConfig;
|
|
716
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): IncentiveConfig;
|
|
717
|
+
static fromBcs(data: Uint8Array): IncentiveConfig;
|
|
718
|
+
toJSONField(): {
|
|
719
|
+
periodIncentiveAmount: string;
|
|
720
|
+
incentiveIntervalTsMs: string;
|
|
721
|
+
u64Padding: string[];
|
|
722
|
+
};
|
|
723
|
+
toJSON(): {
|
|
724
|
+
periodIncentiveAmount: string;
|
|
725
|
+
incentiveIntervalTsMs: string;
|
|
726
|
+
u64Padding: string[];
|
|
727
|
+
$typeName: string;
|
|
728
|
+
$typeArgs: [];
|
|
729
|
+
};
|
|
730
|
+
static fromJSONField(field: any): IncentiveConfig;
|
|
731
|
+
static fromJSON(json: Record<string, any>): IncentiveConfig;
|
|
732
|
+
static fromSuiParsedData(content: SuiParsedData): IncentiveConfig;
|
|
733
|
+
static fromSuiObjectData(data: SuiObjectData): IncentiveConfig;
|
|
734
|
+
static fetch(client: SuiClient, id: string): Promise<IncentiveConfig>;
|
|
735
|
+
}
|
|
736
|
+
export declare function isIncentiveInfo(type: string): boolean;
|
|
737
|
+
export interface IncentiveInfoFields {
|
|
738
|
+
active: ToField<"bool">;
|
|
739
|
+
lastAllocateTsMs: ToField<"u64">;
|
|
740
|
+
incentivePriceIndex: ToField<"u64">;
|
|
741
|
+
unallocatedAmount: ToField<"u64">;
|
|
742
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
743
|
+
}
|
|
744
|
+
export type IncentiveInfoReified = Reified<IncentiveInfo, IncentiveInfoFields>;
|
|
745
|
+
export declare class IncentiveInfo implements StructClass {
|
|
746
|
+
__StructClass: true;
|
|
747
|
+
static readonly $typeName: string;
|
|
748
|
+
static readonly $numTypeParams = 0;
|
|
749
|
+
static readonly $isPhantom: readonly [];
|
|
750
|
+
readonly $typeName: string;
|
|
751
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveInfo`;
|
|
752
|
+
readonly $typeArgs: [];
|
|
753
|
+
readonly $isPhantom: readonly [];
|
|
754
|
+
readonly active: ToField<"bool">;
|
|
755
|
+
readonly lastAllocateTsMs: ToField<"u64">;
|
|
756
|
+
readonly incentivePriceIndex: ToField<"u64">;
|
|
757
|
+
readonly unallocatedAmount: ToField<"u64">;
|
|
758
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
759
|
+
private constructor();
|
|
760
|
+
static reified(): IncentiveInfoReified;
|
|
761
|
+
static get r(): reified.StructClassReified<IncentiveInfo, IncentiveInfoFields>;
|
|
762
|
+
static phantom(): PhantomReified<ToTypeStr<IncentiveInfo>>;
|
|
763
|
+
static get p(): reified.PhantomReified<"::stake_pool::IncentiveInfo" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::IncentiveInfo">;
|
|
764
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
765
|
+
active: boolean;
|
|
766
|
+
last_allocate_ts_ms: string;
|
|
767
|
+
incentive_price_index: string;
|
|
768
|
+
unallocated_amount: string;
|
|
769
|
+
u64_padding: string[];
|
|
770
|
+
}, {
|
|
771
|
+
active: boolean;
|
|
772
|
+
last_allocate_ts_ms: string | number | bigint;
|
|
773
|
+
incentive_price_index: string | number | bigint;
|
|
774
|
+
unallocated_amount: string | number | bigint;
|
|
775
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
776
|
+
length: number;
|
|
777
|
+
};
|
|
778
|
+
}>;
|
|
779
|
+
static fromFields(fields: Record<string, any>): IncentiveInfo;
|
|
780
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): IncentiveInfo;
|
|
781
|
+
static fromBcs(data: Uint8Array): IncentiveInfo;
|
|
782
|
+
toJSONField(): {
|
|
783
|
+
active: boolean;
|
|
784
|
+
lastAllocateTsMs: string;
|
|
785
|
+
incentivePriceIndex: string;
|
|
786
|
+
unallocatedAmount: string;
|
|
787
|
+
u64Padding: string[];
|
|
788
|
+
};
|
|
789
|
+
toJSON(): {
|
|
790
|
+
active: boolean;
|
|
791
|
+
lastAllocateTsMs: string;
|
|
792
|
+
incentivePriceIndex: string;
|
|
793
|
+
unallocatedAmount: string;
|
|
794
|
+
u64Padding: string[];
|
|
795
|
+
$typeName: string;
|
|
796
|
+
$typeArgs: [];
|
|
797
|
+
};
|
|
798
|
+
static fromJSONField(field: any): IncentiveInfo;
|
|
799
|
+
static fromJSON(json: Record<string, any>): IncentiveInfo;
|
|
800
|
+
static fromSuiParsedData(content: SuiParsedData): IncentiveInfo;
|
|
801
|
+
static fromSuiObjectData(data: SuiObjectData): IncentiveInfo;
|
|
802
|
+
static fetch(client: SuiClient, id: string): Promise<IncentiveInfo>;
|
|
803
|
+
}
|
|
804
|
+
export declare function isLpUserShare(type: string): boolean;
|
|
805
|
+
export interface LpUserShareFields {
|
|
806
|
+
user: ToField<"address">;
|
|
807
|
+
userShareId: ToField<"u64">;
|
|
808
|
+
stakeTsMs: ToField<"u64">;
|
|
809
|
+
totalShares: ToField<"u64">;
|
|
810
|
+
activeShares: ToField<"u64">;
|
|
811
|
+
deactivatingShares: ToField<Vector<DeactivatingShares>>;
|
|
812
|
+
lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
813
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
814
|
+
}
|
|
815
|
+
export type LpUserShareReified = Reified<LpUserShare, LpUserShareFields>;
|
|
816
|
+
export declare class LpUserShare implements StructClass {
|
|
817
|
+
__StructClass: true;
|
|
818
|
+
static readonly $typeName: string;
|
|
819
|
+
static readonly $numTypeParams = 0;
|
|
820
|
+
static readonly $isPhantom: readonly [];
|
|
821
|
+
readonly $typeName: string;
|
|
822
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::LpUserShare`;
|
|
823
|
+
readonly $typeArgs: [];
|
|
824
|
+
readonly $isPhantom: readonly [];
|
|
825
|
+
readonly user: ToField<"address">;
|
|
826
|
+
readonly userShareId: ToField<"u64">;
|
|
827
|
+
readonly stakeTsMs: ToField<"u64">;
|
|
828
|
+
readonly totalShares: ToField<"u64">;
|
|
829
|
+
readonly activeShares: ToField<"u64">;
|
|
830
|
+
readonly deactivatingShares: ToField<Vector<DeactivatingShares>>;
|
|
831
|
+
readonly lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
832
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
833
|
+
private constructor();
|
|
834
|
+
static reified(): LpUserShareReified;
|
|
835
|
+
static get r(): reified.StructClassReified<LpUserShare, LpUserShareFields>;
|
|
836
|
+
static phantom(): PhantomReified<ToTypeStr<LpUserShare>>;
|
|
837
|
+
static get p(): reified.PhantomReified<"::stake_pool::LpUserShare" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::LpUserShare">;
|
|
838
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
839
|
+
user: string;
|
|
840
|
+
user_share_id: string;
|
|
841
|
+
stake_ts_ms: string;
|
|
842
|
+
total_shares: string;
|
|
843
|
+
active_shares: string;
|
|
844
|
+
deactivating_shares: {
|
|
845
|
+
shares: string;
|
|
846
|
+
unsubscribed_ts_ms: string;
|
|
847
|
+
unlocked_ts_ms: string;
|
|
848
|
+
unsubscribed_incentive_price_index: {
|
|
849
|
+
contents: {
|
|
850
|
+
key: {
|
|
851
|
+
name: {
|
|
852
|
+
bytes: number[];
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
value: string;
|
|
856
|
+
}[];
|
|
857
|
+
};
|
|
858
|
+
u64_padding: string[];
|
|
859
|
+
}[];
|
|
860
|
+
last_incentive_price_index: {
|
|
861
|
+
contents: {
|
|
862
|
+
key: {
|
|
863
|
+
name: {
|
|
864
|
+
bytes: number[];
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
value: string;
|
|
868
|
+
}[];
|
|
869
|
+
};
|
|
870
|
+
u64_padding: string[];
|
|
871
|
+
}, {
|
|
872
|
+
user: string;
|
|
873
|
+
user_share_id: string | number | bigint;
|
|
874
|
+
stake_ts_ms: string | number | bigint;
|
|
875
|
+
total_shares: string | number | bigint;
|
|
876
|
+
active_shares: string | number | bigint;
|
|
877
|
+
deactivating_shares: Iterable<{
|
|
878
|
+
shares: string | number | bigint;
|
|
879
|
+
unsubscribed_ts_ms: string | number | bigint;
|
|
880
|
+
unlocked_ts_ms: string | number | bigint;
|
|
881
|
+
unsubscribed_incentive_price_index: {
|
|
882
|
+
contents: Iterable<{
|
|
883
|
+
key: {
|
|
884
|
+
name: {
|
|
885
|
+
bytes: Iterable<number> & {
|
|
886
|
+
length: number;
|
|
887
|
+
};
|
|
888
|
+
};
|
|
889
|
+
};
|
|
890
|
+
value: string | number | bigint;
|
|
891
|
+
}> & {
|
|
892
|
+
length: number;
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
896
|
+
length: number;
|
|
897
|
+
};
|
|
898
|
+
}> & {
|
|
899
|
+
length: number;
|
|
900
|
+
};
|
|
901
|
+
last_incentive_price_index: {
|
|
902
|
+
contents: Iterable<{
|
|
903
|
+
key: {
|
|
904
|
+
name: {
|
|
905
|
+
bytes: Iterable<number> & {
|
|
906
|
+
length: number;
|
|
907
|
+
};
|
|
908
|
+
};
|
|
909
|
+
};
|
|
910
|
+
value: string | number | bigint;
|
|
911
|
+
}> & {
|
|
912
|
+
length: number;
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
916
|
+
length: number;
|
|
917
|
+
};
|
|
918
|
+
}>;
|
|
919
|
+
static fromFields(fields: Record<string, any>): LpUserShare;
|
|
920
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): LpUserShare;
|
|
921
|
+
static fromBcs(data: Uint8Array): LpUserShare;
|
|
922
|
+
toJSONField(): {
|
|
923
|
+
user: string;
|
|
924
|
+
userShareId: string;
|
|
925
|
+
stakeTsMs: string;
|
|
926
|
+
totalShares: string;
|
|
927
|
+
activeShares: string;
|
|
928
|
+
deactivatingShares: {
|
|
929
|
+
shares: string;
|
|
930
|
+
unsubscribedTsMs: string;
|
|
931
|
+
unlockedTsMs: string;
|
|
932
|
+
unsubscribedIncentivePriceIndex: {
|
|
933
|
+
contents: {
|
|
934
|
+
key: {
|
|
935
|
+
name: string;
|
|
936
|
+
};
|
|
937
|
+
value: string;
|
|
938
|
+
}[];
|
|
939
|
+
};
|
|
940
|
+
u64Padding: string[];
|
|
941
|
+
}[];
|
|
942
|
+
lastIncentivePriceIndex: {
|
|
943
|
+
contents: {
|
|
944
|
+
key: {
|
|
945
|
+
name: string;
|
|
946
|
+
};
|
|
947
|
+
value: string;
|
|
948
|
+
}[];
|
|
949
|
+
};
|
|
950
|
+
u64Padding: string[];
|
|
951
|
+
};
|
|
952
|
+
toJSON(): {
|
|
953
|
+
user: string;
|
|
954
|
+
userShareId: string;
|
|
955
|
+
stakeTsMs: string;
|
|
956
|
+
totalShares: string;
|
|
957
|
+
activeShares: string;
|
|
958
|
+
deactivatingShares: {
|
|
959
|
+
shares: string;
|
|
960
|
+
unsubscribedTsMs: string;
|
|
961
|
+
unlockedTsMs: string;
|
|
962
|
+
unsubscribedIncentivePriceIndex: {
|
|
963
|
+
contents: {
|
|
964
|
+
key: {
|
|
965
|
+
name: string;
|
|
966
|
+
};
|
|
967
|
+
value: string;
|
|
968
|
+
}[];
|
|
969
|
+
};
|
|
970
|
+
u64Padding: string[];
|
|
971
|
+
}[];
|
|
972
|
+
lastIncentivePriceIndex: {
|
|
973
|
+
contents: {
|
|
974
|
+
key: {
|
|
975
|
+
name: string;
|
|
976
|
+
};
|
|
977
|
+
value: string;
|
|
978
|
+
}[];
|
|
979
|
+
};
|
|
980
|
+
u64Padding: string[];
|
|
981
|
+
$typeName: string;
|
|
982
|
+
$typeArgs: [];
|
|
983
|
+
};
|
|
984
|
+
static fromJSONField(field: any): LpUserShare;
|
|
985
|
+
static fromJSON(json: Record<string, any>): LpUserShare;
|
|
986
|
+
static fromSuiParsedData(content: SuiParsedData): LpUserShare;
|
|
987
|
+
static fromSuiObjectData(data: SuiObjectData): LpUserShare;
|
|
988
|
+
static fetch(client: SuiClient, id: string): Promise<LpUserShare>;
|
|
989
|
+
}
|
|
990
|
+
export declare function isNewStakePoolEvent(type: string): boolean;
|
|
991
|
+
export interface NewStakePoolEventFields {
|
|
992
|
+
sender: ToField<"address">;
|
|
993
|
+
stakePoolInfo: ToField<StakePoolInfo>;
|
|
994
|
+
stakePoolConfig: ToField<StakePoolConfig>;
|
|
995
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
996
|
+
}
|
|
997
|
+
export type NewStakePoolEventReified = Reified<NewStakePoolEvent, NewStakePoolEventFields>;
|
|
998
|
+
export declare class NewStakePoolEvent implements StructClass {
|
|
999
|
+
__StructClass: true;
|
|
1000
|
+
static readonly $typeName: string;
|
|
1001
|
+
static readonly $numTypeParams = 0;
|
|
1002
|
+
static readonly $isPhantom: readonly [];
|
|
1003
|
+
readonly $typeName: string;
|
|
1004
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::NewStakePoolEvent`;
|
|
1005
|
+
readonly $typeArgs: [];
|
|
1006
|
+
readonly $isPhantom: readonly [];
|
|
1007
|
+
readonly sender: ToField<"address">;
|
|
1008
|
+
readonly stakePoolInfo: ToField<StakePoolInfo>;
|
|
1009
|
+
readonly stakePoolConfig: ToField<StakePoolConfig>;
|
|
1010
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1011
|
+
private constructor();
|
|
1012
|
+
static reified(): NewStakePoolEventReified;
|
|
1013
|
+
static get r(): reified.StructClassReified<NewStakePoolEvent, NewStakePoolEventFields>;
|
|
1014
|
+
static phantom(): PhantomReified<ToTypeStr<NewStakePoolEvent>>;
|
|
1015
|
+
static get p(): reified.PhantomReified<"::stake_pool::NewStakePoolEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::NewStakePoolEvent">;
|
|
1016
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1017
|
+
sender: string;
|
|
1018
|
+
stake_pool_info: {
|
|
1019
|
+
stake_token: {
|
|
1020
|
+
name: {
|
|
1021
|
+
bytes: number[];
|
|
1022
|
+
};
|
|
1023
|
+
};
|
|
1024
|
+
index: string;
|
|
1025
|
+
next_user_share_id: string;
|
|
1026
|
+
total_share: string;
|
|
1027
|
+
active: boolean;
|
|
1028
|
+
u64_padding: string[];
|
|
1029
|
+
};
|
|
1030
|
+
stake_pool_config: {
|
|
1031
|
+
unlock_countdown_ts_ms: string;
|
|
1032
|
+
u64_padding: string[];
|
|
1033
|
+
};
|
|
1034
|
+
u64_padding: string[];
|
|
1035
|
+
}, {
|
|
1036
|
+
sender: string;
|
|
1037
|
+
stake_pool_info: {
|
|
1038
|
+
stake_token: {
|
|
1039
|
+
name: {
|
|
1040
|
+
bytes: Iterable<number> & {
|
|
1041
|
+
length: number;
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
};
|
|
1045
|
+
index: string | number | bigint;
|
|
1046
|
+
next_user_share_id: string | number | bigint;
|
|
1047
|
+
total_share: string | number | bigint;
|
|
1048
|
+
active: boolean;
|
|
1049
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1050
|
+
length: number;
|
|
1051
|
+
};
|
|
1052
|
+
};
|
|
1053
|
+
stake_pool_config: {
|
|
1054
|
+
unlock_countdown_ts_ms: string | number | bigint;
|
|
1055
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1056
|
+
length: number;
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1060
|
+
length: number;
|
|
1061
|
+
};
|
|
1062
|
+
}>;
|
|
1063
|
+
static fromFields(fields: Record<string, any>): NewStakePoolEvent;
|
|
1064
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): NewStakePoolEvent;
|
|
1065
|
+
static fromBcs(data: Uint8Array): NewStakePoolEvent;
|
|
1066
|
+
toJSONField(): {
|
|
1067
|
+
sender: string;
|
|
1068
|
+
stakePoolInfo: {
|
|
1069
|
+
stakeToken: {
|
|
1070
|
+
name: string;
|
|
1071
|
+
};
|
|
1072
|
+
index: string;
|
|
1073
|
+
nextUserShareId: string;
|
|
1074
|
+
totalShare: string;
|
|
1075
|
+
active: boolean;
|
|
1076
|
+
u64Padding: string[];
|
|
1077
|
+
};
|
|
1078
|
+
stakePoolConfig: {
|
|
1079
|
+
unlockCountdownTsMs: string;
|
|
1080
|
+
u64Padding: string[];
|
|
1081
|
+
};
|
|
1082
|
+
u64Padding: string[];
|
|
1083
|
+
};
|
|
1084
|
+
toJSON(): {
|
|
1085
|
+
sender: string;
|
|
1086
|
+
stakePoolInfo: {
|
|
1087
|
+
stakeToken: {
|
|
1088
|
+
name: string;
|
|
1089
|
+
};
|
|
1090
|
+
index: string;
|
|
1091
|
+
nextUserShareId: string;
|
|
1092
|
+
totalShare: string;
|
|
1093
|
+
active: boolean;
|
|
1094
|
+
u64Padding: string[];
|
|
1095
|
+
};
|
|
1096
|
+
stakePoolConfig: {
|
|
1097
|
+
unlockCountdownTsMs: string;
|
|
1098
|
+
u64Padding: string[];
|
|
1099
|
+
};
|
|
1100
|
+
u64Padding: string[];
|
|
1101
|
+
$typeName: string;
|
|
1102
|
+
$typeArgs: [];
|
|
1103
|
+
};
|
|
1104
|
+
static fromJSONField(field: any): NewStakePoolEvent;
|
|
1105
|
+
static fromJSON(json: Record<string, any>): NewStakePoolEvent;
|
|
1106
|
+
static fromSuiParsedData(content: SuiParsedData): NewStakePoolEvent;
|
|
1107
|
+
static fromSuiObjectData(data: SuiObjectData): NewStakePoolEvent;
|
|
1108
|
+
static fetch(client: SuiClient, id: string): Promise<NewStakePoolEvent>;
|
|
1109
|
+
}
|
|
1110
|
+
export declare function isRemoveIncentiveTokenEvent(type: string): boolean;
|
|
1111
|
+
export interface RemoveIncentiveTokenEventFields {
|
|
1112
|
+
sender: ToField<"address">;
|
|
1113
|
+
index: ToField<"u64">;
|
|
1114
|
+
incentiveToken: ToField<TypeName>;
|
|
1115
|
+
incentiveBalanceValue: ToField<"u64">;
|
|
1116
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1117
|
+
}
|
|
1118
|
+
export type RemoveIncentiveTokenEventReified = Reified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
|
|
1119
|
+
export declare class RemoveIncentiveTokenEvent implements StructClass {
|
|
1120
|
+
__StructClass: true;
|
|
1121
|
+
static readonly $typeName: string;
|
|
1122
|
+
static readonly $numTypeParams = 0;
|
|
1123
|
+
static readonly $isPhantom: readonly [];
|
|
1124
|
+
readonly $typeName: string;
|
|
1125
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::RemoveIncentiveTokenEvent`;
|
|
1126
|
+
readonly $typeArgs: [];
|
|
1127
|
+
readonly $isPhantom: readonly [];
|
|
1128
|
+
readonly sender: ToField<"address">;
|
|
1129
|
+
readonly index: ToField<"u64">;
|
|
1130
|
+
readonly incentiveToken: ToField<TypeName>;
|
|
1131
|
+
readonly incentiveBalanceValue: ToField<"u64">;
|
|
1132
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1133
|
+
private constructor();
|
|
1134
|
+
static reified(): RemoveIncentiveTokenEventReified;
|
|
1135
|
+
static get r(): reified.StructClassReified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
|
|
1136
|
+
static phantom(): PhantomReified<ToTypeStr<RemoveIncentiveTokenEvent>>;
|
|
1137
|
+
static get p(): reified.PhantomReified<"::stake_pool::RemoveIncentiveTokenEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::RemoveIncentiveTokenEvent">;
|
|
1138
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1139
|
+
sender: string;
|
|
1140
|
+
index: string;
|
|
1141
|
+
incentive_token: {
|
|
1142
|
+
name: {
|
|
1143
|
+
bytes: number[];
|
|
1144
|
+
};
|
|
1145
|
+
};
|
|
1146
|
+
incentive_balance_value: string;
|
|
1147
|
+
u64_padding: string[];
|
|
1148
|
+
}, {
|
|
1149
|
+
sender: string;
|
|
1150
|
+
index: string | number | bigint;
|
|
1151
|
+
incentive_token: {
|
|
1152
|
+
name: {
|
|
1153
|
+
bytes: Iterable<number> & {
|
|
1154
|
+
length: number;
|
|
1155
|
+
};
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
1158
|
+
incentive_balance_value: string | number | bigint;
|
|
1159
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1160
|
+
length: number;
|
|
1161
|
+
};
|
|
1162
|
+
}>;
|
|
1163
|
+
static fromFields(fields: Record<string, any>): RemoveIncentiveTokenEvent;
|
|
1164
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): RemoveIncentiveTokenEvent;
|
|
1165
|
+
static fromBcs(data: Uint8Array): RemoveIncentiveTokenEvent;
|
|
1166
|
+
toJSONField(): {
|
|
1167
|
+
sender: string;
|
|
1168
|
+
index: string;
|
|
1169
|
+
incentiveToken: {
|
|
1170
|
+
name: string;
|
|
1171
|
+
};
|
|
1172
|
+
incentiveBalanceValue: string;
|
|
1173
|
+
u64Padding: string[];
|
|
1174
|
+
};
|
|
1175
|
+
toJSON(): {
|
|
1176
|
+
sender: string;
|
|
1177
|
+
index: string;
|
|
1178
|
+
incentiveToken: {
|
|
1179
|
+
name: string;
|
|
1180
|
+
};
|
|
1181
|
+
incentiveBalanceValue: string;
|
|
1182
|
+
u64Padding: string[];
|
|
1183
|
+
$typeName: string;
|
|
1184
|
+
$typeArgs: [];
|
|
1185
|
+
};
|
|
1186
|
+
static fromJSONField(field: any): RemoveIncentiveTokenEvent;
|
|
1187
|
+
static fromJSON(json: Record<string, any>): RemoveIncentiveTokenEvent;
|
|
1188
|
+
static fromSuiParsedData(content: SuiParsedData): RemoveIncentiveTokenEvent;
|
|
1189
|
+
static fromSuiObjectData(data: SuiObjectData): RemoveIncentiveTokenEvent;
|
|
1190
|
+
static fetch(client: SuiClient, id: string): Promise<RemoveIncentiveTokenEvent>;
|
|
1191
|
+
}
|
|
1192
|
+
export declare function isStakeEvent(type: string): boolean;
|
|
1193
|
+
export interface StakeEventFields {
|
|
1194
|
+
sender: ToField<"address">;
|
|
1195
|
+
index: ToField<"u64">;
|
|
1196
|
+
lpTokenType: ToField<TypeName>;
|
|
1197
|
+
stakeAmount: ToField<"u64">;
|
|
1198
|
+
userShareId: ToField<"u64">;
|
|
1199
|
+
stakeTsMs: ToField<"u64">;
|
|
1200
|
+
lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
1201
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1202
|
+
}
|
|
1203
|
+
export type StakeEventReified = Reified<StakeEvent, StakeEventFields>;
|
|
1204
|
+
export declare class StakeEvent implements StructClass {
|
|
1205
|
+
__StructClass: true;
|
|
1206
|
+
static readonly $typeName: string;
|
|
1207
|
+
static readonly $numTypeParams = 0;
|
|
1208
|
+
static readonly $isPhantom: readonly [];
|
|
1209
|
+
readonly $typeName: string;
|
|
1210
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakeEvent`;
|
|
1211
|
+
readonly $typeArgs: [];
|
|
1212
|
+
readonly $isPhantom: readonly [];
|
|
1213
|
+
readonly sender: ToField<"address">;
|
|
1214
|
+
readonly index: ToField<"u64">;
|
|
1215
|
+
readonly lpTokenType: ToField<TypeName>;
|
|
1216
|
+
readonly stakeAmount: ToField<"u64">;
|
|
1217
|
+
readonly userShareId: ToField<"u64">;
|
|
1218
|
+
readonly stakeTsMs: ToField<"u64">;
|
|
1219
|
+
readonly lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
|
|
1220
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1221
|
+
private constructor();
|
|
1222
|
+
static reified(): StakeEventReified;
|
|
1223
|
+
static get r(): reified.StructClassReified<StakeEvent, StakeEventFields>;
|
|
1224
|
+
static phantom(): PhantomReified<ToTypeStr<StakeEvent>>;
|
|
1225
|
+
static get p(): reified.PhantomReified<"::stake_pool::StakeEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::StakeEvent">;
|
|
1226
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1227
|
+
sender: string;
|
|
1228
|
+
index: string;
|
|
1229
|
+
lp_token_type: {
|
|
1230
|
+
name: {
|
|
1231
|
+
bytes: number[];
|
|
1232
|
+
};
|
|
1233
|
+
};
|
|
1234
|
+
stake_amount: string;
|
|
1235
|
+
user_share_id: string;
|
|
1236
|
+
stake_ts_ms: string;
|
|
1237
|
+
last_incentive_price_index: {
|
|
1238
|
+
contents: {
|
|
1239
|
+
key: {
|
|
1240
|
+
name: {
|
|
1241
|
+
bytes: number[];
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
value: string;
|
|
1245
|
+
}[];
|
|
1246
|
+
};
|
|
1247
|
+
u64_padding: string[];
|
|
1248
|
+
}, {
|
|
1249
|
+
sender: string;
|
|
1250
|
+
index: string | number | bigint;
|
|
1251
|
+
lp_token_type: {
|
|
1252
|
+
name: {
|
|
1253
|
+
bytes: Iterable<number> & {
|
|
1254
|
+
length: number;
|
|
1255
|
+
};
|
|
1256
|
+
};
|
|
1257
|
+
};
|
|
1258
|
+
stake_amount: string | number | bigint;
|
|
1259
|
+
user_share_id: string | number | bigint;
|
|
1260
|
+
stake_ts_ms: string | number | bigint;
|
|
1261
|
+
last_incentive_price_index: {
|
|
1262
|
+
contents: Iterable<{
|
|
1263
|
+
key: {
|
|
1264
|
+
name: {
|
|
1265
|
+
bytes: Iterable<number> & {
|
|
1266
|
+
length: number;
|
|
1267
|
+
};
|
|
1268
|
+
};
|
|
1269
|
+
};
|
|
1270
|
+
value: string | number | bigint;
|
|
1271
|
+
}> & {
|
|
1272
|
+
length: number;
|
|
1273
|
+
};
|
|
1274
|
+
};
|
|
1275
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1276
|
+
length: number;
|
|
1277
|
+
};
|
|
1278
|
+
}>;
|
|
1279
|
+
static fromFields(fields: Record<string, any>): StakeEvent;
|
|
1280
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StakeEvent;
|
|
1281
|
+
static fromBcs(data: Uint8Array): StakeEvent;
|
|
1282
|
+
toJSONField(): {
|
|
1283
|
+
sender: string;
|
|
1284
|
+
index: string;
|
|
1285
|
+
lpTokenType: {
|
|
1286
|
+
name: string;
|
|
1287
|
+
};
|
|
1288
|
+
stakeAmount: string;
|
|
1289
|
+
userShareId: string;
|
|
1290
|
+
stakeTsMs: string;
|
|
1291
|
+
lastIncentivePriceIndex: {
|
|
1292
|
+
contents: {
|
|
1293
|
+
key: {
|
|
1294
|
+
name: string;
|
|
1295
|
+
};
|
|
1296
|
+
value: string;
|
|
1297
|
+
}[];
|
|
1298
|
+
};
|
|
1299
|
+
u64Padding: string[];
|
|
1300
|
+
};
|
|
1301
|
+
toJSON(): {
|
|
1302
|
+
sender: string;
|
|
1303
|
+
index: string;
|
|
1304
|
+
lpTokenType: {
|
|
1305
|
+
name: string;
|
|
1306
|
+
};
|
|
1307
|
+
stakeAmount: string;
|
|
1308
|
+
userShareId: string;
|
|
1309
|
+
stakeTsMs: string;
|
|
1310
|
+
lastIncentivePriceIndex: {
|
|
1311
|
+
contents: {
|
|
1312
|
+
key: {
|
|
1313
|
+
name: string;
|
|
1314
|
+
};
|
|
1315
|
+
value: string;
|
|
1316
|
+
}[];
|
|
1317
|
+
};
|
|
1318
|
+
u64Padding: string[];
|
|
1319
|
+
$typeName: string;
|
|
1320
|
+
$typeArgs: [];
|
|
1321
|
+
};
|
|
1322
|
+
static fromJSONField(field: any): StakeEvent;
|
|
1323
|
+
static fromJSON(json: Record<string, any>): StakeEvent;
|
|
1324
|
+
static fromSuiParsedData(content: SuiParsedData): StakeEvent;
|
|
1325
|
+
static fromSuiObjectData(data: SuiObjectData): StakeEvent;
|
|
1326
|
+
static fetch(client: SuiClient, id: string): Promise<StakeEvent>;
|
|
1327
|
+
}
|
|
1328
|
+
export declare function isStakePool(type: string): boolean;
|
|
1329
|
+
export interface StakePoolFields {
|
|
1330
|
+
id: ToField<UID>;
|
|
1331
|
+
poolInfo: ToField<StakePoolInfo>;
|
|
1332
|
+
config: ToField<StakePoolConfig>;
|
|
1333
|
+
incentives: ToField<Vector<Incentive>>;
|
|
1334
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1335
|
+
}
|
|
1336
|
+
export type StakePoolReified = Reified<StakePool, StakePoolFields>;
|
|
1337
|
+
export declare class StakePool implements StructClass {
|
|
1338
|
+
__StructClass: true;
|
|
1339
|
+
static readonly $typeName: string;
|
|
1340
|
+
static readonly $numTypeParams = 0;
|
|
1341
|
+
static readonly $isPhantom: readonly [];
|
|
1342
|
+
readonly $typeName: string;
|
|
1343
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePool`;
|
|
1344
|
+
readonly $typeArgs: [];
|
|
1345
|
+
readonly $isPhantom: readonly [];
|
|
1346
|
+
readonly id: ToField<UID>;
|
|
1347
|
+
readonly poolInfo: ToField<StakePoolInfo>;
|
|
1348
|
+
readonly config: ToField<StakePoolConfig>;
|
|
1349
|
+
readonly incentives: ToField<Vector<Incentive>>;
|
|
1350
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1351
|
+
private constructor();
|
|
1352
|
+
static reified(): StakePoolReified;
|
|
1353
|
+
static get r(): reified.StructClassReified<StakePool, StakePoolFields>;
|
|
1354
|
+
static phantom(): PhantomReified<ToTypeStr<StakePool>>;
|
|
1355
|
+
static get p(): reified.PhantomReified<"::stake_pool::StakePool" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::StakePool">;
|
|
1356
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1357
|
+
id: {
|
|
1358
|
+
id: {
|
|
1359
|
+
bytes: string;
|
|
1360
|
+
};
|
|
1361
|
+
};
|
|
1362
|
+
pool_info: {
|
|
1363
|
+
stake_token: {
|
|
1364
|
+
name: {
|
|
1365
|
+
bytes: number[];
|
|
1366
|
+
};
|
|
1367
|
+
};
|
|
1368
|
+
index: string;
|
|
1369
|
+
next_user_share_id: string;
|
|
1370
|
+
total_share: string;
|
|
1371
|
+
active: boolean;
|
|
1372
|
+
u64_padding: string[];
|
|
1373
|
+
};
|
|
1374
|
+
config: {
|
|
1375
|
+
unlock_countdown_ts_ms: string;
|
|
1376
|
+
u64_padding: string[];
|
|
1377
|
+
};
|
|
1378
|
+
incentives: {
|
|
1379
|
+
token_type: {
|
|
1380
|
+
name: {
|
|
1381
|
+
bytes: number[];
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
config: {
|
|
1385
|
+
period_incentive_amount: string;
|
|
1386
|
+
incentive_interval_ts_ms: string;
|
|
1387
|
+
u64_padding: string[];
|
|
1388
|
+
};
|
|
1389
|
+
info: {
|
|
1390
|
+
active: boolean;
|
|
1391
|
+
last_allocate_ts_ms: string;
|
|
1392
|
+
incentive_price_index: string;
|
|
1393
|
+
unallocated_amount: string;
|
|
1394
|
+
u64_padding: string[];
|
|
1395
|
+
};
|
|
1396
|
+
}[];
|
|
1397
|
+
u64_padding: string[];
|
|
1398
|
+
}, {
|
|
1399
|
+
id: {
|
|
1400
|
+
id: {
|
|
1401
|
+
bytes: string;
|
|
1402
|
+
};
|
|
1403
|
+
};
|
|
1404
|
+
pool_info: {
|
|
1405
|
+
stake_token: {
|
|
1406
|
+
name: {
|
|
1407
|
+
bytes: Iterable<number> & {
|
|
1408
|
+
length: number;
|
|
1409
|
+
};
|
|
1410
|
+
};
|
|
1411
|
+
};
|
|
1412
|
+
index: string | number | bigint;
|
|
1413
|
+
next_user_share_id: string | number | bigint;
|
|
1414
|
+
total_share: string | number | bigint;
|
|
1415
|
+
active: boolean;
|
|
1416
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1417
|
+
length: number;
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
config: {
|
|
1421
|
+
unlock_countdown_ts_ms: string | number | bigint;
|
|
1422
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1423
|
+
length: number;
|
|
1424
|
+
};
|
|
1425
|
+
};
|
|
1426
|
+
incentives: Iterable<{
|
|
1427
|
+
token_type: {
|
|
1428
|
+
name: {
|
|
1429
|
+
bytes: Iterable<number> & {
|
|
1430
|
+
length: number;
|
|
1431
|
+
};
|
|
1432
|
+
};
|
|
1433
|
+
};
|
|
1434
|
+
config: {
|
|
1435
|
+
period_incentive_amount: string | number | bigint;
|
|
1436
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
1437
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1438
|
+
length: number;
|
|
1439
|
+
};
|
|
1440
|
+
};
|
|
1441
|
+
info: {
|
|
1442
|
+
active: boolean;
|
|
1443
|
+
last_allocate_ts_ms: string | number | bigint;
|
|
1444
|
+
incentive_price_index: string | number | bigint;
|
|
1445
|
+
unallocated_amount: string | number | bigint;
|
|
1446
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1447
|
+
length: number;
|
|
1448
|
+
};
|
|
1449
|
+
};
|
|
1450
|
+
}> & {
|
|
1451
|
+
length: number;
|
|
1452
|
+
};
|
|
1453
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1454
|
+
length: number;
|
|
1455
|
+
};
|
|
1456
|
+
}>;
|
|
1457
|
+
static fromFields(fields: Record<string, any>): StakePool;
|
|
1458
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StakePool;
|
|
1459
|
+
static fromBcs(data: Uint8Array): StakePool;
|
|
1460
|
+
toJSONField(): {
|
|
1461
|
+
id: string;
|
|
1462
|
+
poolInfo: {
|
|
1463
|
+
stakeToken: {
|
|
1464
|
+
name: string;
|
|
1465
|
+
};
|
|
1466
|
+
index: string;
|
|
1467
|
+
nextUserShareId: string;
|
|
1468
|
+
totalShare: string;
|
|
1469
|
+
active: boolean;
|
|
1470
|
+
u64Padding: string[];
|
|
1471
|
+
};
|
|
1472
|
+
config: {
|
|
1473
|
+
unlockCountdownTsMs: string;
|
|
1474
|
+
u64Padding: string[];
|
|
1475
|
+
};
|
|
1476
|
+
incentives: {
|
|
1477
|
+
tokenType: {
|
|
1478
|
+
name: string;
|
|
1479
|
+
};
|
|
1480
|
+
config: {
|
|
1481
|
+
periodIncentiveAmount: string;
|
|
1482
|
+
incentiveIntervalTsMs: string;
|
|
1483
|
+
u64Padding: string[];
|
|
1484
|
+
};
|
|
1485
|
+
info: {
|
|
1486
|
+
active: boolean;
|
|
1487
|
+
lastAllocateTsMs: string;
|
|
1488
|
+
incentivePriceIndex: string;
|
|
1489
|
+
unallocatedAmount: string;
|
|
1490
|
+
u64Padding: string[];
|
|
1491
|
+
};
|
|
1492
|
+
}[];
|
|
1493
|
+
u64Padding: string[];
|
|
1494
|
+
};
|
|
1495
|
+
toJSON(): {
|
|
1496
|
+
id: string;
|
|
1497
|
+
poolInfo: {
|
|
1498
|
+
stakeToken: {
|
|
1499
|
+
name: string;
|
|
1500
|
+
};
|
|
1501
|
+
index: string;
|
|
1502
|
+
nextUserShareId: string;
|
|
1503
|
+
totalShare: string;
|
|
1504
|
+
active: boolean;
|
|
1505
|
+
u64Padding: string[];
|
|
1506
|
+
};
|
|
1507
|
+
config: {
|
|
1508
|
+
unlockCountdownTsMs: string;
|
|
1509
|
+
u64Padding: string[];
|
|
1510
|
+
};
|
|
1511
|
+
incentives: {
|
|
1512
|
+
tokenType: {
|
|
1513
|
+
name: string;
|
|
1514
|
+
};
|
|
1515
|
+
config: {
|
|
1516
|
+
periodIncentiveAmount: string;
|
|
1517
|
+
incentiveIntervalTsMs: string;
|
|
1518
|
+
u64Padding: string[];
|
|
1519
|
+
};
|
|
1520
|
+
info: {
|
|
1521
|
+
active: boolean;
|
|
1522
|
+
lastAllocateTsMs: string;
|
|
1523
|
+
incentivePriceIndex: string;
|
|
1524
|
+
unallocatedAmount: string;
|
|
1525
|
+
u64Padding: string[];
|
|
1526
|
+
};
|
|
1527
|
+
}[];
|
|
1528
|
+
u64Padding: string[];
|
|
1529
|
+
$typeName: string;
|
|
1530
|
+
$typeArgs: [];
|
|
1531
|
+
};
|
|
1532
|
+
static fromJSONField(field: any): StakePool;
|
|
1533
|
+
static fromJSON(json: Record<string, any>): StakePool;
|
|
1534
|
+
static fromSuiParsedData(content: SuiParsedData): StakePool;
|
|
1535
|
+
static fromSuiObjectData(data: SuiObjectData): StakePool;
|
|
1536
|
+
static fetch(client: SuiClient, id: string): Promise<StakePool>;
|
|
1537
|
+
}
|
|
1538
|
+
export declare function isStakePoolConfig(type: string): boolean;
|
|
1539
|
+
export interface StakePoolConfigFields {
|
|
1540
|
+
unlockCountdownTsMs: ToField<"u64">;
|
|
1541
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1542
|
+
}
|
|
1543
|
+
export type StakePoolConfigReified = Reified<StakePoolConfig, StakePoolConfigFields>;
|
|
1544
|
+
export declare class StakePoolConfig implements StructClass {
|
|
1545
|
+
__StructClass: true;
|
|
1546
|
+
static readonly $typeName: string;
|
|
1547
|
+
static readonly $numTypeParams = 0;
|
|
1548
|
+
static readonly $isPhantom: readonly [];
|
|
1549
|
+
readonly $typeName: string;
|
|
1550
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolConfig`;
|
|
1551
|
+
readonly $typeArgs: [];
|
|
1552
|
+
readonly $isPhantom: readonly [];
|
|
1553
|
+
readonly unlockCountdownTsMs: ToField<"u64">;
|
|
1554
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1555
|
+
private constructor();
|
|
1556
|
+
static reified(): StakePoolConfigReified;
|
|
1557
|
+
static get r(): reified.StructClassReified<StakePoolConfig, StakePoolConfigFields>;
|
|
1558
|
+
static phantom(): PhantomReified<ToTypeStr<StakePoolConfig>>;
|
|
1559
|
+
static get p(): reified.PhantomReified<"::stake_pool::StakePoolConfig" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::StakePoolConfig">;
|
|
1560
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1561
|
+
unlock_countdown_ts_ms: string;
|
|
1562
|
+
u64_padding: string[];
|
|
1563
|
+
}, {
|
|
1564
|
+
unlock_countdown_ts_ms: string | number | bigint;
|
|
1565
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1566
|
+
length: number;
|
|
1567
|
+
};
|
|
1568
|
+
}>;
|
|
1569
|
+
static fromFields(fields: Record<string, any>): StakePoolConfig;
|
|
1570
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolConfig;
|
|
1571
|
+
static fromBcs(data: Uint8Array): StakePoolConfig;
|
|
1572
|
+
toJSONField(): {
|
|
1573
|
+
unlockCountdownTsMs: string;
|
|
1574
|
+
u64Padding: string[];
|
|
1575
|
+
};
|
|
1576
|
+
toJSON(): {
|
|
1577
|
+
unlockCountdownTsMs: string;
|
|
1578
|
+
u64Padding: string[];
|
|
1579
|
+
$typeName: string;
|
|
1580
|
+
$typeArgs: [];
|
|
1581
|
+
};
|
|
1582
|
+
static fromJSONField(field: any): StakePoolConfig;
|
|
1583
|
+
static fromJSON(json: Record<string, any>): StakePoolConfig;
|
|
1584
|
+
static fromSuiParsedData(content: SuiParsedData): StakePoolConfig;
|
|
1585
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolConfig;
|
|
1586
|
+
static fetch(client: SuiClient, id: string): Promise<StakePoolConfig>;
|
|
1587
|
+
}
|
|
1588
|
+
export declare function isStakePoolInfo(type: string): boolean;
|
|
1589
|
+
export interface StakePoolInfoFields {
|
|
1590
|
+
stakeToken: ToField<TypeName>;
|
|
1591
|
+
index: ToField<"u64">;
|
|
1592
|
+
nextUserShareId: ToField<"u64">;
|
|
1593
|
+
totalShare: ToField<"u64">;
|
|
1594
|
+
active: ToField<"bool">;
|
|
1595
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1596
|
+
}
|
|
1597
|
+
export type StakePoolInfoReified = Reified<StakePoolInfo, StakePoolInfoFields>;
|
|
1598
|
+
export declare class StakePoolInfo implements StructClass {
|
|
1599
|
+
__StructClass: true;
|
|
1600
|
+
static readonly $typeName: string;
|
|
1601
|
+
static readonly $numTypeParams = 0;
|
|
1602
|
+
static readonly $isPhantom: readonly [];
|
|
1603
|
+
readonly $typeName: string;
|
|
1604
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolInfo`;
|
|
1605
|
+
readonly $typeArgs: [];
|
|
1606
|
+
readonly $isPhantom: readonly [];
|
|
1607
|
+
readonly stakeToken: ToField<TypeName>;
|
|
1608
|
+
readonly index: ToField<"u64">;
|
|
1609
|
+
readonly nextUserShareId: ToField<"u64">;
|
|
1610
|
+
readonly totalShare: ToField<"u64">;
|
|
1611
|
+
readonly active: ToField<"bool">;
|
|
1612
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1613
|
+
private constructor();
|
|
1614
|
+
static reified(): StakePoolInfoReified;
|
|
1615
|
+
static get r(): reified.StructClassReified<StakePoolInfo, StakePoolInfoFields>;
|
|
1616
|
+
static phantom(): PhantomReified<ToTypeStr<StakePoolInfo>>;
|
|
1617
|
+
static get p(): reified.PhantomReified<"::stake_pool::StakePoolInfo" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::StakePoolInfo">;
|
|
1618
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1619
|
+
stake_token: {
|
|
1620
|
+
name: {
|
|
1621
|
+
bytes: number[];
|
|
1622
|
+
};
|
|
1623
|
+
};
|
|
1624
|
+
index: string;
|
|
1625
|
+
next_user_share_id: string;
|
|
1626
|
+
total_share: string;
|
|
1627
|
+
active: boolean;
|
|
1628
|
+
u64_padding: string[];
|
|
1629
|
+
}, {
|
|
1630
|
+
stake_token: {
|
|
1631
|
+
name: {
|
|
1632
|
+
bytes: Iterable<number> & {
|
|
1633
|
+
length: number;
|
|
1634
|
+
};
|
|
1635
|
+
};
|
|
1636
|
+
};
|
|
1637
|
+
index: string | number | bigint;
|
|
1638
|
+
next_user_share_id: string | number | bigint;
|
|
1639
|
+
total_share: string | number | bigint;
|
|
1640
|
+
active: boolean;
|
|
1641
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1642
|
+
length: number;
|
|
1643
|
+
};
|
|
1644
|
+
}>;
|
|
1645
|
+
static fromFields(fields: Record<string, any>): StakePoolInfo;
|
|
1646
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolInfo;
|
|
1647
|
+
static fromBcs(data: Uint8Array): StakePoolInfo;
|
|
1648
|
+
toJSONField(): {
|
|
1649
|
+
stakeToken: {
|
|
1650
|
+
name: string;
|
|
1651
|
+
};
|
|
1652
|
+
index: string;
|
|
1653
|
+
nextUserShareId: string;
|
|
1654
|
+
totalShare: string;
|
|
1655
|
+
active: boolean;
|
|
1656
|
+
u64Padding: string[];
|
|
1657
|
+
};
|
|
1658
|
+
toJSON(): {
|
|
1659
|
+
stakeToken: {
|
|
1660
|
+
name: string;
|
|
1661
|
+
};
|
|
1662
|
+
index: string;
|
|
1663
|
+
nextUserShareId: string;
|
|
1664
|
+
totalShare: string;
|
|
1665
|
+
active: boolean;
|
|
1666
|
+
u64Padding: string[];
|
|
1667
|
+
$typeName: string;
|
|
1668
|
+
$typeArgs: [];
|
|
1669
|
+
};
|
|
1670
|
+
static fromJSONField(field: any): StakePoolInfo;
|
|
1671
|
+
static fromJSON(json: Record<string, any>): StakePoolInfo;
|
|
1672
|
+
static fromSuiParsedData(content: SuiParsedData): StakePoolInfo;
|
|
1673
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolInfo;
|
|
1674
|
+
static fetch(client: SuiClient, id: string): Promise<StakePoolInfo>;
|
|
1675
|
+
}
|
|
1676
|
+
export declare function isStakePoolRegistry(type: string): boolean;
|
|
1677
|
+
export interface StakePoolRegistryFields {
|
|
1678
|
+
id: ToField<UID>;
|
|
1679
|
+
numPool: ToField<"u64">;
|
|
1680
|
+
}
|
|
1681
|
+
export type StakePoolRegistryReified = Reified<StakePoolRegistry, StakePoolRegistryFields>;
|
|
1682
|
+
export declare class StakePoolRegistry implements StructClass {
|
|
1683
|
+
__StructClass: true;
|
|
1684
|
+
static readonly $typeName: string;
|
|
1685
|
+
static readonly $numTypeParams = 0;
|
|
1686
|
+
static readonly $isPhantom: readonly [];
|
|
1687
|
+
readonly $typeName: string;
|
|
1688
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolRegistry`;
|
|
1689
|
+
readonly $typeArgs: [];
|
|
1690
|
+
readonly $isPhantom: readonly [];
|
|
1691
|
+
readonly id: ToField<UID>;
|
|
1692
|
+
readonly numPool: ToField<"u64">;
|
|
1693
|
+
private constructor();
|
|
1694
|
+
static reified(): StakePoolRegistryReified;
|
|
1695
|
+
static get r(): reified.StructClassReified<StakePoolRegistry, StakePoolRegistryFields>;
|
|
1696
|
+
static phantom(): PhantomReified<ToTypeStr<StakePoolRegistry>>;
|
|
1697
|
+
static get p(): reified.PhantomReified<"::stake_pool::StakePoolRegistry" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::StakePoolRegistry">;
|
|
1698
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1699
|
+
id: {
|
|
1700
|
+
id: {
|
|
1701
|
+
bytes: string;
|
|
1702
|
+
};
|
|
1703
|
+
};
|
|
1704
|
+
num_pool: string;
|
|
1705
|
+
}, {
|
|
1706
|
+
id: {
|
|
1707
|
+
id: {
|
|
1708
|
+
bytes: string;
|
|
1709
|
+
};
|
|
1710
|
+
};
|
|
1711
|
+
num_pool: string | number | bigint;
|
|
1712
|
+
}>;
|
|
1713
|
+
static fromFields(fields: Record<string, any>): StakePoolRegistry;
|
|
1714
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolRegistry;
|
|
1715
|
+
static fromBcs(data: Uint8Array): StakePoolRegistry;
|
|
1716
|
+
toJSONField(): {
|
|
1717
|
+
id: string;
|
|
1718
|
+
numPool: string;
|
|
1719
|
+
};
|
|
1720
|
+
toJSON(): {
|
|
1721
|
+
id: string;
|
|
1722
|
+
numPool: string;
|
|
1723
|
+
$typeName: string;
|
|
1724
|
+
$typeArgs: [];
|
|
1725
|
+
};
|
|
1726
|
+
static fromJSONField(field: any): StakePoolRegistry;
|
|
1727
|
+
static fromJSON(json: Record<string, any>): StakePoolRegistry;
|
|
1728
|
+
static fromSuiParsedData(content: SuiParsedData): StakePoolRegistry;
|
|
1729
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolRegistry;
|
|
1730
|
+
static fetch(client: SuiClient, id: string): Promise<StakePoolRegistry>;
|
|
1731
|
+
}
|
|
1732
|
+
export declare function isUnstakeEvent(type: string): boolean;
|
|
1733
|
+
export interface UnstakeEventFields {
|
|
1734
|
+
sender: ToField<"address">;
|
|
1735
|
+
index: ToField<"u64">;
|
|
1736
|
+
lpTokenType: ToField<TypeName>;
|
|
1737
|
+
userShareId: ToField<"u64">;
|
|
1738
|
+
unstakeAmount: ToField<"u64">;
|
|
1739
|
+
unstakeTsMs: ToField<"u64">;
|
|
1740
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1741
|
+
}
|
|
1742
|
+
export type UnstakeEventReified = Reified<UnstakeEvent, UnstakeEventFields>;
|
|
1743
|
+
export declare class UnstakeEvent implements StructClass {
|
|
1744
|
+
__StructClass: true;
|
|
1745
|
+
static readonly $typeName: string;
|
|
1746
|
+
static readonly $numTypeParams = 0;
|
|
1747
|
+
static readonly $isPhantom: readonly [];
|
|
1748
|
+
readonly $typeName: string;
|
|
1749
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnstakeEvent`;
|
|
1750
|
+
readonly $typeArgs: [];
|
|
1751
|
+
readonly $isPhantom: readonly [];
|
|
1752
|
+
readonly sender: ToField<"address">;
|
|
1753
|
+
readonly index: ToField<"u64">;
|
|
1754
|
+
readonly lpTokenType: ToField<TypeName>;
|
|
1755
|
+
readonly userShareId: ToField<"u64">;
|
|
1756
|
+
readonly unstakeAmount: ToField<"u64">;
|
|
1757
|
+
readonly unstakeTsMs: ToField<"u64">;
|
|
1758
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1759
|
+
private constructor();
|
|
1760
|
+
static reified(): UnstakeEventReified;
|
|
1761
|
+
static get r(): reified.StructClassReified<UnstakeEvent, UnstakeEventFields>;
|
|
1762
|
+
static phantom(): PhantomReified<ToTypeStr<UnstakeEvent>>;
|
|
1763
|
+
static get p(): reified.PhantomReified<"::stake_pool::UnstakeEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::UnstakeEvent">;
|
|
1764
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1765
|
+
sender: string;
|
|
1766
|
+
index: string;
|
|
1767
|
+
lp_token_type: {
|
|
1768
|
+
name: {
|
|
1769
|
+
bytes: number[];
|
|
1770
|
+
};
|
|
1771
|
+
};
|
|
1772
|
+
user_share_id: string;
|
|
1773
|
+
unstake_amount: string;
|
|
1774
|
+
unstake_ts_ms: string;
|
|
1775
|
+
u64_padding: string[];
|
|
1776
|
+
}, {
|
|
1777
|
+
sender: string;
|
|
1778
|
+
index: string | number | bigint;
|
|
1779
|
+
lp_token_type: {
|
|
1780
|
+
name: {
|
|
1781
|
+
bytes: Iterable<number> & {
|
|
1782
|
+
length: number;
|
|
1783
|
+
};
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
user_share_id: string | number | bigint;
|
|
1787
|
+
unstake_amount: string | number | bigint;
|
|
1788
|
+
unstake_ts_ms: string | number | bigint;
|
|
1789
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1790
|
+
length: number;
|
|
1791
|
+
};
|
|
1792
|
+
}>;
|
|
1793
|
+
static fromFields(fields: Record<string, any>): UnstakeEvent;
|
|
1794
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): UnstakeEvent;
|
|
1795
|
+
static fromBcs(data: Uint8Array): UnstakeEvent;
|
|
1796
|
+
toJSONField(): {
|
|
1797
|
+
sender: string;
|
|
1798
|
+
index: string;
|
|
1799
|
+
lpTokenType: {
|
|
1800
|
+
name: string;
|
|
1801
|
+
};
|
|
1802
|
+
userShareId: string;
|
|
1803
|
+
unstakeAmount: string;
|
|
1804
|
+
unstakeTsMs: string;
|
|
1805
|
+
u64Padding: string[];
|
|
1806
|
+
};
|
|
1807
|
+
toJSON(): {
|
|
1808
|
+
sender: string;
|
|
1809
|
+
index: string;
|
|
1810
|
+
lpTokenType: {
|
|
1811
|
+
name: string;
|
|
1812
|
+
};
|
|
1813
|
+
userShareId: string;
|
|
1814
|
+
unstakeAmount: string;
|
|
1815
|
+
unstakeTsMs: string;
|
|
1816
|
+
u64Padding: string[];
|
|
1817
|
+
$typeName: string;
|
|
1818
|
+
$typeArgs: [];
|
|
1819
|
+
};
|
|
1820
|
+
static fromJSONField(field: any): UnstakeEvent;
|
|
1821
|
+
static fromJSON(json: Record<string, any>): UnstakeEvent;
|
|
1822
|
+
static fromSuiParsedData(content: SuiParsedData): UnstakeEvent;
|
|
1823
|
+
static fromSuiObjectData(data: SuiObjectData): UnstakeEvent;
|
|
1824
|
+
static fetch(client: SuiClient, id: string): Promise<UnstakeEvent>;
|
|
1825
|
+
}
|
|
1826
|
+
export declare function isUnsubscribeEvent(type: string): boolean;
|
|
1827
|
+
export interface UnsubscribeEventFields {
|
|
1828
|
+
sender: ToField<"address">;
|
|
1829
|
+
index: ToField<"u64">;
|
|
1830
|
+
lpTokenType: ToField<TypeName>;
|
|
1831
|
+
userShareId: ToField<"u64">;
|
|
1832
|
+
unsubscribedShares: ToField<"u64">;
|
|
1833
|
+
unsubscribeTsMs: ToField<"u64">;
|
|
1834
|
+
unlockedTsMs: ToField<"u64">;
|
|
1835
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1836
|
+
}
|
|
1837
|
+
export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
1838
|
+
export declare class UnsubscribeEvent implements StructClass {
|
|
1839
|
+
__StructClass: true;
|
|
1840
|
+
static readonly $typeName: string;
|
|
1841
|
+
static readonly $numTypeParams = 0;
|
|
1842
|
+
static readonly $isPhantom: readonly [];
|
|
1843
|
+
readonly $typeName: string;
|
|
1844
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnsubscribeEvent`;
|
|
1845
|
+
readonly $typeArgs: [];
|
|
1846
|
+
readonly $isPhantom: readonly [];
|
|
1847
|
+
readonly sender: ToField<"address">;
|
|
1848
|
+
readonly index: ToField<"u64">;
|
|
1849
|
+
readonly lpTokenType: ToField<TypeName>;
|
|
1850
|
+
readonly userShareId: ToField<"u64">;
|
|
1851
|
+
readonly unsubscribedShares: ToField<"u64">;
|
|
1852
|
+
readonly unsubscribeTsMs: ToField<"u64">;
|
|
1853
|
+
readonly unlockedTsMs: ToField<"u64">;
|
|
1854
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1855
|
+
private constructor();
|
|
1856
|
+
static reified(): UnsubscribeEventReified;
|
|
1857
|
+
static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
1858
|
+
static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
|
|
1859
|
+
static get p(): reified.PhantomReified<"::stake_pool::UnsubscribeEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::UnsubscribeEvent">;
|
|
1860
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1861
|
+
sender: string;
|
|
1862
|
+
index: string;
|
|
1863
|
+
lp_token_type: {
|
|
1864
|
+
name: {
|
|
1865
|
+
bytes: number[];
|
|
1866
|
+
};
|
|
1867
|
+
};
|
|
1868
|
+
user_share_id: string;
|
|
1869
|
+
unsubscribed_shares: string;
|
|
1870
|
+
unsubscribe_ts_ms: string;
|
|
1871
|
+
unlocked_ts_ms: string;
|
|
1872
|
+
u64_padding: string[];
|
|
1873
|
+
}, {
|
|
1874
|
+
sender: string;
|
|
1875
|
+
index: string | number | bigint;
|
|
1876
|
+
lp_token_type: {
|
|
1877
|
+
name: {
|
|
1878
|
+
bytes: Iterable<number> & {
|
|
1879
|
+
length: number;
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
};
|
|
1883
|
+
user_share_id: string | number | bigint;
|
|
1884
|
+
unsubscribed_shares: string | number | bigint;
|
|
1885
|
+
unsubscribe_ts_ms: string | number | bigint;
|
|
1886
|
+
unlocked_ts_ms: string | number | bigint;
|
|
1887
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1888
|
+
length: number;
|
|
1889
|
+
};
|
|
1890
|
+
}>;
|
|
1891
|
+
static fromFields(fields: Record<string, any>): UnsubscribeEvent;
|
|
1892
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): UnsubscribeEvent;
|
|
1893
|
+
static fromBcs(data: Uint8Array): UnsubscribeEvent;
|
|
1894
|
+
toJSONField(): {
|
|
1895
|
+
sender: string;
|
|
1896
|
+
index: string;
|
|
1897
|
+
lpTokenType: {
|
|
1898
|
+
name: string;
|
|
1899
|
+
};
|
|
1900
|
+
userShareId: string;
|
|
1901
|
+
unsubscribedShares: string;
|
|
1902
|
+
unsubscribeTsMs: string;
|
|
1903
|
+
unlockedTsMs: string;
|
|
1904
|
+
u64Padding: string[];
|
|
1905
|
+
};
|
|
1906
|
+
toJSON(): {
|
|
1907
|
+
sender: string;
|
|
1908
|
+
index: string;
|
|
1909
|
+
lpTokenType: {
|
|
1910
|
+
name: string;
|
|
1911
|
+
};
|
|
1912
|
+
userShareId: string;
|
|
1913
|
+
unsubscribedShares: string;
|
|
1914
|
+
unsubscribeTsMs: string;
|
|
1915
|
+
unlockedTsMs: string;
|
|
1916
|
+
u64Padding: string[];
|
|
1917
|
+
$typeName: string;
|
|
1918
|
+
$typeArgs: [];
|
|
1919
|
+
};
|
|
1920
|
+
static fromJSONField(field: any): UnsubscribeEvent;
|
|
1921
|
+
static fromJSON(json: Record<string, any>): UnsubscribeEvent;
|
|
1922
|
+
static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
|
|
1923
|
+
static fromSuiObjectData(data: SuiObjectData): UnsubscribeEvent;
|
|
1924
|
+
static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
|
|
1925
|
+
}
|
|
1926
|
+
export declare function isUpdateIncentiveConfigEvent(type: string): boolean;
|
|
1927
|
+
export interface UpdateIncentiveConfigEventFields {
|
|
1928
|
+
sender: ToField<"address">;
|
|
1929
|
+
index: ToField<"u64">;
|
|
1930
|
+
previousIncentiveConfig: ToField<IncentiveConfig>;
|
|
1931
|
+
newIncentiveConfig: ToField<IncentiveConfig>;
|
|
1932
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
1933
|
+
}
|
|
1934
|
+
export type UpdateIncentiveConfigEventReified = Reified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
|
|
1935
|
+
export declare class UpdateIncentiveConfigEvent implements StructClass {
|
|
1936
|
+
__StructClass: true;
|
|
1937
|
+
static readonly $typeName: string;
|
|
1938
|
+
static readonly $numTypeParams = 0;
|
|
1939
|
+
static readonly $isPhantom: readonly [];
|
|
1940
|
+
readonly $typeName: string;
|
|
1941
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateIncentiveConfigEvent`;
|
|
1942
|
+
readonly $typeArgs: [];
|
|
1943
|
+
readonly $isPhantom: readonly [];
|
|
1944
|
+
readonly sender: ToField<"address">;
|
|
1945
|
+
readonly index: ToField<"u64">;
|
|
1946
|
+
readonly previousIncentiveConfig: ToField<IncentiveConfig>;
|
|
1947
|
+
readonly newIncentiveConfig: ToField<IncentiveConfig>;
|
|
1948
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1949
|
+
private constructor();
|
|
1950
|
+
static reified(): UpdateIncentiveConfigEventReified;
|
|
1951
|
+
static get r(): reified.StructClassReified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
|
|
1952
|
+
static phantom(): PhantomReified<ToTypeStr<UpdateIncentiveConfigEvent>>;
|
|
1953
|
+
static get p(): reified.PhantomReified<"::stake_pool::UpdateIncentiveConfigEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::UpdateIncentiveConfigEvent">;
|
|
1954
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1955
|
+
sender: string;
|
|
1956
|
+
index: string;
|
|
1957
|
+
previous_incentive_config: {
|
|
1958
|
+
period_incentive_amount: string;
|
|
1959
|
+
incentive_interval_ts_ms: string;
|
|
1960
|
+
u64_padding: string[];
|
|
1961
|
+
};
|
|
1962
|
+
new_incentive_config: {
|
|
1963
|
+
period_incentive_amount: string;
|
|
1964
|
+
incentive_interval_ts_ms: string;
|
|
1965
|
+
u64_padding: string[];
|
|
1966
|
+
};
|
|
1967
|
+
u64_padding: string[];
|
|
1968
|
+
}, {
|
|
1969
|
+
sender: string;
|
|
1970
|
+
index: string | number | bigint;
|
|
1971
|
+
previous_incentive_config: {
|
|
1972
|
+
period_incentive_amount: string | number | bigint;
|
|
1973
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
1974
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1975
|
+
length: number;
|
|
1976
|
+
};
|
|
1977
|
+
};
|
|
1978
|
+
new_incentive_config: {
|
|
1979
|
+
period_incentive_amount: string | number | bigint;
|
|
1980
|
+
incentive_interval_ts_ms: string | number | bigint;
|
|
1981
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1982
|
+
length: number;
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
1986
|
+
length: number;
|
|
1987
|
+
};
|
|
1988
|
+
}>;
|
|
1989
|
+
static fromFields(fields: Record<string, any>): UpdateIncentiveConfigEvent;
|
|
1990
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): UpdateIncentiveConfigEvent;
|
|
1991
|
+
static fromBcs(data: Uint8Array): UpdateIncentiveConfigEvent;
|
|
1992
|
+
toJSONField(): {
|
|
1993
|
+
sender: string;
|
|
1994
|
+
index: string;
|
|
1995
|
+
previousIncentiveConfig: {
|
|
1996
|
+
periodIncentiveAmount: string;
|
|
1997
|
+
incentiveIntervalTsMs: string;
|
|
1998
|
+
u64Padding: string[];
|
|
1999
|
+
};
|
|
2000
|
+
newIncentiveConfig: {
|
|
2001
|
+
periodIncentiveAmount: string;
|
|
2002
|
+
incentiveIntervalTsMs: string;
|
|
2003
|
+
u64Padding: string[];
|
|
2004
|
+
};
|
|
2005
|
+
u64Padding: string[];
|
|
2006
|
+
};
|
|
2007
|
+
toJSON(): {
|
|
2008
|
+
sender: string;
|
|
2009
|
+
index: string;
|
|
2010
|
+
previousIncentiveConfig: {
|
|
2011
|
+
periodIncentiveAmount: string;
|
|
2012
|
+
incentiveIntervalTsMs: string;
|
|
2013
|
+
u64Padding: string[];
|
|
2014
|
+
};
|
|
2015
|
+
newIncentiveConfig: {
|
|
2016
|
+
periodIncentiveAmount: string;
|
|
2017
|
+
incentiveIntervalTsMs: string;
|
|
2018
|
+
u64Padding: string[];
|
|
2019
|
+
};
|
|
2020
|
+
u64Padding: string[];
|
|
2021
|
+
$typeName: string;
|
|
2022
|
+
$typeArgs: [];
|
|
2023
|
+
};
|
|
2024
|
+
static fromJSONField(field: any): UpdateIncentiveConfigEvent;
|
|
2025
|
+
static fromJSON(json: Record<string, any>): UpdateIncentiveConfigEvent;
|
|
2026
|
+
static fromSuiParsedData(content: SuiParsedData): UpdateIncentiveConfigEvent;
|
|
2027
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateIncentiveConfigEvent;
|
|
2028
|
+
static fetch(client: SuiClient, id: string): Promise<UpdateIncentiveConfigEvent>;
|
|
2029
|
+
}
|
|
2030
|
+
export declare function isUpdateUnlockCountdownTsMsEvent(type: string): boolean;
|
|
2031
|
+
export interface UpdateUnlockCountdownTsMsEventFields {
|
|
2032
|
+
sender: ToField<"address">;
|
|
2033
|
+
index: ToField<"u64">;
|
|
2034
|
+
previousUnlockCountdownTsMs: ToField<"u64">;
|
|
2035
|
+
newUnlockCountdownTsMs: ToField<"u64">;
|
|
2036
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
2037
|
+
}
|
|
2038
|
+
export type UpdateUnlockCountdownTsMsEventReified = Reified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
|
|
2039
|
+
export declare class UpdateUnlockCountdownTsMsEvent implements StructClass {
|
|
2040
|
+
__StructClass: true;
|
|
2041
|
+
static readonly $typeName: string;
|
|
2042
|
+
static readonly $numTypeParams = 0;
|
|
2043
|
+
static readonly $isPhantom: readonly [];
|
|
2044
|
+
readonly $typeName: string;
|
|
2045
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateUnlockCountdownTsMsEvent`;
|
|
2046
|
+
readonly $typeArgs: [];
|
|
2047
|
+
readonly $isPhantom: readonly [];
|
|
2048
|
+
readonly sender: ToField<"address">;
|
|
2049
|
+
readonly index: ToField<"u64">;
|
|
2050
|
+
readonly previousUnlockCountdownTsMs: ToField<"u64">;
|
|
2051
|
+
readonly newUnlockCountdownTsMs: ToField<"u64">;
|
|
2052
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
2053
|
+
private constructor();
|
|
2054
|
+
static reified(): UpdateUnlockCountdownTsMsEventReified;
|
|
2055
|
+
static get r(): reified.StructClassReified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
|
|
2056
|
+
static phantom(): PhantomReified<ToTypeStr<UpdateUnlockCountdownTsMsEvent>>;
|
|
2057
|
+
static get p(): reified.PhantomReified<"::stake_pool::UpdateUnlockCountdownTsMsEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::UpdateUnlockCountdownTsMsEvent">;
|
|
2058
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2059
|
+
sender: string;
|
|
2060
|
+
index: string;
|
|
2061
|
+
previous_unlock_countdown_ts_ms: string;
|
|
2062
|
+
new_unlock_countdown_ts_ms: string;
|
|
2063
|
+
u64_padding: string[];
|
|
2064
|
+
}, {
|
|
2065
|
+
sender: string;
|
|
2066
|
+
index: string | number | bigint;
|
|
2067
|
+
previous_unlock_countdown_ts_ms: string | number | bigint;
|
|
2068
|
+
new_unlock_countdown_ts_ms: string | number | bigint;
|
|
2069
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
2070
|
+
length: number;
|
|
2071
|
+
};
|
|
2072
|
+
}>;
|
|
2073
|
+
static fromFields(fields: Record<string, any>): UpdateUnlockCountdownTsMsEvent;
|
|
2074
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): UpdateUnlockCountdownTsMsEvent;
|
|
2075
|
+
static fromBcs(data: Uint8Array): UpdateUnlockCountdownTsMsEvent;
|
|
2076
|
+
toJSONField(): {
|
|
2077
|
+
sender: string;
|
|
2078
|
+
index: string;
|
|
2079
|
+
previousUnlockCountdownTsMs: string;
|
|
2080
|
+
newUnlockCountdownTsMs: string;
|
|
2081
|
+
u64Padding: string[];
|
|
2082
|
+
};
|
|
2083
|
+
toJSON(): {
|
|
2084
|
+
sender: string;
|
|
2085
|
+
index: string;
|
|
2086
|
+
previousUnlockCountdownTsMs: string;
|
|
2087
|
+
newUnlockCountdownTsMs: string;
|
|
2088
|
+
u64Padding: string[];
|
|
2089
|
+
$typeName: string;
|
|
2090
|
+
$typeArgs: [];
|
|
2091
|
+
};
|
|
2092
|
+
static fromJSONField(field: any): UpdateUnlockCountdownTsMsEvent;
|
|
2093
|
+
static fromJSON(json: Record<string, any>): UpdateUnlockCountdownTsMsEvent;
|
|
2094
|
+
static fromSuiParsedData(content: SuiParsedData): UpdateUnlockCountdownTsMsEvent;
|
|
2095
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateUnlockCountdownTsMsEvent;
|
|
2096
|
+
static fetch(client: SuiClient, id: string): Promise<UpdateUnlockCountdownTsMsEvent>;
|
|
2097
|
+
}
|
|
2098
|
+
export declare function isWithdrawIncentiveEvent(type: string): boolean;
|
|
2099
|
+
export interface WithdrawIncentiveEventFields {
|
|
2100
|
+
sender: ToField<"address">;
|
|
2101
|
+
index: ToField<"u64">;
|
|
2102
|
+
incentiveTokenType: ToField<TypeName>;
|
|
2103
|
+
withdrawalAmount: ToField<"u64">;
|
|
2104
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
2105
|
+
}
|
|
2106
|
+
export type WithdrawIncentiveEventReified = Reified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
2107
|
+
export declare class WithdrawIncentiveEvent implements StructClass {
|
|
2108
|
+
__StructClass: true;
|
|
2109
|
+
static readonly $typeName: string;
|
|
2110
|
+
static readonly $numTypeParams = 0;
|
|
2111
|
+
static readonly $isPhantom: readonly [];
|
|
2112
|
+
readonly $typeName: string;
|
|
2113
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::WithdrawIncentiveEvent`;
|
|
2114
|
+
readonly $typeArgs: [];
|
|
2115
|
+
readonly $isPhantom: readonly [];
|
|
2116
|
+
readonly sender: ToField<"address">;
|
|
2117
|
+
readonly index: ToField<"u64">;
|
|
2118
|
+
readonly incentiveTokenType: ToField<TypeName>;
|
|
2119
|
+
readonly withdrawalAmount: ToField<"u64">;
|
|
2120
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
2121
|
+
private constructor();
|
|
2122
|
+
static reified(): WithdrawIncentiveEventReified;
|
|
2123
|
+
static get r(): reified.StructClassReified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
2124
|
+
static phantom(): PhantomReified<ToTypeStr<WithdrawIncentiveEvent>>;
|
|
2125
|
+
static get p(): reified.PhantomReified<"::stake_pool::WithdrawIncentiveEvent" | "0x2861ec51c70e3bd8ff2372e210acb7151ece286d17f43447308d5f0ebbe8603b::stake_pool::WithdrawIncentiveEvent">;
|
|
2126
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2127
|
+
sender: string;
|
|
2128
|
+
index: string;
|
|
2129
|
+
incentive_token_type: {
|
|
2130
|
+
name: {
|
|
2131
|
+
bytes: number[];
|
|
2132
|
+
};
|
|
2133
|
+
};
|
|
2134
|
+
withdrawal_amount: string;
|
|
2135
|
+
u64_padding: string[];
|
|
2136
|
+
}, {
|
|
2137
|
+
sender: string;
|
|
2138
|
+
index: string | number | bigint;
|
|
2139
|
+
incentive_token_type: {
|
|
2140
|
+
name: {
|
|
2141
|
+
bytes: Iterable<number> & {
|
|
2142
|
+
length: number;
|
|
2143
|
+
};
|
|
2144
|
+
};
|
|
2145
|
+
};
|
|
2146
|
+
withdrawal_amount: string | number | bigint;
|
|
2147
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
2148
|
+
length: number;
|
|
2149
|
+
};
|
|
2150
|
+
}>;
|
|
2151
|
+
static fromFields(fields: Record<string, any>): WithdrawIncentiveEvent;
|
|
2152
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawIncentiveEvent;
|
|
2153
|
+
static fromBcs(data: Uint8Array): WithdrawIncentiveEvent;
|
|
2154
|
+
toJSONField(): {
|
|
2155
|
+
sender: string;
|
|
2156
|
+
index: string;
|
|
2157
|
+
incentiveTokenType: {
|
|
2158
|
+
name: string;
|
|
2159
|
+
};
|
|
2160
|
+
withdrawalAmount: string;
|
|
2161
|
+
u64Padding: string[];
|
|
2162
|
+
};
|
|
2163
|
+
toJSON(): {
|
|
2164
|
+
sender: string;
|
|
2165
|
+
index: string;
|
|
2166
|
+
incentiveTokenType: {
|
|
2167
|
+
name: string;
|
|
2168
|
+
};
|
|
2169
|
+
withdrawalAmount: string;
|
|
2170
|
+
u64Padding: string[];
|
|
2171
|
+
$typeName: string;
|
|
2172
|
+
$typeArgs: [];
|
|
2173
|
+
};
|
|
2174
|
+
static fromJSONField(field: any): WithdrawIncentiveEvent;
|
|
2175
|
+
static fromJSON(json: Record<string, any>): WithdrawIncentiveEvent;
|
|
2176
|
+
static fromSuiParsedData(content: SuiParsedData): WithdrawIncentiveEvent;
|
|
2177
|
+
static fromSuiObjectData(data: SuiObjectData): WithdrawIncentiveEvent;
|
|
2178
|
+
static fetch(client: SuiClient, id: string): Promise<WithdrawIncentiveEvent>;
|
|
2179
|
+
}
|