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