@typus/typus-sdk 1.4.84-ts → 1.4.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/ascii/structs.d.ts +6 -16
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/ascii/structs.js +45 -161
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/bit-vector/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/bit-vector/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/fixed-point32/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/fixed-point32/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/init.js +0 -4
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/option/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/option/structs.js +25 -94
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/string/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/string/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/type-name/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/type-name/structs.js +23 -84
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +13 -86
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +377 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +10 -52
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +28 -105
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +28 -108
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/authenticator-state/structs.d.ts +12 -34
- package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +565 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/bag/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/bag/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/balance/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/balance/structs.js +45 -183
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/bcs/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/bcs/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/bls12381/structs.d.ts +9 -68
- package/dist/src/_dependencies/source/0x2/bls12381/structs.js +434 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/borrow/structs.d.ts +4 -13
- package/dist/src/_dependencies/source/0x2/borrow/structs.js +267 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/clock/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/clock/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/coin/structs.d.ts +13 -94
- package/dist/src/_dependencies/source/0x2/coin/structs.js +648 -0
- package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
- package/dist/src/_dependencies/source/0x2/deny-list/structs.js +290 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/display/structs.d.ts +7 -20
- package/dist/src/_dependencies/source/0x2/display/structs.js +362 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/dynamic-field/structs.d.ts +7 -12
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/dynamic-field/structs.js +28 -110
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/dynamic-object-field/structs.d.ts +5 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/dynamic-object-field/structs.js +24 -94
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/groth16/structs.d.ts +10 -28
- package/dist/src/_dependencies/source/0x2/groth16/structs.js +464 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/group-ops/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/group-ops/structs.js +23 -93
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/init.js +5 -16
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/kiosk/structs.d.ts +21 -62
- package/dist/src/_dependencies/source/0x2/kiosk/structs.js +1033 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/kiosk-extension/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/kiosk-extension/structs.js +48 -185
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/linked-table/structs.d.ts +6 -15
- package/dist/src/_dependencies/source/0x2/linked-table/structs.js +272 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object/structs.js +45 -166
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object-bag/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object-bag/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object-table/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/object-table/structs.js +25 -101
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/package/structs.d.ts +10 -28
- package/dist/src/_dependencies/source/0x2/package/structs.js +478 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/priority-queue/structs.d.ts +9 -19
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/priority-queue/structs.js +50 -192
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/random/structs.d.ts +8 -22
- package/dist/src/_dependencies/source/0x2/random/structs.js +383 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/sui/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/sui/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/table/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/table/structs.js +25 -101
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/table-vec/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/table-vec/structs.js +23 -93
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/token/structs.d.ts +13 -38
- package/dist/src/_dependencies/source/0x2/token/structs.js +651 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/transfer/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/transfer/structs.js +25 -99
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/transfer-policy/structs.d.ts +13 -38
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +665 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/tx-context/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/tx-context/structs.js +28 -108
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/url/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/url/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/vec-map/structs.d.ts +13 -23
- package/dist/src/_dependencies/source/0x2/vec-map/structs.js +286 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/vec-set/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/vec-set/structs.js +24 -94
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/versioned/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/versioned/structs.js +49 -177
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/zklogin-verified-id/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/zklogin-verified-id/structs.js +29 -113
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/zklogin-verified-issuer/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/zklogin-verified-issuer/structs.js +26 -98
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +0 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +1 -3
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +5 -14
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +50 -186
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +14 -40
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +669 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +5 -15
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +7 -52
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +7 -20
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +402 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +12 -34
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +566 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +1 -20
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +16 -124
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +774 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +4 -13
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +272 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +4 -13
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +276 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +50 -68
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +471 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +12 -34
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +563 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +16 -46
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +789 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +3 -4
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +41 -50
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +103 -227
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +55 -76
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +562 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +23 -93
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +136 -247
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +1331 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +34 -100
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +1706 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +17 -23
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +147 -213
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +1643 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +20 -58
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +971 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +16 -46
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +750 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +82 -244
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +933 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +30 -115
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +74 -534
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +3796 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +23 -87
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +8 -22
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +27 -109
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +17 -50
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +23 -80
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +6 -15
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +58 -172
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +2830 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +14 -40
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +711 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +4 -10
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +28 -105
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +26 -95
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +4 -10
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +212 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +0 -1
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +1 -2
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +39 -48
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +97 -217
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +41 -50
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +103 -227
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +3 -8
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +23 -93
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/bytes20/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/bytes20/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/bytes32/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/bytes32/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/consumed-vaas/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/consumed-vaas/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/cursor/structs.d.ts +6 -12
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/cursor/structs.js +24 -94
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/emitter/structs.d.ts +16 -29
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +348 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/external-address/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/external-address/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/fee-collector/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/fee-collector/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/governance-message/structs.d.ts +10 -20
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +298 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian-set/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian-set/structs.js +26 -95
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian-signature/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/guardian-signature/structs.js +27 -100
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/migrate/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/migrate/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/package-utils/structs.d.ts +21 -38
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +438 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/publish-message/structs.d.ts +12 -22
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +297 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/set/structs.d.ts +43 -52
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/set/structs.js +103 -232
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/set-fee/structs.d.ts +11 -20
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/set-fee/structs.js +45 -165
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/setup/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/setup/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/state/structs.d.ts +11 -20
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +303 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/transfer-fee/structs.d.ts +11 -20
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/transfer-fee/structs.js +47 -174
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/update-guardian-set/structs.d.ts +17 -31
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/update-guardian-set/structs.js +69 -252
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/upgrade-contract/structs.d.ts +49 -62
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +349 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/vaa/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/vaa/structs.js +32 -125
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/version-control/structs.d.ts +11 -20
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/version-control/structs.js +45 -165
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/batch-price-attestation/structs.d.ts +12 -22
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/batch-price-attestation/structs.js +54 -202
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/contract-upgrade/structs.d.ts +12 -21
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/contract-upgrade/structs.js +48 -172
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/data-source/structs.d.ts +7 -12
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/data-source/structs.js +26 -91
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/event/structs.d.ts +11 -20
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/event/structs.js +47 -171
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance/structs.d.ts +8 -14
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance/structs.js +27 -96
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance-action/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance-action/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance-instruction/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/governance-instruction/structs.js +27 -100
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/hot-potato-vector/structs.d.ts +6 -12
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/hot-potato-vector/structs.js +24 -94
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/i64/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/i64/structs.js +25 -90
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/init.js +0 -1
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/migrate/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/migrate/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price/structs.js +27 -100
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-feed/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-feed/structs.js +26 -95
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-identifier/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-identifier/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-info/structs.d.ts +11 -20
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-info/structs.js +50 -182
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-status/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/price-status/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set/structs.d.ts +10 -20
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set/structs.js +48 -181
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-data-sources/structs.d.ts +7 -13
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-data-sources/structs.js +24 -85
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-fee-recipient/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-fee-recipient/structs.js +23 -87
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-governance-data-source/structs.d.ts +7 -12
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-governance-data-source/structs.js +27 -96
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-stale-price-threshold/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-stale-price-threshold/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-update-fee/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/set-update-fee/structs.js +25 -90
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/setup/structs.d.ts +6 -11
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/setup/structs.js +23 -84
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/state/structs.d.ts +17 -30
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +363 -0
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +256 -0
- package/dist/src/_framework/init-source.d.ts +1 -0
- package/dist/src/_framework/init-source.js +64 -0
- package/dist/src/{typus-perp/_framework → _framework}/loader.d.ts +3 -3
- package/dist/src/{typus-perp/_framework → _framework}/loader.js +5 -14
- package/dist/src/{typus-perp/_framework → _framework}/reified.d.ts +20 -28
- package/dist/src/{typus-perp/_framework → _framework}/reified.js +37 -11
- package/dist/src/_framework/util.d.ts +53 -0
- package/dist/src/_framework/util.js +251 -0
- package/dist/src/auto-bid/token-user-entry.d.ts +9 -9
- package/dist/src/auto-bid/token-user-entry.js +24 -24
- package/dist/src/auto-bid/user-entry.d.ts +9 -9
- package/dist/src/auto-bid/user-entry.js +46 -46
- package/dist/src/auto-bid/view-function.js +14 -14
- package/dist/src/constants/constant.d.ts +1 -1
- package/dist/src/constants/constant.js +1 -1
- package/dist/src/constants/token.d.ts +1 -4
- package/dist/src/constants/token.js +4 -4
- package/dist/src/dice/fetch.js +1 -1
- package/dist/src/dice/user-entry.d.ts +11 -11
- package/dist/src/dice/user-entry.js +34 -34
- package/dist/src/typus/airdrop/authority-entry.d.ts +5 -5
- package/dist/src/typus/airdrop/authority-entry.js +10 -10
- package/dist/src/typus/airdrop/user-entry.d.ts +3 -3
- package/dist/src/typus/airdrop/user-entry.js +2 -2
- package/dist/src/typus/airdrop/view-function.js +10 -10
- package/dist/src/typus/leaderboard/authority-entry.d.ts +5 -5
- package/dist/src/typus/leaderboard/authority-entry.js +4 -9
- package/dist/src/typus/leaderboard/view-function.js +13 -13
- package/dist/src/typus/tails-staking/authority-entry.d.ts +29 -27
- package/dist/src/typus/tails-staking/authority-entry.js +22 -20
- package/dist/src/typus/tails-staking/user-entry.d.ts +23 -23
- package/dist/src/typus/tails-staking/user-entry.js +30 -30
- package/dist/src/typus/tails-staking/view-function.js +14 -14
- package/dist/src/typus/user/view-function.js +9 -9
- package/dist/src/typus-dov-single-v2/authority-entry.d.ts +4 -4
- package/dist/src/typus-dov-single-v2/authority-entry.js +21 -21
- package/dist/src/typus-dov-single-v2/function/bidding.d.ts +83 -1
- package/dist/src/typus-dov-single-v2/function/bidding.js +182 -9
- package/dist/src/typus-dov-single-v2/function/index.d.ts +1 -0
- package/dist/src/typus-dov-single-v2/function/index.js +1 -1
- package/dist/src/typus-dov-single-v2/function/token.js +1 -3
- package/dist/src/typus-dov-single-v2/history/user-history.d.ts +1 -1
- package/dist/src/typus-dov-single-v2/history/vault-history.d.ts +1 -1
- package/dist/src/typus-dov-single-v2/history/vault-history.js +1 -1
- package/dist/src/typus-dov-single-v2/token-user-entry.d.ts +13 -13
- package/dist/src/typus-dov-single-v2/token-user-entry.js +29 -29
- package/dist/src/typus-dov-single-v2/user-entry.d.ts +20 -20
- package/dist/src/typus-dov-single-v2/user-entry.js +59 -61
- package/dist/src/typus-dov-single-v2/view-function.js +55 -55
- package/dist/src/typus-launch/airdrop/authority-entry.d.ts +3 -3
- package/dist/src/typus-launch/airdrop/authority-entry.js +7 -7
- package/dist/src/typus-launch/airdrop/user-entry.d.ts +2 -2
- package/dist/src/typus-launch/airdrop/user-entry.js +2 -2
- package/dist/src/typus-launch/airdrop/view-function.d.ts +1 -0
- package/dist/src/typus-launch/airdrop/view-function.js +10 -9
- package/dist/src/typus-launch/auction/entry.d.ts +5 -5
- package/dist/src/typus-launch/auction/entry.js +4 -4
- package/dist/src/typus-launch/auction/view-function.js +17 -17
- package/dist/src/typus-launch/funding-vault/authority-entry.d.ts +11 -11
- package/dist/src/typus-launch/funding-vault/authority-entry.js +24 -32
- package/dist/src/typus-launch/funding-vault/user-entry.d.ts +3 -3
- package/dist/src/typus-launch/funding-vault/user-entry.js +6 -6
- package/dist/src/typus-launch/funding-vault/view-function.js +29 -29
- package/dist/src/typus-launch/improvement-proposal/authority-entry.d.ts +11 -9
- package/dist/src/typus-launch/improvement-proposal/authority-entry.js +23 -21
- package/dist/src/typus-launch/improvement-proposal/user-entry.d.ts +3 -3
- package/dist/src/typus-launch/improvement-proposal/user-entry.js +2 -2
- package/dist/src/typus-launch/improvement-proposal/view-function.d.ts +16 -1
- package/dist/src/typus-launch/improvement-proposal/view-function.js +82 -35
- package/dist/src/typus-launch/option-airdrop/authority-entry.d.ts +5 -5
- package/dist/src/typus-launch/option-airdrop/authority-entry.js +6 -6
- package/dist/src/typus-launch/ve-typus/authority-entry.d.ts +5 -5
- package/dist/src/typus-launch/ve-typus/authority-entry.js +10 -10
- package/dist/src/typus-launch/ve-typus/user-entry.d.ts +4 -4
- package/dist/src/typus-launch/ve-typus/user-entry.js +9 -6
- package/dist/src/typus-launch/ve-typus/view-function.js +18 -18
- package/dist/src/typus-nft/fetch.d.ts +2 -2
- package/dist/src/typus-nft/user-entry.d.ts +11 -11
- package/dist/src/typus-nft/user-entry.js +3 -3
- package/dist/src/typus-perp/admin/functions.d.ts +51 -0
- package/dist/src/typus-perp/admin/functions.js +100 -0
- package/dist/src/typus-perp/{typus_stake_pool/admin → admin}/structs.d.ts +27 -49
- package/dist/src/typus-perp/{typus_stake_pool/admin → admin}/structs.js +21 -117
- package/dist/src/typus-perp/fetch.d.ts +5 -5
- package/dist/src/typus-perp/fetch.js +13 -13
- package/dist/src/typus-perp/index.d.ts +18 -2
- package/dist/src/typus-perp/index.js +83 -5
- package/dist/src/typus-perp/{typus_perp/init.js → init.js} +26 -13
- package/dist/src/typus-perp/lp-pool/functions.d.ts +283 -0
- package/dist/src/typus-perp/lp-pool/functions.js +418 -0
- package/dist/src/typus-perp/{typus_perp/lp-pool → lp-pool}/structs.d.ts +148 -698
- package/dist/src/typus-perp/{typus_perp/lp-pool → lp-pool}/structs.js +172 -1457
- package/dist/src/typus-perp/math/functions.d.ts +18 -0
- package/dist/src/typus-perp/math/functions.js +40 -0
- package/dist/src/typus-perp/oracle/functions.d.ts +14 -0
- package/dist/src/typus-perp/oracle/functions.js +22 -0
- package/dist/src/typus-perp/{typus_perp/oracle → oracle}/structs.d.ts +11 -20
- package/dist/src/typus-perp/{typus_perp/oracle → oracle}/structs.js +10 -52
- package/dist/src/typus-perp/position/functions.d.ts +339 -0
- package/dist/src/typus-perp/position/functions.js +564 -0
- package/dist/src/typus-perp/{typus_perp/position → position}/structs.d.ts +43 -73
- package/dist/src/typus-perp/{typus_perp/position → position}/structs.js +38 -177
- package/dist/src/typus-perp/readVec.js +9 -9
- package/dist/src/typus-perp/stake-pool/functions.d.ts +169 -0
- package/dist/src/typus-perp/stake-pool/functions.js +258 -0
- package/dist/src/typus-perp/{typus_stake_pool/stake-pool → stake-pool}/structs.d.ts +185 -293
- package/dist/src/typus-perp/{typus_stake_pool/stake-pool → stake-pool}/structs.js +235 -659
- package/dist/src/typus-perp/symbol/functions.d.ts +10 -0
- package/dist/src/typus-perp/symbol/functions.js +20 -0
- package/dist/src/typus-perp/{typus_perp/symbol → symbol}/structs.d.ts +6 -11
- package/dist/src/typus-perp/{typus_perp/symbol → symbol}/structs.js +4 -23
- package/dist/src/typus-perp/tlp/functions.d.ts +20 -0
- package/dist/src/typus-perp/tlp/functions.js +35 -0
- package/dist/src/typus-perp/{typus_perp/tlp → tlp}/structs.d.ts +11 -20
- package/dist/src/typus-perp/{typus_perp/tlp → tlp}/structs.js +13 -61
- package/dist/src/typus-perp/token-interface/functions.d.ts +12 -0
- package/dist/src/typus-perp/{typus_perp/token-interface → token-interface}/functions.js +6 -6
- package/dist/src/typus-perp/trading/functions.d.ts +427 -0
- package/dist/src/typus-perp/trading/functions.js +612 -0
- package/dist/src/typus-perp/{typus_perp/trading → trading}/structs.d.ts +161 -523
- package/dist/src/typus-perp/{typus_perp/trading → trading}/structs.js +107 -1042
- package/dist/src/typus-perp/treasury-caps/functions.d.ts +10 -0
- package/dist/src/typus-perp/{typus_perp/treasury-caps → treasury-caps}/functions.js +11 -14
- package/dist/src/typus-perp/{typus_perp/treasury-caps → treasury-caps}/structs.d.ts +6 -11
- package/dist/src/typus-perp/{typus_perp/treasury-caps → treasury-caps}/structs.js +7 -32
- package/dist/src/typus-perp/user/order.d.ts +10 -10
- package/dist/src/typus-perp/user/order.js +1 -2
- package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +5 -5
- package/dist/src/typus-perp/user/orderWithBidReceipt.js +1 -1
- package/dist/src/typus-perp/user/tlp.d.ts +12 -12
- package/dist/src/typus-perp/user/tlp.js +6 -8
- package/dist/src/typus-safu/user-entry.d.ts +9 -9
- package/dist/src/typus-safu/user-entry.js +18 -18
- package/dist/src/typus-safu/user-history.d.ts +1 -1
- package/dist/src/typus-safu/user-history.js +1 -1
- package/dist/src/typus-safu/view-function.js +17 -17
- package/dist/src/utils/api/price.js +2 -18
- package/dist/src/utils/api/sentio/reward-generated.d.ts +1 -1
- package/dist/src/utils/mint.d.ts +2 -2
- package/dist/src/utils/mint.js +3 -3
- package/dist/src/utils/pyth/constant.d.ts +0 -2
- package/dist/src/utils/pyth/constant.js +0 -2
- package/dist/src/utils/pyth/pythClient.d.ts +3 -3
- package/package.json +5 -4
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +0 -46
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +0 -228
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +0 -46
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +0 -228
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -5
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -8
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -793
- package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +0 -894
- package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +0 -820
- package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +0 -410
- package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +0 -1259
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +0 -179
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +0 -577
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +0 -430
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +0 -1177
- package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +0 -584
- package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +0 -710
- package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +0 -1724
- package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +0 -438
- package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +0 -752
- package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +0 -586
- package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +0 -1107
- package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +0 -1099
- package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +0 -436
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -1092
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -643
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -898
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -8
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -11
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +0 -227
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +0 -622
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -1476
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -438
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -430
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +0 -1071
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +0 -2275
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -732
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -900
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -1335
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -9
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -12
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -886
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -2407
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -3052
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -10
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -13
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -2846
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -1669
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -1249
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -1869
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -7680
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -581
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -1735
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -3
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -6
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -444
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -5014
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -1229
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -322
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +0 -3
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +0 -6
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +0 -573
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +0 -130
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +0 -524
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +0 -531
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +0 -460
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +0 -3
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +0 -6
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +0 -680
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +0 -449
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +0 -455
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +0 -532
- package/dist/src/typus-perp/_framework/init-loader.d.ts +0 -2
- package/dist/src/typus-perp/_framework/init-loader.js +0 -63
- package/dist/src/typus-perp/_framework/util.d.ts +0 -35
- package/dist/src/typus-perp/_framework/util.js +0 -396
- package/dist/src/typus-perp/_framework/vector.d.ts +0 -35
- package/dist/src/typus-perp/_framework/vector.js +0 -112
- package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +0 -50
- package/dist/src/typus-perp/typus_perp/admin/functions.js +0 -116
- package/dist/src/typus-perp/typus_perp/admin/structs.d.ts +0 -447
- package/dist/src/typus-perp/typus_perp/admin/structs.js +0 -898
- package/dist/src/typus-perp/typus_perp/index.d.ts +0 -3
- package/dist/src/typus-perp/typus_perp/index.js +0 -6
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +0 -342
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +0 -517
- package/dist/src/typus-perp/typus_perp/math/functions.d.ts +0 -18
- package/dist/src/typus-perp/typus_perp/math/functions.js +0 -49
- package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +0 -13
- package/dist/src/typus-perp/typus_perp/oracle/functions.js +0 -25
- package/dist/src/typus-perp/typus_perp/position/functions.d.ts +0 -343
- package/dist/src/typus-perp/typus_perp/position/functions.js +0 -659
- package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +0 -9
- package/dist/src/typus-perp/typus_perp/symbol/functions.js +0 -33
- package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +0 -19
- package/dist/src/typus-perp/typus_perp/tlp/functions.js +0 -41
- package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +0 -11
- package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +0 -493
- package/dist/src/typus-perp/typus_perp/trading/functions.js +0 -711
- package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +0 -9
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +0 -50
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +0 -116
- package/dist/src/typus-perp/typus_stake_pool/index.d.ts +0 -3
- package/dist/src/typus-perp/typus_stake_pool/index.js +0 -6
- package/dist/src/typus-perp/typus_stake_pool/init.d.ts +0 -2
- package/dist/src/typus-perp/typus_stake_pool/init.js +0 -57
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +0 -175
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +0 -275
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -0
- package/dist/src/{typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837 → _dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies → _dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +2 -2
- package/dist/src/{typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/init.d.ts +0 -0
- package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/init.js +4 -4
- /package/dist/src/{typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94 → _dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/init.d.ts +0 -0
- /package/dist/src/typus-perp/{typus_perp/init.d.ts → init.d.ts} +0 -0
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import * as reified from "../../_framework/reified";
|
|
2
2
|
import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
|
|
3
3
|
import { UID } from "../../_dependencies/source/0x2/object/structs";
|
|
4
|
-
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
|
|
4
|
+
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../_framework/reified";
|
|
5
5
|
import { FieldsWithTypes } from "../../_framework/util";
|
|
6
|
-
import {
|
|
7
|
-
import { PKG_V1 } from "../index";
|
|
8
|
-
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
6
|
+
import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
|
|
9
7
|
export declare function isConfig(type: string): boolean;
|
|
10
8
|
export interface ConfigFields {
|
|
11
9
|
oracleId: ToField<"address">;
|
|
@@ -16,14 +14,11 @@ export interface ConfigFields {
|
|
|
16
14
|
}
|
|
17
15
|
export type ConfigReified = Reified<Config, ConfigFields>;
|
|
18
16
|
export declare class Config implements StructClass {
|
|
19
|
-
|
|
20
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Config";
|
|
17
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
|
|
21
18
|
static readonly $numTypeParams = 0;
|
|
22
|
-
|
|
23
|
-
readonly $
|
|
24
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::Config`;
|
|
19
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
|
|
20
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
|
|
25
21
|
readonly $typeArgs: [];
|
|
26
|
-
readonly $isPhantom: readonly [];
|
|
27
22
|
readonly oracleId: ToField<"address">;
|
|
28
23
|
readonly liquidityTokenDecimal: ToField<"u64">;
|
|
29
24
|
readonly spotConfig: ToField<SpotConfig>;
|
|
@@ -33,8 +28,8 @@ export declare class Config implements StructClass {
|
|
|
33
28
|
static reified(): ConfigReified;
|
|
34
29
|
static get r(): reified.StructClassReified<Config, ConfigFields>;
|
|
35
30
|
static phantom(): PhantomReified<ToTypeStr<Config>>;
|
|
36
|
-
static get p(): reified.PhantomReified<"
|
|
37
|
-
static get bcs(): import("@mysten/
|
|
31
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config">;
|
|
32
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
38
33
|
oracle_id: string;
|
|
39
34
|
liquidity_token_decimal: string;
|
|
40
35
|
spot_config: {
|
|
@@ -155,7 +150,6 @@ export declare class Config implements StructClass {
|
|
|
155
150
|
static fromJSONField(field: any): Config;
|
|
156
151
|
static fromJSON(json: Record<string, any>): Config;
|
|
157
152
|
static fromSuiParsedData(content: SuiParsedData): Config;
|
|
158
|
-
static fromSuiObjectData(data: SuiObjectData): Config;
|
|
159
153
|
static fetch(client: SuiClient, id: string): Promise<Config>;
|
|
160
154
|
}
|
|
161
155
|
export declare function isState(type: string): boolean;
|
|
@@ -173,14 +167,11 @@ export interface StateFields {
|
|
|
173
167
|
}
|
|
174
168
|
export type StateReified = Reified<State, StateFields>;
|
|
175
169
|
export declare class State implements StructClass {
|
|
176
|
-
|
|
177
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::State";
|
|
170
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
|
|
178
171
|
static readonly $numTypeParams = 0;
|
|
179
|
-
|
|
180
|
-
readonly $
|
|
181
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::State`;
|
|
172
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
|
|
173
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
|
|
182
174
|
readonly $typeArgs: [];
|
|
183
|
-
readonly $isPhantom: readonly [];
|
|
184
175
|
readonly liquidityAmount: ToField<"u64">;
|
|
185
176
|
readonly valueInUsd: ToField<"u64">;
|
|
186
177
|
readonly reservedAmount: ToField<"u64">;
|
|
@@ -195,8 +186,8 @@ export declare class State implements StructClass {
|
|
|
195
186
|
static reified(): StateReified;
|
|
196
187
|
static get r(): reified.StructClassReified<State, StateFields>;
|
|
197
188
|
static phantom(): PhantomReified<ToTypeStr<State>>;
|
|
198
|
-
static get p(): reified.PhantomReified<"
|
|
199
|
-
static get bcs(): import("@mysten/
|
|
189
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State">;
|
|
190
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
200
191
|
liquidity_amount: string;
|
|
201
192
|
value_in_usd: string;
|
|
202
193
|
reserved_amount: string;
|
|
@@ -253,79 +244,8 @@ export declare class State implements StructClass {
|
|
|
253
244
|
static fromJSONField(field: any): State;
|
|
254
245
|
static fromJSON(json: Record<string, any>): State;
|
|
255
246
|
static fromSuiParsedData(content: SuiParsedData): State;
|
|
256
|
-
static fromSuiObjectData(data: SuiObjectData): State;
|
|
257
247
|
static fetch(client: SuiClient, id: string): Promise<State>;
|
|
258
248
|
}
|
|
259
|
-
export declare function isRegistry(type: string): boolean;
|
|
260
|
-
export interface RegistryFields {
|
|
261
|
-
id: ToField<UID>;
|
|
262
|
-
numPool: ToField<"u64">;
|
|
263
|
-
liquidityPoolRegistry: ToField<UID>;
|
|
264
|
-
}
|
|
265
|
-
export type RegistryReified = Reified<Registry, RegistryFields>;
|
|
266
|
-
export declare class Registry implements StructClass {
|
|
267
|
-
__StructClass: true;
|
|
268
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry";
|
|
269
|
-
static readonly $numTypeParams = 0;
|
|
270
|
-
static readonly $isPhantom: readonly [];
|
|
271
|
-
readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry";
|
|
272
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::Registry`;
|
|
273
|
-
readonly $typeArgs: [];
|
|
274
|
-
readonly $isPhantom: readonly [];
|
|
275
|
-
readonly id: ToField<UID>;
|
|
276
|
-
readonly numPool: ToField<"u64">;
|
|
277
|
-
readonly liquidityPoolRegistry: ToField<UID>;
|
|
278
|
-
private constructor();
|
|
279
|
-
static reified(): RegistryReified;
|
|
280
|
-
static get r(): reified.StructClassReified<Registry, RegistryFields>;
|
|
281
|
-
static phantom(): PhantomReified<ToTypeStr<Registry>>;
|
|
282
|
-
static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry">;
|
|
283
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
284
|
-
id: {
|
|
285
|
-
id: {
|
|
286
|
-
bytes: string;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
num_pool: string;
|
|
290
|
-
liquidity_pool_registry: {
|
|
291
|
-
id: {
|
|
292
|
-
bytes: string;
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
}, {
|
|
296
|
-
id: {
|
|
297
|
-
id: {
|
|
298
|
-
bytes: string;
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
num_pool: string | number | bigint;
|
|
302
|
-
liquidity_pool_registry: {
|
|
303
|
-
id: {
|
|
304
|
-
bytes: string;
|
|
305
|
-
};
|
|
306
|
-
};
|
|
307
|
-
}>;
|
|
308
|
-
static fromFields(fields: Record<string, any>): Registry;
|
|
309
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
|
|
310
|
-
static fromBcs(data: Uint8Array): Registry;
|
|
311
|
-
toJSONField(): {
|
|
312
|
-
id: string;
|
|
313
|
-
numPool: string;
|
|
314
|
-
liquidityPoolRegistry: string;
|
|
315
|
-
};
|
|
316
|
-
toJSON(): {
|
|
317
|
-
id: string;
|
|
318
|
-
numPool: string;
|
|
319
|
-
liquidityPoolRegistry: string;
|
|
320
|
-
$typeName: string;
|
|
321
|
-
$typeArgs: [];
|
|
322
|
-
};
|
|
323
|
-
static fromJSONField(field: any): Registry;
|
|
324
|
-
static fromJSON(json: Record<string, any>): Registry;
|
|
325
|
-
static fromSuiParsedData(content: SuiParsedData): Registry;
|
|
326
|
-
static fromSuiObjectData(data: SuiObjectData): Registry;
|
|
327
|
-
static fetch(client: SuiClient, id: string): Promise<Registry>;
|
|
328
|
-
}
|
|
329
249
|
export declare function isAddLiquidityTokenEvent(type: string): boolean;
|
|
330
250
|
export interface AddLiquidityTokenEventFields {
|
|
331
251
|
sender: ToField<"address">;
|
|
@@ -337,14 +257,11 @@ export interface AddLiquidityTokenEventFields {
|
|
|
337
257
|
}
|
|
338
258
|
export type AddLiquidityTokenEventReified = Reified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
|
|
339
259
|
export declare class AddLiquidityTokenEvent implements StructClass {
|
|
340
|
-
|
|
341
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::AddLiquidityTokenEvent";
|
|
260
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
|
|
342
261
|
static readonly $numTypeParams = 0;
|
|
343
|
-
|
|
344
|
-
readonly $
|
|
345
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::AddLiquidityTokenEvent`;
|
|
262
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
|
|
263
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
|
|
346
264
|
readonly $typeArgs: [];
|
|
347
|
-
readonly $isPhantom: readonly [];
|
|
348
265
|
readonly sender: ToField<"address">;
|
|
349
266
|
readonly index: ToField<"u64">;
|
|
350
267
|
readonly tokenType: ToField<TypeName>;
|
|
@@ -355,8 +272,8 @@ export declare class AddLiquidityTokenEvent implements StructClass {
|
|
|
355
272
|
static reified(): AddLiquidityTokenEventReified;
|
|
356
273
|
static get r(): reified.StructClassReified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
|
|
357
274
|
static phantom(): PhantomReified<ToTypeStr<AddLiquidityTokenEvent>>;
|
|
358
|
-
static get p(): reified.PhantomReified<"
|
|
359
|
-
static get bcs(): import("@mysten/
|
|
275
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent">;
|
|
276
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
360
277
|
sender: string;
|
|
361
278
|
index: string;
|
|
362
279
|
token_type: {
|
|
@@ -567,7 +484,6 @@ export declare class AddLiquidityTokenEvent implements StructClass {
|
|
|
567
484
|
static fromJSONField(field: any): AddLiquidityTokenEvent;
|
|
568
485
|
static fromJSON(json: Record<string, any>): AddLiquidityTokenEvent;
|
|
569
486
|
static fromSuiParsedData(content: SuiParsedData): AddLiquidityTokenEvent;
|
|
570
|
-
static fromSuiObjectData(data: SuiObjectData): AddLiquidityTokenEvent;
|
|
571
487
|
static fetch(client: SuiClient, id: string): Promise<AddLiquidityTokenEvent>;
|
|
572
488
|
}
|
|
573
489
|
export declare function isBurnLpEvent(type: string): boolean;
|
|
@@ -584,14 +500,11 @@ export interface BurnLpEventFields {
|
|
|
584
500
|
}
|
|
585
501
|
export type BurnLpEventReified = Reified<BurnLpEvent, BurnLpEventFields>;
|
|
586
502
|
export declare class BurnLpEvent implements StructClass {
|
|
587
|
-
|
|
588
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::BurnLpEvent";
|
|
503
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
|
|
589
504
|
static readonly $numTypeParams = 0;
|
|
590
|
-
|
|
591
|
-
readonly $
|
|
592
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::BurnLpEvent`;
|
|
505
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
|
|
506
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
|
|
593
507
|
readonly $typeArgs: [];
|
|
594
|
-
readonly $isPhantom: readonly [];
|
|
595
508
|
readonly sender: ToField<"address">;
|
|
596
509
|
readonly index: ToField<"u64">;
|
|
597
510
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -605,8 +518,8 @@ export declare class BurnLpEvent implements StructClass {
|
|
|
605
518
|
static reified(): BurnLpEventReified;
|
|
606
519
|
static get r(): reified.StructClassReified<BurnLpEvent, BurnLpEventFields>;
|
|
607
520
|
static phantom(): PhantomReified<ToTypeStr<BurnLpEvent>>;
|
|
608
|
-
static get p(): reified.PhantomReified<"
|
|
609
|
-
static get bcs(): import("@mysten/
|
|
521
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent">;
|
|
522
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
610
523
|
sender: string;
|
|
611
524
|
index: string;
|
|
612
525
|
lp_token_type: {
|
|
@@ -687,91 +600,8 @@ export declare class BurnLpEvent implements StructClass {
|
|
|
687
600
|
static fromJSONField(field: any): BurnLpEvent;
|
|
688
601
|
static fromJSON(json: Record<string, any>): BurnLpEvent;
|
|
689
602
|
static fromSuiParsedData(content: SuiParsedData): BurnLpEvent;
|
|
690
|
-
static fromSuiObjectData(data: SuiObjectData): BurnLpEvent;
|
|
691
603
|
static fetch(client: SuiClient, id: string): Promise<BurnLpEvent>;
|
|
692
604
|
}
|
|
693
|
-
export declare function isCompleteRemoveLiquidityTokenProcessEvent(type: string): boolean;
|
|
694
|
-
export interface CompleteRemoveLiquidityTokenProcessEventFields {
|
|
695
|
-
index: ToField<"u64">;
|
|
696
|
-
liquidityToken: ToField<TypeName>;
|
|
697
|
-
removedUsd: ToField<"u64">;
|
|
698
|
-
repaidUsd: ToField<"u64">;
|
|
699
|
-
u64Padding: ToField<Vector<"u64">>;
|
|
700
|
-
}
|
|
701
|
-
export type CompleteRemoveLiquidityTokenProcessEventReified = Reified<CompleteRemoveLiquidityTokenProcessEvent, CompleteRemoveLiquidityTokenProcessEventFields>;
|
|
702
|
-
export declare class CompleteRemoveLiquidityTokenProcessEvent implements StructClass {
|
|
703
|
-
__StructClass: true;
|
|
704
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent";
|
|
705
|
-
static readonly $numTypeParams = 0;
|
|
706
|
-
static readonly $isPhantom: readonly [];
|
|
707
|
-
readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent";
|
|
708
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::CompleteRemoveLiquidityTokenProcessEvent`;
|
|
709
|
-
readonly $typeArgs: [];
|
|
710
|
-
readonly $isPhantom: readonly [];
|
|
711
|
-
readonly index: ToField<"u64">;
|
|
712
|
-
readonly liquidityToken: ToField<TypeName>;
|
|
713
|
-
readonly removedUsd: ToField<"u64">;
|
|
714
|
-
readonly repaidUsd: ToField<"u64">;
|
|
715
|
-
readonly u64Padding: ToField<Vector<"u64">>;
|
|
716
|
-
private constructor();
|
|
717
|
-
static reified(): CompleteRemoveLiquidityTokenProcessEventReified;
|
|
718
|
-
static get r(): reified.StructClassReified<CompleteRemoveLiquidityTokenProcessEvent, CompleteRemoveLiquidityTokenProcessEventFields>;
|
|
719
|
-
static phantom(): PhantomReified<ToTypeStr<CompleteRemoveLiquidityTokenProcessEvent>>;
|
|
720
|
-
static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent">;
|
|
721
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
722
|
-
index: string;
|
|
723
|
-
liquidity_token: {
|
|
724
|
-
name: {
|
|
725
|
-
bytes: number[];
|
|
726
|
-
};
|
|
727
|
-
};
|
|
728
|
-
removed_usd: string;
|
|
729
|
-
repaid_usd: string;
|
|
730
|
-
u64_padding: string[];
|
|
731
|
-
}, {
|
|
732
|
-
index: string | number | bigint;
|
|
733
|
-
liquidity_token: {
|
|
734
|
-
name: {
|
|
735
|
-
bytes: Iterable<number> & {
|
|
736
|
-
length: number;
|
|
737
|
-
};
|
|
738
|
-
};
|
|
739
|
-
};
|
|
740
|
-
removed_usd: string | number | bigint;
|
|
741
|
-
repaid_usd: string | number | bigint;
|
|
742
|
-
u64_padding: Iterable<string | number | bigint> & {
|
|
743
|
-
length: number;
|
|
744
|
-
};
|
|
745
|
-
}>;
|
|
746
|
-
static fromFields(fields: Record<string, any>): CompleteRemoveLiquidityTokenProcessEvent;
|
|
747
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): CompleteRemoveLiquidityTokenProcessEvent;
|
|
748
|
-
static fromBcs(data: Uint8Array): CompleteRemoveLiquidityTokenProcessEvent;
|
|
749
|
-
toJSONField(): {
|
|
750
|
-
index: string;
|
|
751
|
-
liquidityToken: {
|
|
752
|
-
name: string;
|
|
753
|
-
};
|
|
754
|
-
removedUsd: string;
|
|
755
|
-
repaidUsd: string;
|
|
756
|
-
u64Padding: string[];
|
|
757
|
-
};
|
|
758
|
-
toJSON(): {
|
|
759
|
-
index: string;
|
|
760
|
-
liquidityToken: {
|
|
761
|
-
name: string;
|
|
762
|
-
};
|
|
763
|
-
removedUsd: string;
|
|
764
|
-
repaidUsd: string;
|
|
765
|
-
u64Padding: string[];
|
|
766
|
-
$typeName: string;
|
|
767
|
-
$typeArgs: [];
|
|
768
|
-
};
|
|
769
|
-
static fromJSONField(field: any): CompleteRemoveLiquidityTokenProcessEvent;
|
|
770
|
-
static fromJSON(json: Record<string, any>): CompleteRemoveLiquidityTokenProcessEvent;
|
|
771
|
-
static fromSuiParsedData(content: SuiParsedData): CompleteRemoveLiquidityTokenProcessEvent;
|
|
772
|
-
static fromSuiObjectData(data: SuiObjectData): CompleteRemoveLiquidityTokenProcessEvent;
|
|
773
|
-
static fetch(client: SuiClient, id: string): Promise<CompleteRemoveLiquidityTokenProcessEvent>;
|
|
774
|
-
}
|
|
775
605
|
export declare function isLiquidityPool(type: string): boolean;
|
|
776
606
|
export interface LiquidityPoolFields {
|
|
777
607
|
id: ToField<UID>;
|
|
@@ -785,14 +615,11 @@ export interface LiquidityPoolFields {
|
|
|
785
615
|
}
|
|
786
616
|
export type LiquidityPoolReified = Reified<LiquidityPool, LiquidityPoolFields>;
|
|
787
617
|
export declare class LiquidityPool implements StructClass {
|
|
788
|
-
|
|
789
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPool";
|
|
618
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
|
|
790
619
|
static readonly $numTypeParams = 0;
|
|
791
|
-
|
|
792
|
-
readonly $
|
|
793
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::LiquidityPool`;
|
|
620
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
|
|
621
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
|
|
794
622
|
readonly $typeArgs: [];
|
|
795
|
-
readonly $isPhantom: readonly [];
|
|
796
623
|
readonly id: ToField<UID>;
|
|
797
624
|
readonly index: ToField<"u64">;
|
|
798
625
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -805,8 +632,8 @@ export declare class LiquidityPool implements StructClass {
|
|
|
805
632
|
static reified(): LiquidityPoolReified;
|
|
806
633
|
static get r(): reified.StructClassReified<LiquidityPool, LiquidityPoolFields>;
|
|
807
634
|
static phantom(): PhantomReified<ToTypeStr<LiquidityPool>>;
|
|
808
|
-
static get p(): reified.PhantomReified<"
|
|
809
|
-
static get bcs(): import("@mysten/
|
|
635
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool">;
|
|
636
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
810
637
|
id: {
|
|
811
638
|
id: {
|
|
812
639
|
bytes: string;
|
|
@@ -1103,7 +930,6 @@ export declare class LiquidityPool implements StructClass {
|
|
|
1103
930
|
static fromJSONField(field: any): LiquidityPool;
|
|
1104
931
|
static fromJSON(json: Record<string, any>): LiquidityPool;
|
|
1105
932
|
static fromSuiParsedData(content: SuiParsedData): LiquidityPool;
|
|
1106
|
-
static fromSuiObjectData(data: SuiObjectData): LiquidityPool;
|
|
1107
933
|
static fetch(client: SuiClient, id: string): Promise<LiquidityPool>;
|
|
1108
934
|
}
|
|
1109
935
|
export declare function isLiquidityPoolInfo(type: string): boolean;
|
|
@@ -1115,14 +941,11 @@ export interface LiquidityPoolInfoFields {
|
|
|
1115
941
|
}
|
|
1116
942
|
export type LiquidityPoolInfoReified = Reified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
|
|
1117
943
|
export declare class LiquidityPoolInfo implements StructClass {
|
|
1118
|
-
|
|
1119
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPoolInfo";
|
|
944
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
|
|
1120
945
|
static readonly $numTypeParams = 0;
|
|
1121
|
-
|
|
1122
|
-
readonly $
|
|
1123
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::LiquidityPoolInfo`;
|
|
946
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
|
|
947
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
|
|
1124
948
|
readonly $typeArgs: [];
|
|
1125
|
-
readonly $isPhantom: readonly [];
|
|
1126
949
|
readonly lpTokenDecimal: ToField<"u64">;
|
|
1127
950
|
readonly totalShareSupply: ToField<"u64">;
|
|
1128
951
|
readonly tvlUsd: ToField<"u64">;
|
|
@@ -1131,8 +954,8 @@ export declare class LiquidityPoolInfo implements StructClass {
|
|
|
1131
954
|
static reified(): LiquidityPoolInfoReified;
|
|
1132
955
|
static get r(): reified.StructClassReified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
|
|
1133
956
|
static phantom(): PhantomReified<ToTypeStr<LiquidityPoolInfo>>;
|
|
1134
|
-
static get p(): reified.PhantomReified<"
|
|
1135
|
-
static get bcs(): import("@mysten/
|
|
957
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo">;
|
|
958
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1136
959
|
lp_token_decimal: string;
|
|
1137
960
|
total_share_supply: string;
|
|
1138
961
|
tvl_usd: string;
|
|
@@ -1163,197 +986,8 @@ export declare class LiquidityPoolInfo implements StructClass {
|
|
|
1163
986
|
static fromJSONField(field: any): LiquidityPoolInfo;
|
|
1164
987
|
static fromJSON(json: Record<string, any>): LiquidityPoolInfo;
|
|
1165
988
|
static fromSuiParsedData(content: SuiParsedData): LiquidityPoolInfo;
|
|
1166
|
-
static fromSuiObjectData(data: SuiObjectData): LiquidityPoolInfo;
|
|
1167
989
|
static fetch(client: SuiClient, id: string): Promise<LiquidityPoolInfo>;
|
|
1168
990
|
}
|
|
1169
|
-
export declare function isManagerFlashRemoveLiquidityEvent(type: string): boolean;
|
|
1170
|
-
export interface ManagerFlashRemoveLiquidityEventFields {
|
|
1171
|
-
index: ToField<"u64">;
|
|
1172
|
-
liquidityToken: ToField<TypeName>;
|
|
1173
|
-
price: ToField<"u64">;
|
|
1174
|
-
priceDecimal: ToField<"u64">;
|
|
1175
|
-
removeAmount: ToField<"u64">;
|
|
1176
|
-
removedUsd: ToField<"u64">;
|
|
1177
|
-
u64Padding: ToField<Vector<"u64">>;
|
|
1178
|
-
}
|
|
1179
|
-
export type ManagerFlashRemoveLiquidityEventReified = Reified<ManagerFlashRemoveLiquidityEvent, ManagerFlashRemoveLiquidityEventFields>;
|
|
1180
|
-
export declare class ManagerFlashRemoveLiquidityEvent implements StructClass {
|
|
1181
|
-
__StructClass: true;
|
|
1182
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent";
|
|
1183
|
-
static readonly $numTypeParams = 0;
|
|
1184
|
-
static readonly $isPhantom: readonly [];
|
|
1185
|
-
readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent";
|
|
1186
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ManagerFlashRemoveLiquidityEvent`;
|
|
1187
|
-
readonly $typeArgs: [];
|
|
1188
|
-
readonly $isPhantom: readonly [];
|
|
1189
|
-
readonly index: ToField<"u64">;
|
|
1190
|
-
readonly liquidityToken: ToField<TypeName>;
|
|
1191
|
-
readonly price: ToField<"u64">;
|
|
1192
|
-
readonly priceDecimal: ToField<"u64">;
|
|
1193
|
-
readonly removeAmount: ToField<"u64">;
|
|
1194
|
-
readonly removedUsd: ToField<"u64">;
|
|
1195
|
-
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1196
|
-
private constructor();
|
|
1197
|
-
static reified(): ManagerFlashRemoveLiquidityEventReified;
|
|
1198
|
-
static get r(): reified.StructClassReified<ManagerFlashRemoveLiquidityEvent, ManagerFlashRemoveLiquidityEventFields>;
|
|
1199
|
-
static phantom(): PhantomReified<ToTypeStr<ManagerFlashRemoveLiquidityEvent>>;
|
|
1200
|
-
static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent">;
|
|
1201
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1202
|
-
index: string;
|
|
1203
|
-
liquidity_token: {
|
|
1204
|
-
name: {
|
|
1205
|
-
bytes: number[];
|
|
1206
|
-
};
|
|
1207
|
-
};
|
|
1208
|
-
price: string;
|
|
1209
|
-
price_decimal: string;
|
|
1210
|
-
remove_amount: string;
|
|
1211
|
-
removed_usd: string;
|
|
1212
|
-
u64_padding: string[];
|
|
1213
|
-
}, {
|
|
1214
|
-
index: string | number | bigint;
|
|
1215
|
-
liquidity_token: {
|
|
1216
|
-
name: {
|
|
1217
|
-
bytes: Iterable<number> & {
|
|
1218
|
-
length: number;
|
|
1219
|
-
};
|
|
1220
|
-
};
|
|
1221
|
-
};
|
|
1222
|
-
price: string | number | bigint;
|
|
1223
|
-
price_decimal: string | number | bigint;
|
|
1224
|
-
remove_amount: string | number | bigint;
|
|
1225
|
-
removed_usd: string | number | bigint;
|
|
1226
|
-
u64_padding: Iterable<string | number | bigint> & {
|
|
1227
|
-
length: number;
|
|
1228
|
-
};
|
|
1229
|
-
}>;
|
|
1230
|
-
static fromFields(fields: Record<string, any>): ManagerFlashRemoveLiquidityEvent;
|
|
1231
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): ManagerFlashRemoveLiquidityEvent;
|
|
1232
|
-
static fromBcs(data: Uint8Array): ManagerFlashRemoveLiquidityEvent;
|
|
1233
|
-
toJSONField(): {
|
|
1234
|
-
index: string;
|
|
1235
|
-
liquidityToken: {
|
|
1236
|
-
name: string;
|
|
1237
|
-
};
|
|
1238
|
-
price: string;
|
|
1239
|
-
priceDecimal: string;
|
|
1240
|
-
removeAmount: string;
|
|
1241
|
-
removedUsd: string;
|
|
1242
|
-
u64Padding: string[];
|
|
1243
|
-
};
|
|
1244
|
-
toJSON(): {
|
|
1245
|
-
index: string;
|
|
1246
|
-
liquidityToken: {
|
|
1247
|
-
name: string;
|
|
1248
|
-
};
|
|
1249
|
-
price: string;
|
|
1250
|
-
priceDecimal: string;
|
|
1251
|
-
removeAmount: string;
|
|
1252
|
-
removedUsd: string;
|
|
1253
|
-
u64Padding: string[];
|
|
1254
|
-
$typeName: string;
|
|
1255
|
-
$typeArgs: [];
|
|
1256
|
-
};
|
|
1257
|
-
static fromJSONField(field: any): ManagerFlashRemoveLiquidityEvent;
|
|
1258
|
-
static fromJSON(json: Record<string, any>): ManagerFlashRemoveLiquidityEvent;
|
|
1259
|
-
static fromSuiParsedData(content: SuiParsedData): ManagerFlashRemoveLiquidityEvent;
|
|
1260
|
-
static fromSuiObjectData(data: SuiObjectData): ManagerFlashRemoveLiquidityEvent;
|
|
1261
|
-
static fetch(client: SuiClient, id: string): Promise<ManagerFlashRemoveLiquidityEvent>;
|
|
1262
|
-
}
|
|
1263
|
-
export declare function isManagerFlashRepayLiquidityEvent(type: string): boolean;
|
|
1264
|
-
export interface ManagerFlashRepayLiquidityEventFields {
|
|
1265
|
-
index: ToField<"u64">;
|
|
1266
|
-
liquidityToken: ToField<TypeName>;
|
|
1267
|
-
price: ToField<"u64">;
|
|
1268
|
-
priceDecimal: ToField<"u64">;
|
|
1269
|
-
repaidAmount: ToField<"u64">;
|
|
1270
|
-
repaidUsd: ToField<"u64">;
|
|
1271
|
-
u64Padding: ToField<Vector<"u64">>;
|
|
1272
|
-
}
|
|
1273
|
-
export type ManagerFlashRepayLiquidityEventReified = Reified<ManagerFlashRepayLiquidityEvent, ManagerFlashRepayLiquidityEventFields>;
|
|
1274
|
-
export declare class ManagerFlashRepayLiquidityEvent implements StructClass {
|
|
1275
|
-
__StructClass: true;
|
|
1276
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent";
|
|
1277
|
-
static readonly $numTypeParams = 0;
|
|
1278
|
-
static readonly $isPhantom: readonly [];
|
|
1279
|
-
readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent";
|
|
1280
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ManagerFlashRepayLiquidityEvent`;
|
|
1281
|
-
readonly $typeArgs: [];
|
|
1282
|
-
readonly $isPhantom: readonly [];
|
|
1283
|
-
readonly index: ToField<"u64">;
|
|
1284
|
-
readonly liquidityToken: ToField<TypeName>;
|
|
1285
|
-
readonly price: ToField<"u64">;
|
|
1286
|
-
readonly priceDecimal: ToField<"u64">;
|
|
1287
|
-
readonly repaidAmount: ToField<"u64">;
|
|
1288
|
-
readonly repaidUsd: ToField<"u64">;
|
|
1289
|
-
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1290
|
-
private constructor();
|
|
1291
|
-
static reified(): ManagerFlashRepayLiquidityEventReified;
|
|
1292
|
-
static get r(): reified.StructClassReified<ManagerFlashRepayLiquidityEvent, ManagerFlashRepayLiquidityEventFields>;
|
|
1293
|
-
static phantom(): PhantomReified<ToTypeStr<ManagerFlashRepayLiquidityEvent>>;
|
|
1294
|
-
static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent">;
|
|
1295
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1296
|
-
index: string;
|
|
1297
|
-
liquidity_token: {
|
|
1298
|
-
name: {
|
|
1299
|
-
bytes: number[];
|
|
1300
|
-
};
|
|
1301
|
-
};
|
|
1302
|
-
price: string;
|
|
1303
|
-
price_decimal: string;
|
|
1304
|
-
repaid_amount: string;
|
|
1305
|
-
repaid_usd: string;
|
|
1306
|
-
u64_padding: string[];
|
|
1307
|
-
}, {
|
|
1308
|
-
index: string | number | bigint;
|
|
1309
|
-
liquidity_token: {
|
|
1310
|
-
name: {
|
|
1311
|
-
bytes: Iterable<number> & {
|
|
1312
|
-
length: number;
|
|
1313
|
-
};
|
|
1314
|
-
};
|
|
1315
|
-
};
|
|
1316
|
-
price: string | number | bigint;
|
|
1317
|
-
price_decimal: string | number | bigint;
|
|
1318
|
-
repaid_amount: string | number | bigint;
|
|
1319
|
-
repaid_usd: string | number | bigint;
|
|
1320
|
-
u64_padding: Iterable<string | number | bigint> & {
|
|
1321
|
-
length: number;
|
|
1322
|
-
};
|
|
1323
|
-
}>;
|
|
1324
|
-
static fromFields(fields: Record<string, any>): ManagerFlashRepayLiquidityEvent;
|
|
1325
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): ManagerFlashRepayLiquidityEvent;
|
|
1326
|
-
static fromBcs(data: Uint8Array): ManagerFlashRepayLiquidityEvent;
|
|
1327
|
-
toJSONField(): {
|
|
1328
|
-
index: string;
|
|
1329
|
-
liquidityToken: {
|
|
1330
|
-
name: string;
|
|
1331
|
-
};
|
|
1332
|
-
price: string;
|
|
1333
|
-
priceDecimal: string;
|
|
1334
|
-
repaidAmount: string;
|
|
1335
|
-
repaidUsd: string;
|
|
1336
|
-
u64Padding: string[];
|
|
1337
|
-
};
|
|
1338
|
-
toJSON(): {
|
|
1339
|
-
index: string;
|
|
1340
|
-
liquidityToken: {
|
|
1341
|
-
name: string;
|
|
1342
|
-
};
|
|
1343
|
-
price: string;
|
|
1344
|
-
priceDecimal: string;
|
|
1345
|
-
repaidAmount: string;
|
|
1346
|
-
repaidUsd: string;
|
|
1347
|
-
u64Padding: string[];
|
|
1348
|
-
$typeName: string;
|
|
1349
|
-
$typeArgs: [];
|
|
1350
|
-
};
|
|
1351
|
-
static fromJSONField(field: any): ManagerFlashRepayLiquidityEvent;
|
|
1352
|
-
static fromJSON(json: Record<string, any>): ManagerFlashRepayLiquidityEvent;
|
|
1353
|
-
static fromSuiParsedData(content: SuiParsedData): ManagerFlashRepayLiquidityEvent;
|
|
1354
|
-
static fromSuiObjectData(data: SuiObjectData): ManagerFlashRepayLiquidityEvent;
|
|
1355
|
-
static fetch(client: SuiClient, id: string): Promise<ManagerFlashRepayLiquidityEvent>;
|
|
1356
|
-
}
|
|
1357
991
|
export declare function isMarginConfig(type: string): boolean;
|
|
1358
992
|
export interface MarginConfigFields {
|
|
1359
993
|
basicBorrowRate0: ToField<"u64">;
|
|
@@ -1367,14 +1001,11 @@ export interface MarginConfigFields {
|
|
|
1367
1001
|
}
|
|
1368
1002
|
export type MarginConfigReified = Reified<MarginConfig, MarginConfigFields>;
|
|
1369
1003
|
export declare class MarginConfig implements StructClass {
|
|
1370
|
-
|
|
1371
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MarginConfig";
|
|
1004
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
|
|
1372
1005
|
static readonly $numTypeParams = 0;
|
|
1373
|
-
|
|
1374
|
-
readonly $
|
|
1375
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::MarginConfig`;
|
|
1006
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
|
|
1007
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
|
|
1376
1008
|
readonly $typeArgs: [];
|
|
1377
|
-
readonly $isPhantom: readonly [];
|
|
1378
1009
|
readonly basicBorrowRate0: ToField<"u64">;
|
|
1379
1010
|
readonly basicBorrowRate1: ToField<"u64">;
|
|
1380
1011
|
readonly basicBorrowRate2: ToField<"u64">;
|
|
@@ -1387,8 +1018,8 @@ export declare class MarginConfig implements StructClass {
|
|
|
1387
1018
|
static reified(): MarginConfigReified;
|
|
1388
1019
|
static get r(): reified.StructClassReified<MarginConfig, MarginConfigFields>;
|
|
1389
1020
|
static phantom(): PhantomReified<ToTypeStr<MarginConfig>>;
|
|
1390
|
-
static get p(): reified.PhantomReified<"
|
|
1391
|
-
static get bcs(): import("@mysten/
|
|
1021
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig">;
|
|
1022
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1392
1023
|
basic_borrow_rate_0: string;
|
|
1393
1024
|
basic_borrow_rate_1: string;
|
|
1394
1025
|
basic_borrow_rate_2: string;
|
|
@@ -1437,7 +1068,6 @@ export declare class MarginConfig implements StructClass {
|
|
|
1437
1068
|
static fromJSONField(field: any): MarginConfig;
|
|
1438
1069
|
static fromJSON(json: Record<string, any>): MarginConfig;
|
|
1439
1070
|
static fromSuiParsedData(content: SuiParsedData): MarginConfig;
|
|
1440
|
-
static fromSuiObjectData(data: SuiObjectData): MarginConfig;
|
|
1441
1071
|
static fetch(client: SuiClient, id: string): Promise<MarginConfig>;
|
|
1442
1072
|
}
|
|
1443
1073
|
export declare function isMintLpEvent(type: string): boolean;
|
|
@@ -1454,14 +1084,11 @@ export interface MintLpEventFields {
|
|
|
1454
1084
|
}
|
|
1455
1085
|
export type MintLpEventReified = Reified<MintLpEvent, MintLpEventFields>;
|
|
1456
1086
|
export declare class MintLpEvent implements StructClass {
|
|
1457
|
-
|
|
1458
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MintLpEvent";
|
|
1087
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
|
|
1459
1088
|
static readonly $numTypeParams = 0;
|
|
1460
|
-
|
|
1461
|
-
readonly $
|
|
1462
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::MintLpEvent`;
|
|
1089
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
|
|
1090
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
|
|
1463
1091
|
readonly $typeArgs: [];
|
|
1464
|
-
readonly $isPhantom: readonly [];
|
|
1465
1092
|
readonly sender: ToField<"address">;
|
|
1466
1093
|
readonly index: ToField<"u64">;
|
|
1467
1094
|
readonly liquidityTokenType: ToField<TypeName>;
|
|
@@ -1475,8 +1102,8 @@ export declare class MintLpEvent implements StructClass {
|
|
|
1475
1102
|
static reified(): MintLpEventReified;
|
|
1476
1103
|
static get r(): reified.StructClassReified<MintLpEvent, MintLpEventFields>;
|
|
1477
1104
|
static phantom(): PhantomReified<ToTypeStr<MintLpEvent>>;
|
|
1478
|
-
static get p(): reified.PhantomReified<"
|
|
1479
|
-
static get bcs(): import("@mysten/
|
|
1105
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent">;
|
|
1106
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1480
1107
|
sender: string;
|
|
1481
1108
|
index: string;
|
|
1482
1109
|
liquidity_token_type: {
|
|
@@ -1557,7 +1184,6 @@ export declare class MintLpEvent implements StructClass {
|
|
|
1557
1184
|
static fromJSONField(field: any): MintLpEvent;
|
|
1558
1185
|
static fromJSON(json: Record<string, any>): MintLpEvent;
|
|
1559
1186
|
static fromSuiParsedData(content: SuiParsedData): MintLpEvent;
|
|
1560
|
-
static fromSuiObjectData(data: SuiObjectData): MintLpEvent;
|
|
1561
1187
|
static fetch(client: SuiClient, id: string): Promise<MintLpEvent>;
|
|
1562
1188
|
}
|
|
1563
1189
|
export declare function isNewLiquidityPoolEvent(type: string): boolean;
|
|
@@ -1570,14 +1196,11 @@ export interface NewLiquidityPoolEventFields {
|
|
|
1570
1196
|
}
|
|
1571
1197
|
export type NewLiquidityPoolEventReified = Reified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
|
|
1572
1198
|
export declare class NewLiquidityPoolEvent implements StructClass {
|
|
1573
|
-
|
|
1574
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::NewLiquidityPoolEvent";
|
|
1199
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
|
|
1575
1200
|
static readonly $numTypeParams = 0;
|
|
1576
|
-
|
|
1577
|
-
readonly $
|
|
1578
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::NewLiquidityPoolEvent`;
|
|
1201
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
|
|
1202
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
|
|
1579
1203
|
readonly $typeArgs: [];
|
|
1580
|
-
readonly $isPhantom: readonly [];
|
|
1581
1204
|
readonly sender: ToField<"address">;
|
|
1582
1205
|
readonly index: ToField<"u64">;
|
|
1583
1206
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -1587,8 +1210,8 @@ export declare class NewLiquidityPoolEvent implements StructClass {
|
|
|
1587
1210
|
static reified(): NewLiquidityPoolEventReified;
|
|
1588
1211
|
static get r(): reified.StructClassReified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
|
|
1589
1212
|
static phantom(): PhantomReified<ToTypeStr<NewLiquidityPoolEvent>>;
|
|
1590
|
-
static get p(): reified.PhantomReified<"
|
|
1591
|
-
static get bcs(): import("@mysten/
|
|
1213
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent">;
|
|
1214
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1592
1215
|
sender: string;
|
|
1593
1216
|
index: string;
|
|
1594
1217
|
lp_token_type: {
|
|
@@ -1639,132 +1262,73 @@ export declare class NewLiquidityPoolEvent implements StructClass {
|
|
|
1639
1262
|
static fromJSONField(field: any): NewLiquidityPoolEvent;
|
|
1640
1263
|
static fromJSON(json: Record<string, any>): NewLiquidityPoolEvent;
|
|
1641
1264
|
static fromSuiParsedData(content: SuiParsedData): NewLiquidityPoolEvent;
|
|
1642
|
-
static fromSuiObjectData(data: SuiObjectData): NewLiquidityPoolEvent;
|
|
1643
1265
|
static fetch(client: SuiClient, id: string): Promise<NewLiquidityPoolEvent>;
|
|
1644
1266
|
}
|
|
1645
|
-
export declare function
|
|
1646
|
-
export interface
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
removedTokenOracleId: ToField<"address">;
|
|
1651
|
-
removedUsd: ToField<"u64">;
|
|
1652
|
-
repaidUsd: ToField<"u64">;
|
|
1653
|
-
status: ToField<"u64">;
|
|
1267
|
+
export declare function isRegistry(type: string): boolean;
|
|
1268
|
+
export interface RegistryFields {
|
|
1269
|
+
id: ToField<UID>;
|
|
1270
|
+
numPool: ToField<"u64">;
|
|
1271
|
+
liquidityPoolRegistry: ToField<UID>;
|
|
1654
1272
|
}
|
|
1655
|
-
export type
|
|
1656
|
-
export declare class
|
|
1657
|
-
|
|
1658
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::RemoveLiquidityTokenProcess";
|
|
1273
|
+
export type RegistryReified = Reified<Registry, RegistryFields>;
|
|
1274
|
+
export declare class Registry implements StructClass {
|
|
1275
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
|
|
1659
1276
|
static readonly $numTypeParams = 0;
|
|
1660
|
-
|
|
1661
|
-
readonly $
|
|
1662
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::RemoveLiquidityTokenProcess`;
|
|
1277
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
|
|
1278
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
|
|
1663
1279
|
readonly $typeArgs: [];
|
|
1664
|
-
readonly
|
|
1665
|
-
readonly
|
|
1666
|
-
readonly
|
|
1667
|
-
readonly removedOrdersBaseToken: ToField<Vector<TypeName>>;
|
|
1668
|
-
readonly removedTokenOracleId: ToField<"address">;
|
|
1669
|
-
readonly removedUsd: ToField<"u64">;
|
|
1670
|
-
readonly repaidUsd: ToField<"u64">;
|
|
1671
|
-
readonly status: ToField<"u64">;
|
|
1280
|
+
readonly id: ToField<UID>;
|
|
1281
|
+
readonly numPool: ToField<"u64">;
|
|
1282
|
+
readonly liquidityPoolRegistry: ToField<UID>;
|
|
1672
1283
|
private constructor();
|
|
1673
|
-
static reified():
|
|
1674
|
-
static get r(): reified.StructClassReified<
|
|
1675
|
-
static phantom(): PhantomReified<ToTypeStr<
|
|
1676
|
-
static get p(): reified.PhantomReified<"
|
|
1677
|
-
static get bcs(): import("@mysten/
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
bytes:
|
|
1284
|
+
static reified(): RegistryReified;
|
|
1285
|
+
static get r(): reified.StructClassReified<Registry, RegistryFields>;
|
|
1286
|
+
static phantom(): PhantomReified<ToTypeStr<Registry>>;
|
|
1287
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry">;
|
|
1288
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1289
|
+
id: {
|
|
1290
|
+
id: {
|
|
1291
|
+
bytes: string;
|
|
1681
1292
|
};
|
|
1682
1293
|
};
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
}[];
|
|
1688
|
-
removed_orders_base_token: {
|
|
1689
|
-
name: {
|
|
1690
|
-
bytes: number[];
|
|
1294
|
+
num_pool: string;
|
|
1295
|
+
liquidity_pool_registry: {
|
|
1296
|
+
id: {
|
|
1297
|
+
bytes: string;
|
|
1691
1298
|
};
|
|
1692
|
-
}
|
|
1693
|
-
removed_token_oracle_id: string;
|
|
1694
|
-
removed_usd: string;
|
|
1695
|
-
repaid_usd: string;
|
|
1696
|
-
status: string;
|
|
1299
|
+
};
|
|
1697
1300
|
}, {
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
bytes:
|
|
1701
|
-
length: number;
|
|
1702
|
-
};
|
|
1301
|
+
id: {
|
|
1302
|
+
id: {
|
|
1303
|
+
bytes: string;
|
|
1703
1304
|
};
|
|
1704
1305
|
};
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
};
|
|
1710
|
-
};
|
|
1711
|
-
}> & {
|
|
1712
|
-
length: number;
|
|
1713
|
-
};
|
|
1714
|
-
removed_orders_base_token: Iterable<{
|
|
1715
|
-
name: {
|
|
1716
|
-
bytes: Iterable<number> & {
|
|
1717
|
-
length: number;
|
|
1718
|
-
};
|
|
1306
|
+
num_pool: string | number | bigint;
|
|
1307
|
+
liquidity_pool_registry: {
|
|
1308
|
+
id: {
|
|
1309
|
+
bytes: string;
|
|
1719
1310
|
};
|
|
1720
|
-
}> & {
|
|
1721
|
-
length: number;
|
|
1722
1311
|
};
|
|
1723
|
-
removed_token_oracle_id: string;
|
|
1724
|
-
removed_usd: string | number | bigint;
|
|
1725
|
-
repaid_usd: string | number | bigint;
|
|
1726
|
-
status: string | number | bigint;
|
|
1727
1312
|
}>;
|
|
1728
|
-
static fromFields(fields: Record<string, any>):
|
|
1729
|
-
static fromFieldsWithTypes(item: FieldsWithTypes):
|
|
1730
|
-
static fromBcs(data: Uint8Array):
|
|
1313
|
+
static fromFields(fields: Record<string, any>): Registry;
|
|
1314
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
|
|
1315
|
+
static fromBcs(data: Uint8Array): Registry;
|
|
1731
1316
|
toJSONField(): {
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
removedPositionsBaseToken: {
|
|
1736
|
-
name: string;
|
|
1737
|
-
}[];
|
|
1738
|
-
removedOrdersBaseToken: {
|
|
1739
|
-
name: string;
|
|
1740
|
-
}[];
|
|
1741
|
-
removedTokenOracleId: string;
|
|
1742
|
-
removedUsd: string;
|
|
1743
|
-
repaidUsd: string;
|
|
1744
|
-
status: string;
|
|
1317
|
+
id: string;
|
|
1318
|
+
numPool: string;
|
|
1319
|
+
liquidityPoolRegistry: string;
|
|
1745
1320
|
};
|
|
1746
1321
|
toJSON(): {
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
removedPositionsBaseToken: {
|
|
1751
|
-
name: string;
|
|
1752
|
-
}[];
|
|
1753
|
-
removedOrdersBaseToken: {
|
|
1754
|
-
name: string;
|
|
1755
|
-
}[];
|
|
1756
|
-
removedTokenOracleId: string;
|
|
1757
|
-
removedUsd: string;
|
|
1758
|
-
repaidUsd: string;
|
|
1759
|
-
status: string;
|
|
1322
|
+
id: string;
|
|
1323
|
+
numPool: string;
|
|
1324
|
+
liquidityPoolRegistry: string;
|
|
1760
1325
|
$typeName: string;
|
|
1761
1326
|
$typeArgs: [];
|
|
1762
1327
|
};
|
|
1763
|
-
static fromJSONField(field: any):
|
|
1764
|
-
static fromJSON(json: Record<string, any>):
|
|
1765
|
-
static fromSuiParsedData(content: SuiParsedData):
|
|
1766
|
-
static
|
|
1767
|
-
static fetch(client: SuiClient, id: string): Promise<RemoveLiquidityTokenProcess>;
|
|
1328
|
+
static fromJSONField(field: any): Registry;
|
|
1329
|
+
static fromJSON(json: Record<string, any>): Registry;
|
|
1330
|
+
static fromSuiParsedData(content: SuiParsedData): Registry;
|
|
1331
|
+
static fetch(client: SuiClient, id: string): Promise<Registry>;
|
|
1768
1332
|
}
|
|
1769
1333
|
export declare function isResumePoolEvent(type: string): boolean;
|
|
1770
1334
|
export interface ResumePoolEventFields {
|
|
@@ -1774,14 +1338,11 @@ export interface ResumePoolEventFields {
|
|
|
1774
1338
|
}
|
|
1775
1339
|
export type ResumePoolEventReified = Reified<ResumePoolEvent, ResumePoolEventFields>;
|
|
1776
1340
|
export declare class ResumePoolEvent implements StructClass {
|
|
1777
|
-
|
|
1778
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumePoolEvent";
|
|
1341
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
|
|
1779
1342
|
static readonly $numTypeParams = 0;
|
|
1780
|
-
|
|
1781
|
-
readonly $
|
|
1782
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ResumePoolEvent`;
|
|
1343
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
|
|
1344
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
|
|
1783
1345
|
readonly $typeArgs: [];
|
|
1784
|
-
readonly $isPhantom: readonly [];
|
|
1785
1346
|
readonly sender: ToField<"address">;
|
|
1786
1347
|
readonly index: ToField<"u64">;
|
|
1787
1348
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
@@ -1789,8 +1350,8 @@ export declare class ResumePoolEvent implements StructClass {
|
|
|
1789
1350
|
static reified(): ResumePoolEventReified;
|
|
1790
1351
|
static get r(): reified.StructClassReified<ResumePoolEvent, ResumePoolEventFields>;
|
|
1791
1352
|
static phantom(): PhantomReified<ToTypeStr<ResumePoolEvent>>;
|
|
1792
|
-
static get p(): reified.PhantomReified<"
|
|
1793
|
-
static get bcs(): import("@mysten/
|
|
1353
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent">;
|
|
1354
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1794
1355
|
sender: string;
|
|
1795
1356
|
index: string;
|
|
1796
1357
|
u64_padding: string[];
|
|
@@ -1819,7 +1380,6 @@ export declare class ResumePoolEvent implements StructClass {
|
|
|
1819
1380
|
static fromJSONField(field: any): ResumePoolEvent;
|
|
1820
1381
|
static fromJSON(json: Record<string, any>): ResumePoolEvent;
|
|
1821
1382
|
static fromSuiParsedData(content: SuiParsedData): ResumePoolEvent;
|
|
1822
|
-
static fromSuiObjectData(data: SuiObjectData): ResumePoolEvent;
|
|
1823
1383
|
static fetch(client: SuiClient, id: string): Promise<ResumePoolEvent>;
|
|
1824
1384
|
}
|
|
1825
1385
|
export declare function isResumeTokenPoolEvent(type: string): boolean;
|
|
@@ -1831,14 +1391,11 @@ export interface ResumeTokenPoolEventFields {
|
|
|
1831
1391
|
}
|
|
1832
1392
|
export type ResumeTokenPoolEventReified = Reified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
|
|
1833
1393
|
export declare class ResumeTokenPoolEvent implements StructClass {
|
|
1834
|
-
|
|
1835
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumeTokenPoolEvent";
|
|
1394
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
|
|
1836
1395
|
static readonly $numTypeParams = 0;
|
|
1837
|
-
|
|
1838
|
-
readonly $
|
|
1839
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ResumeTokenPoolEvent`;
|
|
1396
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
|
|
1397
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
|
|
1840
1398
|
readonly $typeArgs: [];
|
|
1841
|
-
readonly $isPhantom: readonly [];
|
|
1842
1399
|
readonly sender: ToField<"address">;
|
|
1843
1400
|
readonly index: ToField<"u64">;
|
|
1844
1401
|
readonly liquidityToken: ToField<TypeName>;
|
|
@@ -1847,8 +1404,8 @@ export declare class ResumeTokenPoolEvent implements StructClass {
|
|
|
1847
1404
|
static reified(): ResumeTokenPoolEventReified;
|
|
1848
1405
|
static get r(): reified.StructClassReified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
|
|
1849
1406
|
static phantom(): PhantomReified<ToTypeStr<ResumeTokenPoolEvent>>;
|
|
1850
|
-
static get p(): reified.PhantomReified<"
|
|
1851
|
-
static get bcs(): import("@mysten/
|
|
1407
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent">;
|
|
1408
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1852
1409
|
sender: string;
|
|
1853
1410
|
index: string;
|
|
1854
1411
|
liquidity_token: {
|
|
@@ -1895,7 +1452,6 @@ export declare class ResumeTokenPoolEvent implements StructClass {
|
|
|
1895
1452
|
static fromJSONField(field: any): ResumeTokenPoolEvent;
|
|
1896
1453
|
static fromJSON(json: Record<string, any>): ResumeTokenPoolEvent;
|
|
1897
1454
|
static fromSuiParsedData(content: SuiParsedData): ResumeTokenPoolEvent;
|
|
1898
|
-
static fromSuiObjectData(data: SuiObjectData): ResumeTokenPoolEvent;
|
|
1899
1455
|
static fetch(client: SuiClient, id: string): Promise<ResumeTokenPoolEvent>;
|
|
1900
1456
|
}
|
|
1901
1457
|
export declare function isSpotConfig(type: string): boolean;
|
|
@@ -1913,14 +1469,11 @@ export interface SpotConfigFields {
|
|
|
1913
1469
|
}
|
|
1914
1470
|
export type SpotConfigReified = Reified<SpotConfig, SpotConfigFields>;
|
|
1915
1471
|
export declare class SpotConfig implements StructClass {
|
|
1916
|
-
|
|
1917
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SpotConfig";
|
|
1472
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
|
|
1918
1473
|
static readonly $numTypeParams = 0;
|
|
1919
|
-
|
|
1920
|
-
readonly $
|
|
1921
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SpotConfig`;
|
|
1474
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
|
|
1475
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
|
|
1922
1476
|
readonly $typeArgs: [];
|
|
1923
|
-
readonly $isPhantom: readonly [];
|
|
1924
1477
|
readonly minDeposit: ToField<"u64">;
|
|
1925
1478
|
readonly maxCapacity: ToField<"u64">;
|
|
1926
1479
|
readonly targetWeightBp: ToField<"u64">;
|
|
@@ -1935,8 +1488,8 @@ export declare class SpotConfig implements StructClass {
|
|
|
1935
1488
|
static reified(): SpotConfigReified;
|
|
1936
1489
|
static get r(): reified.StructClassReified<SpotConfig, SpotConfigFields>;
|
|
1937
1490
|
static phantom(): PhantomReified<ToTypeStr<SpotConfig>>;
|
|
1938
|
-
static get p(): reified.PhantomReified<"
|
|
1939
|
-
static get bcs(): import("@mysten/
|
|
1491
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig">;
|
|
1492
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1940
1493
|
min_deposit: string;
|
|
1941
1494
|
max_capacity: string;
|
|
1942
1495
|
target_weight_bp: string;
|
|
@@ -1993,79 +1546,8 @@ export declare class SpotConfig implements StructClass {
|
|
|
1993
1546
|
static fromJSONField(field: any): SpotConfig;
|
|
1994
1547
|
static fromJSON(json: Record<string, any>): SpotConfig;
|
|
1995
1548
|
static fromSuiParsedData(content: SuiParsedData): SpotConfig;
|
|
1996
|
-
static fromSuiObjectData(data: SuiObjectData): SpotConfig;
|
|
1997
1549
|
static fetch(client: SuiClient, id: string): Promise<SpotConfig>;
|
|
1998
1550
|
}
|
|
1999
|
-
export declare function isStartRemoveLiquidityTokenProcessEvent(type: string): boolean;
|
|
2000
|
-
export interface StartRemoveLiquidityTokenProcessEventFields {
|
|
2001
|
-
index: ToField<"u64">;
|
|
2002
|
-
liquidityToken: ToField<TypeName>;
|
|
2003
|
-
u64Padding: ToField<Vector<"u64">>;
|
|
2004
|
-
}
|
|
2005
|
-
export type StartRemoveLiquidityTokenProcessEventReified = Reified<StartRemoveLiquidityTokenProcessEvent, StartRemoveLiquidityTokenProcessEventFields>;
|
|
2006
|
-
export declare class StartRemoveLiquidityTokenProcessEvent implements StructClass {
|
|
2007
|
-
__StructClass: true;
|
|
2008
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent";
|
|
2009
|
-
static readonly $numTypeParams = 0;
|
|
2010
|
-
static readonly $isPhantom: readonly [];
|
|
2011
|
-
readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent";
|
|
2012
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::StartRemoveLiquidityTokenProcessEvent`;
|
|
2013
|
-
readonly $typeArgs: [];
|
|
2014
|
-
readonly $isPhantom: readonly [];
|
|
2015
|
-
readonly index: ToField<"u64">;
|
|
2016
|
-
readonly liquidityToken: ToField<TypeName>;
|
|
2017
|
-
readonly u64Padding: ToField<Vector<"u64">>;
|
|
2018
|
-
private constructor();
|
|
2019
|
-
static reified(): StartRemoveLiquidityTokenProcessEventReified;
|
|
2020
|
-
static get r(): reified.StructClassReified<StartRemoveLiquidityTokenProcessEvent, StartRemoveLiquidityTokenProcessEventFields>;
|
|
2021
|
-
static phantom(): PhantomReified<ToTypeStr<StartRemoveLiquidityTokenProcessEvent>>;
|
|
2022
|
-
static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent">;
|
|
2023
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
2024
|
-
index: string;
|
|
2025
|
-
liquidity_token: {
|
|
2026
|
-
name: {
|
|
2027
|
-
bytes: number[];
|
|
2028
|
-
};
|
|
2029
|
-
};
|
|
2030
|
-
u64_padding: string[];
|
|
2031
|
-
}, {
|
|
2032
|
-
index: string | number | bigint;
|
|
2033
|
-
liquidity_token: {
|
|
2034
|
-
name: {
|
|
2035
|
-
bytes: Iterable<number> & {
|
|
2036
|
-
length: number;
|
|
2037
|
-
};
|
|
2038
|
-
};
|
|
2039
|
-
};
|
|
2040
|
-
u64_padding: Iterable<string | number | bigint> & {
|
|
2041
|
-
length: number;
|
|
2042
|
-
};
|
|
2043
|
-
}>;
|
|
2044
|
-
static fromFields(fields: Record<string, any>): StartRemoveLiquidityTokenProcessEvent;
|
|
2045
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): StartRemoveLiquidityTokenProcessEvent;
|
|
2046
|
-
static fromBcs(data: Uint8Array): StartRemoveLiquidityTokenProcessEvent;
|
|
2047
|
-
toJSONField(): {
|
|
2048
|
-
index: string;
|
|
2049
|
-
liquidityToken: {
|
|
2050
|
-
name: string;
|
|
2051
|
-
};
|
|
2052
|
-
u64Padding: string[];
|
|
2053
|
-
};
|
|
2054
|
-
toJSON(): {
|
|
2055
|
-
index: string;
|
|
2056
|
-
liquidityToken: {
|
|
2057
|
-
name: string;
|
|
2058
|
-
};
|
|
2059
|
-
u64Padding: string[];
|
|
2060
|
-
$typeName: string;
|
|
2061
|
-
$typeArgs: [];
|
|
2062
|
-
};
|
|
2063
|
-
static fromJSONField(field: any): StartRemoveLiquidityTokenProcessEvent;
|
|
2064
|
-
static fromJSON(json: Record<string, any>): StartRemoveLiquidityTokenProcessEvent;
|
|
2065
|
-
static fromSuiParsedData(content: SuiParsedData): StartRemoveLiquidityTokenProcessEvent;
|
|
2066
|
-
static fromSuiObjectData(data: SuiObjectData): StartRemoveLiquidityTokenProcessEvent;
|
|
2067
|
-
static fetch(client: SuiClient, id: string): Promise<StartRemoveLiquidityTokenProcessEvent>;
|
|
2068
|
-
}
|
|
2069
1551
|
export declare function isSuspendPoolEvent(type: string): boolean;
|
|
2070
1552
|
export interface SuspendPoolEventFields {
|
|
2071
1553
|
sender: ToField<"address">;
|
|
@@ -2074,14 +1556,11 @@ export interface SuspendPoolEventFields {
|
|
|
2074
1556
|
}
|
|
2075
1557
|
export type SuspendPoolEventReified = Reified<SuspendPoolEvent, SuspendPoolEventFields>;
|
|
2076
1558
|
export declare class SuspendPoolEvent implements StructClass {
|
|
2077
|
-
|
|
2078
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendPoolEvent";
|
|
1559
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
|
|
2079
1560
|
static readonly $numTypeParams = 0;
|
|
2080
|
-
|
|
2081
|
-
readonly $
|
|
2082
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SuspendPoolEvent`;
|
|
1561
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
|
|
1562
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
|
|
2083
1563
|
readonly $typeArgs: [];
|
|
2084
|
-
readonly $isPhantom: readonly [];
|
|
2085
1564
|
readonly sender: ToField<"address">;
|
|
2086
1565
|
readonly index: ToField<"u64">;
|
|
2087
1566
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
@@ -2089,8 +1568,8 @@ export declare class SuspendPoolEvent implements StructClass {
|
|
|
2089
1568
|
static reified(): SuspendPoolEventReified;
|
|
2090
1569
|
static get r(): reified.StructClassReified<SuspendPoolEvent, SuspendPoolEventFields>;
|
|
2091
1570
|
static phantom(): PhantomReified<ToTypeStr<SuspendPoolEvent>>;
|
|
2092
|
-
static get p(): reified.PhantomReified<"
|
|
2093
|
-
static get bcs(): import("@mysten/
|
|
1571
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent">;
|
|
1572
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2094
1573
|
sender: string;
|
|
2095
1574
|
index: string;
|
|
2096
1575
|
u64_padding: string[];
|
|
@@ -2119,7 +1598,6 @@ export declare class SuspendPoolEvent implements StructClass {
|
|
|
2119
1598
|
static fromJSONField(field: any): SuspendPoolEvent;
|
|
2120
1599
|
static fromJSON(json: Record<string, any>): SuspendPoolEvent;
|
|
2121
1600
|
static fromSuiParsedData(content: SuiParsedData): SuspendPoolEvent;
|
|
2122
|
-
static fromSuiObjectData(data: SuiObjectData): SuspendPoolEvent;
|
|
2123
1601
|
static fetch(client: SuiClient, id: string): Promise<SuspendPoolEvent>;
|
|
2124
1602
|
}
|
|
2125
1603
|
export declare function isSuspendTokenPoolEvent(type: string): boolean;
|
|
@@ -2131,14 +1609,11 @@ export interface SuspendTokenPoolEventFields {
|
|
|
2131
1609
|
}
|
|
2132
1610
|
export type SuspendTokenPoolEventReified = Reified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
|
|
2133
1611
|
export declare class SuspendTokenPoolEvent implements StructClass {
|
|
2134
|
-
|
|
2135
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendTokenPoolEvent";
|
|
1612
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
|
|
2136
1613
|
static readonly $numTypeParams = 0;
|
|
2137
|
-
|
|
2138
|
-
readonly $
|
|
2139
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SuspendTokenPoolEvent`;
|
|
1614
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
|
|
1615
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
|
|
2140
1616
|
readonly $typeArgs: [];
|
|
2141
|
-
readonly $isPhantom: readonly [];
|
|
2142
1617
|
readonly sender: ToField<"address">;
|
|
2143
1618
|
readonly index: ToField<"u64">;
|
|
2144
1619
|
readonly liquidityToken: ToField<TypeName>;
|
|
@@ -2147,8 +1622,8 @@ export declare class SuspendTokenPoolEvent implements StructClass {
|
|
|
2147
1622
|
static reified(): SuspendTokenPoolEventReified;
|
|
2148
1623
|
static get r(): reified.StructClassReified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
|
|
2149
1624
|
static phantom(): PhantomReified<ToTypeStr<SuspendTokenPoolEvent>>;
|
|
2150
|
-
static get p(): reified.PhantomReified<"
|
|
2151
|
-
static get bcs(): import("@mysten/
|
|
1625
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent">;
|
|
1626
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2152
1627
|
sender: string;
|
|
2153
1628
|
index: string;
|
|
2154
1629
|
liquidity_token: {
|
|
@@ -2195,7 +1670,6 @@ export declare class SuspendTokenPoolEvent implements StructClass {
|
|
|
2195
1670
|
static fromJSONField(field: any): SuspendTokenPoolEvent;
|
|
2196
1671
|
static fromJSON(json: Record<string, any>): SuspendTokenPoolEvent;
|
|
2197
1672
|
static fromSuiParsedData(content: SuiParsedData): SuspendTokenPoolEvent;
|
|
2198
|
-
static fromSuiObjectData(data: SuiObjectData): SuspendTokenPoolEvent;
|
|
2199
1673
|
static fetch(client: SuiClient, id: string): Promise<SuspendTokenPoolEvent>;
|
|
2200
1674
|
}
|
|
2201
1675
|
export declare function isSwapEvent(type: string): boolean;
|
|
@@ -2213,14 +1687,11 @@ export interface SwapEventFields {
|
|
|
2213
1687
|
}
|
|
2214
1688
|
export type SwapEventReified = Reified<SwapEvent, SwapEventFields>;
|
|
2215
1689
|
export declare class SwapEvent implements StructClass {
|
|
2216
|
-
|
|
2217
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SwapEvent";
|
|
1690
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
|
|
2218
1691
|
static readonly $numTypeParams = 0;
|
|
2219
|
-
|
|
2220
|
-
readonly $
|
|
2221
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SwapEvent`;
|
|
1692
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
|
|
1693
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
|
|
2222
1694
|
readonly $typeArgs: [];
|
|
2223
|
-
readonly $isPhantom: readonly [];
|
|
2224
1695
|
readonly sender: ToField<"address">;
|
|
2225
1696
|
readonly index: ToField<"u64">;
|
|
2226
1697
|
readonly fromTokenType: ToField<TypeName>;
|
|
@@ -2235,8 +1706,8 @@ export declare class SwapEvent implements StructClass {
|
|
|
2235
1706
|
static reified(): SwapEventReified;
|
|
2236
1707
|
static get r(): reified.StructClassReified<SwapEvent, SwapEventFields>;
|
|
2237
1708
|
static phantom(): PhantomReified<ToTypeStr<SwapEvent>>;
|
|
2238
|
-
static get p(): reified.PhantomReified<"
|
|
2239
|
-
static get bcs(): import("@mysten/
|
|
1709
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent">;
|
|
1710
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2240
1711
|
sender: string;
|
|
2241
1712
|
index: string;
|
|
2242
1713
|
from_token_type: {
|
|
@@ -2321,7 +1792,6 @@ export declare class SwapEvent implements StructClass {
|
|
|
2321
1792
|
static fromJSONField(field: any): SwapEvent;
|
|
2322
1793
|
static fromJSON(json: Record<string, any>): SwapEvent;
|
|
2323
1794
|
static fromSuiParsedData(content: SuiParsedData): SwapEvent;
|
|
2324
|
-
static fromSuiObjectData(data: SuiObjectData): SwapEvent;
|
|
2325
1795
|
static fetch(client: SuiClient, id: string): Promise<SwapEvent>;
|
|
2326
1796
|
}
|
|
2327
1797
|
export declare function isTokenPool(type: string): boolean;
|
|
@@ -2332,14 +1802,11 @@ export interface TokenPoolFields {
|
|
|
2332
1802
|
}
|
|
2333
1803
|
export type TokenPoolReified = Reified<TokenPool, TokenPoolFields>;
|
|
2334
1804
|
export declare class TokenPool implements StructClass {
|
|
2335
|
-
|
|
2336
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::TokenPool";
|
|
1805
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
|
|
2337
1806
|
static readonly $numTypeParams = 0;
|
|
2338
|
-
|
|
2339
|
-
readonly $
|
|
2340
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::TokenPool`;
|
|
1807
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
|
|
1808
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
|
|
2341
1809
|
readonly $typeArgs: [];
|
|
2342
|
-
readonly $isPhantom: readonly [];
|
|
2343
1810
|
readonly tokenType: ToField<TypeName>;
|
|
2344
1811
|
readonly config: ToField<Config>;
|
|
2345
1812
|
readonly state: ToField<State>;
|
|
@@ -2347,8 +1814,8 @@ export declare class TokenPool implements StructClass {
|
|
|
2347
1814
|
static reified(): TokenPoolReified;
|
|
2348
1815
|
static get r(): reified.StructClassReified<TokenPool, TokenPoolFields>;
|
|
2349
1816
|
static phantom(): PhantomReified<ToTypeStr<TokenPool>>;
|
|
2350
|
-
static get p(): reified.PhantomReified<"
|
|
2351
|
-
static get bcs(): import("@mysten/
|
|
1817
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool">;
|
|
1818
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2352
1819
|
token_type: {
|
|
2353
1820
|
name: {
|
|
2354
1821
|
bytes: number[];
|
|
@@ -2545,7 +2012,6 @@ export declare class TokenPool implements StructClass {
|
|
|
2545
2012
|
static fromJSONField(field: any): TokenPool;
|
|
2546
2013
|
static fromJSON(json: Record<string, any>): TokenPool;
|
|
2547
2014
|
static fromSuiParsedData(content: SuiParsedData): TokenPool;
|
|
2548
|
-
static fromSuiObjectData(data: SuiObjectData): TokenPool;
|
|
2549
2015
|
static fetch(client: SuiClient, id: string): Promise<TokenPool>;
|
|
2550
2016
|
}
|
|
2551
2017
|
export declare function isUpdateBorrowInfoEvent(type: string): boolean;
|
|
@@ -2561,14 +2027,11 @@ export interface UpdateBorrowInfoEventFields {
|
|
|
2561
2027
|
}
|
|
2562
2028
|
export type UpdateBorrowInfoEventReified = Reified<UpdateBorrowInfoEvent, UpdateBorrowInfoEventFields>;
|
|
2563
2029
|
export declare class UpdateBorrowInfoEvent implements StructClass {
|
|
2564
|
-
|
|
2565
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateBorrowInfoEvent";
|
|
2030
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
|
|
2566
2031
|
static readonly $numTypeParams = 0;
|
|
2567
|
-
|
|
2568
|
-
readonly $
|
|
2569
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateBorrowInfoEvent`;
|
|
2032
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
|
|
2033
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
|
|
2570
2034
|
readonly $typeArgs: [];
|
|
2571
|
-
readonly $isPhantom: readonly [];
|
|
2572
2035
|
readonly index: ToField<"u64">;
|
|
2573
2036
|
readonly liquidityTokenType: ToField<TypeName>;
|
|
2574
2037
|
readonly previousBorrowTsMs: ToField<"u64">;
|
|
@@ -2581,8 +2044,8 @@ export declare class UpdateBorrowInfoEvent implements StructClass {
|
|
|
2581
2044
|
static reified(): UpdateBorrowInfoEventReified;
|
|
2582
2045
|
static get r(): reified.StructClassReified<UpdateBorrowInfoEvent, UpdateBorrowInfoEventFields>;
|
|
2583
2046
|
static phantom(): PhantomReified<ToTypeStr<UpdateBorrowInfoEvent>>;
|
|
2584
|
-
static get p(): reified.PhantomReified<"
|
|
2585
|
-
static get bcs(): import("@mysten/
|
|
2047
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent">;
|
|
2048
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2586
2049
|
index: string;
|
|
2587
2050
|
liquidity_token_type: {
|
|
2588
2051
|
name: {
|
|
@@ -2645,7 +2108,6 @@ export declare class UpdateBorrowInfoEvent implements StructClass {
|
|
|
2645
2108
|
static fromJSONField(field: any): UpdateBorrowInfoEvent;
|
|
2646
2109
|
static fromJSON(json: Record<string, any>): UpdateBorrowInfoEvent;
|
|
2647
2110
|
static fromSuiParsedData(content: SuiParsedData): UpdateBorrowInfoEvent;
|
|
2648
|
-
static fromSuiObjectData(data: SuiObjectData): UpdateBorrowInfoEvent;
|
|
2649
2111
|
static fetch(client: SuiClient, id: string): Promise<UpdateBorrowInfoEvent>;
|
|
2650
2112
|
}
|
|
2651
2113
|
export declare function isUpdateLiquidityValueEvent(type: string): boolean;
|
|
@@ -2660,14 +2122,11 @@ export interface UpdateLiquidityValueEventFields {
|
|
|
2660
2122
|
}
|
|
2661
2123
|
export type UpdateLiquidityValueEventReified = Reified<UpdateLiquidityValueEvent, UpdateLiquidityValueEventFields>;
|
|
2662
2124
|
export declare class UpdateLiquidityValueEvent implements StructClass {
|
|
2663
|
-
|
|
2664
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateLiquidityValueEvent";
|
|
2125
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
|
|
2665
2126
|
static readonly $numTypeParams = 0;
|
|
2666
|
-
|
|
2667
|
-
readonly $
|
|
2668
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateLiquidityValueEvent`;
|
|
2127
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
|
|
2128
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
|
|
2669
2129
|
readonly $typeArgs: [];
|
|
2670
|
-
readonly $isPhantom: readonly [];
|
|
2671
2130
|
readonly sender: ToField<"address">;
|
|
2672
2131
|
readonly index: ToField<"u64">;
|
|
2673
2132
|
readonly liquidityToken: ToField<TypeName>;
|
|
@@ -2679,8 +2138,8 @@ export declare class UpdateLiquidityValueEvent implements StructClass {
|
|
|
2679
2138
|
static reified(): UpdateLiquidityValueEventReified;
|
|
2680
2139
|
static get r(): reified.StructClassReified<UpdateLiquidityValueEvent, UpdateLiquidityValueEventFields>;
|
|
2681
2140
|
static phantom(): PhantomReified<ToTypeStr<UpdateLiquidityValueEvent>>;
|
|
2682
|
-
static get p(): reified.PhantomReified<"
|
|
2683
|
-
static get bcs(): import("@mysten/
|
|
2141
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent">;
|
|
2142
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2684
2143
|
sender: string;
|
|
2685
2144
|
index: string;
|
|
2686
2145
|
liquidity_token: {
|
|
@@ -2739,7 +2198,6 @@ export declare class UpdateLiquidityValueEvent implements StructClass {
|
|
|
2739
2198
|
static fromJSONField(field: any): UpdateLiquidityValueEvent;
|
|
2740
2199
|
static fromJSON(json: Record<string, any>): UpdateLiquidityValueEvent;
|
|
2741
2200
|
static fromSuiParsedData(content: SuiParsedData): UpdateLiquidityValueEvent;
|
|
2742
|
-
static fromSuiObjectData(data: SuiObjectData): UpdateLiquidityValueEvent;
|
|
2743
2201
|
static fetch(client: SuiClient, id: string): Promise<UpdateLiquidityValueEvent>;
|
|
2744
2202
|
}
|
|
2745
2203
|
export declare function isUpdateMarginConfigEvent(type: string): boolean;
|
|
@@ -2753,14 +2211,11 @@ export interface UpdateMarginConfigEventFields {
|
|
|
2753
2211
|
}
|
|
2754
2212
|
export type UpdateMarginConfigEventReified = Reified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
|
|
2755
2213
|
export declare class UpdateMarginConfigEvent implements StructClass {
|
|
2756
|
-
|
|
2757
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateMarginConfigEvent";
|
|
2214
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
|
|
2758
2215
|
static readonly $numTypeParams = 0;
|
|
2759
|
-
|
|
2760
|
-
readonly $
|
|
2761
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateMarginConfigEvent`;
|
|
2216
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
|
|
2217
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
|
|
2762
2218
|
readonly $typeArgs: [];
|
|
2763
|
-
readonly $isPhantom: readonly [];
|
|
2764
2219
|
readonly sender: ToField<"address">;
|
|
2765
2220
|
readonly index: ToField<"u64">;
|
|
2766
2221
|
readonly liquidityTokenType: ToField<TypeName>;
|
|
@@ -2771,8 +2226,8 @@ export declare class UpdateMarginConfigEvent implements StructClass {
|
|
|
2771
2226
|
static reified(): UpdateMarginConfigEventReified;
|
|
2772
2227
|
static get r(): reified.StructClassReified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
|
|
2773
2228
|
static phantom(): PhantomReified<ToTypeStr<UpdateMarginConfigEvent>>;
|
|
2774
|
-
static get p(): reified.PhantomReified<"
|
|
2775
|
-
static get bcs(): import("@mysten/
|
|
2229
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent">;
|
|
2230
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2776
2231
|
sender: string;
|
|
2777
2232
|
index: string;
|
|
2778
2233
|
liquidity_token_type: {
|
|
@@ -2903,7 +2358,6 @@ export declare class UpdateMarginConfigEvent implements StructClass {
|
|
|
2903
2358
|
static fromJSONField(field: any): UpdateMarginConfigEvent;
|
|
2904
2359
|
static fromJSON(json: Record<string, any>): UpdateMarginConfigEvent;
|
|
2905
2360
|
static fromSuiParsedData(content: SuiParsedData): UpdateMarginConfigEvent;
|
|
2906
|
-
static fromSuiObjectData(data: SuiObjectData): UpdateMarginConfigEvent;
|
|
2907
2361
|
static fetch(client: SuiClient, id: string): Promise<UpdateMarginConfigEvent>;
|
|
2908
2362
|
}
|
|
2909
2363
|
export declare function isUpdateSpotConfigEvent(type: string): boolean;
|
|
@@ -2917,14 +2371,11 @@ export interface UpdateSpotConfigEventFields {
|
|
|
2917
2371
|
}
|
|
2918
2372
|
export type UpdateSpotConfigEventReified = Reified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
|
|
2919
2373
|
export declare class UpdateSpotConfigEvent implements StructClass {
|
|
2920
|
-
|
|
2921
|
-
static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateSpotConfigEvent";
|
|
2374
|
+
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
|
|
2922
2375
|
static readonly $numTypeParams = 0;
|
|
2923
|
-
|
|
2924
|
-
readonly $
|
|
2925
|
-
readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateSpotConfigEvent`;
|
|
2376
|
+
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
|
|
2377
|
+
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
|
|
2926
2378
|
readonly $typeArgs: [];
|
|
2927
|
-
readonly $isPhantom: readonly [];
|
|
2928
2379
|
readonly sender: ToField<"address">;
|
|
2929
2380
|
readonly index: ToField<"u64">;
|
|
2930
2381
|
readonly liquidityTokenType: ToField<TypeName>;
|
|
@@ -2935,8 +2386,8 @@ export declare class UpdateSpotConfigEvent implements StructClass {
|
|
|
2935
2386
|
static reified(): UpdateSpotConfigEventReified;
|
|
2936
2387
|
static get r(): reified.StructClassReified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
|
|
2937
2388
|
static phantom(): PhantomReified<ToTypeStr<UpdateSpotConfigEvent>>;
|
|
2938
|
-
static get p(): reified.PhantomReified<"
|
|
2939
|
-
static get bcs(): import("@mysten/
|
|
2389
|
+
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent">;
|
|
2390
|
+
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2940
2391
|
sender: string;
|
|
2941
2392
|
index: string;
|
|
2942
2393
|
liquidity_token_type: {
|
|
@@ -3083,6 +2534,5 @@ export declare class UpdateSpotConfigEvent implements StructClass {
|
|
|
3083
2534
|
static fromJSONField(field: any): UpdateSpotConfigEvent;
|
|
3084
2535
|
static fromJSON(json: Record<string, any>): UpdateSpotConfigEvent;
|
|
3085
2536
|
static fromSuiParsedData(content: SuiParsedData): UpdateSpotConfigEvent;
|
|
3086
|
-
static fromSuiObjectData(data: SuiObjectData): UpdateSpotConfigEvent;
|
|
3087
2537
|
static fetch(client: SuiClient, id: string): Promise<UpdateSpotConfigEvent>;
|
|
3088
2538
|
}
|