@typus/typus-sdk 1.4.84 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/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 +4 -1
- package/dist/src/constants/token.js +4 -1
- 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 +9 -4
- 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 +1 -83
- package/dist/src/typus-dov-single-v2/function/bidding.js +9 -182
- package/dist/src/typus-dov-single-v2/function/index.d.ts +0 -1
- package/dist/src/typus-dov-single-v2/function/index.js +1 -1
- package/dist/src/typus-dov-single-v2/function/token.js +3 -1
- 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 -2
- package/dist/src/typus-dov-single-v2/history/vault-history.js +1 -99
- 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 +61 -59
- 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 +32 -24
- 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 +6 -1
- package/dist/src/typus-launch/improvement-proposal/view-function.js +43 -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/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.d.ts +16 -6
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.js +161 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.js +4 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.js +94 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.js +84 -23
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +46 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +228 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +46 -0
- package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +228 -0
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +5 -0
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +8 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +86 -13
- package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +793 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +52 -10
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +105 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +108 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/authenticator-state/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +894 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.js +183 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bls12381/structs.d.ts +68 -9
- package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +820 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/borrow/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +410 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/coin/structs.d.ts +94 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +1259 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +179 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +577 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +430 -0
- package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +1177 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/display/structs.d.ts +20 -7
- package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +584 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.d.ts +12 -7
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.js +110 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.d.ts +10 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.js +94 -24
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/groth16/structs.d.ts +28 -10
- package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +710 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.js +16 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk/structs.d.ts +62 -21
- package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +1724 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.js +185 -48
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/linked-table/structs.d.ts +15 -6
- package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +438 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.js +166 -45
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.js +90 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.js +101 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/package/structs.d.ts +28 -10
- package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +752 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.d.ts +19 -9
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.js +192 -50
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/random/structs.d.ts +22 -8
- package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +586 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.js +101 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/token/structs.d.ts +38 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +1107 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.js +99 -25
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer-policy/structs.d.ts +38 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +1099 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.js +108 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-map/structs.d.ts +23 -13
- package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +436 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.js +94 -24
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.js +177 -49
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.js +113 -29
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.js +98 -26
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +3 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +84 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +14 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +186 -50
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +40 -14
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +1092 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +15 -5
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +52 -7
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +20 -7
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +643 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +898 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +8 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +11 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +20 -1
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +227 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +622 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +124 -16
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +1476 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +438 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +13 -4
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +430 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +1071 -0
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +2275 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +68 -50
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +732 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +34 -12
- package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +900 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +46 -16
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +1335 -0
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +9 -0
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +12 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +4 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +50 -41
- package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828}/royalty-rule/structs.js +227 -103
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +76 -55
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +886 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +93 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +247 -136
- package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +2407 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +100 -34
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +3052 -0
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +10 -0
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +13 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +23 -17
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +213 -147
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +2846 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +58 -20
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +1669 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +46 -16
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +1249 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +244 -82
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +1869 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +115 -30
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +534 -74
- package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +7680 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +87 -23
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +22 -8
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +581 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +109 -27
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +50 -17
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +1735 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +80 -23
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +6 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +15 -6
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +444 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +172 -58
- package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +5014 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +40 -14
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1229 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +10 -4
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +105 -28
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +95 -26
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +10 -4
- package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +322 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.d.ts +22 -12
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.js +202 -54
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.d.ts +21 -12
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.js +172 -48
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.d.ts +12 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.js +91 -26
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.js +171 -47
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.d.ts +14 -8
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.js +96 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.js +100 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.d.ts +12 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.js +94 -24
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.js +90 -25
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +6 -0
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.js +1 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.js +100 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.js +95 -26
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.js +182 -50
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.d.ts +20 -10
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.js +181 -48
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.js +85 -24
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.js +87 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.d.ts +12 -7
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.js +96 -27
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.js +90 -25
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/state/structs.d.ts +30 -17
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +573 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +130 -0
- package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +524 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +1 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +2 -1
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +48 -39
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +217 -97
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +50 -41
- package/dist/src/{_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828 → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/royalty-rule/structs.js +227 -103
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +8 -3
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +93 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.d.ts +12 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.js +94 -24
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/emitter/structs.d.ts +29 -16
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +531 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.js +90 -25
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/governance-message/structs.d.ts +20 -10
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +460 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.js +95 -26
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.js +100 -27
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +3 -0
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +6 -0
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/package-utils/structs.d.ts +38 -21
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +680 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/publish-message/structs.d.ts +22 -12
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +449 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.d.ts +52 -43
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.js +232 -103
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.js +165 -45
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.d.ts +11 -6
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.js +84 -23
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/state/structs.d.ts +20 -11
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +455 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.js +174 -47
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.d.ts +31 -17
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.js +252 -69
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/upgrade-contract/structs.d.ts +62 -49
- package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +532 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.d.ts +13 -7
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.js +125 -32
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.d.ts +20 -11
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.js +165 -45
- package/dist/src/typus-perp/_framework/init-loader.d.ts +2 -0
- package/dist/src/typus-perp/_framework/init-loader.js +63 -0
- package/dist/src/{_framework → typus-perp/_framework}/loader.d.ts +3 -3
- package/dist/src/{_framework → typus-perp/_framework}/loader.js +14 -5
- package/dist/src/{_framework → typus-perp/_framework}/reified.d.ts +28 -20
- package/dist/src/{_framework → typus-perp/_framework}/reified.js +11 -37
- package/dist/src/typus-perp/_framework/util.d.ts +35 -0
- package/dist/src/typus-perp/_framework/util.js +396 -0
- package/dist/src/typus-perp/_framework/vector.d.ts +35 -0
- package/dist/src/typus-perp/_framework/vector.js +112 -0
- package/dist/src/typus-perp/fetch.d.ts +5 -5
- package/dist/src/typus-perp/fetch.js +16 -16
- package/dist/src/typus-perp/index.d.ts +2 -4
- package/dist/src/typus-perp/index.js +5 -64
- package/dist/src/typus-perp/readVec.js +9 -9
- package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +50 -0
- package/dist/src/typus-perp/typus_perp/admin/functions.js +116 -0
- package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.d.ts +49 -27
- package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.js +117 -21
- package/dist/src/typus-perp/typus_perp/index.d.ts +3 -0
- package/dist/src/typus-perp/typus_perp/index.js +6 -0
- package/dist/src/typus-perp/{init.js → typus_perp/init.js} +13 -26
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +342 -0
- package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +517 -0
- package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.d.ts +698 -148
- package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.js +1457 -172
- package/dist/src/typus-perp/typus_perp/math/functions.d.ts +18 -0
- package/dist/src/typus-perp/typus_perp/math/functions.js +49 -0
- package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +13 -0
- package/dist/src/typus-perp/typus_perp/oracle/functions.js +25 -0
- package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.d.ts +20 -11
- package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.js +52 -10
- package/dist/src/typus-perp/typus_perp/position/functions.d.ts +343 -0
- package/dist/src/typus-perp/typus_perp/position/functions.js +659 -0
- package/dist/src/typus-perp/{position → typus_perp/position}/structs.d.ts +73 -43
- package/dist/src/typus-perp/{position → typus_perp/position}/structs.js +177 -38
- package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +9 -0
- package/dist/src/typus-perp/typus_perp/symbol/functions.js +33 -0
- package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.d.ts +11 -6
- package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.js +23 -4
- package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +19 -0
- package/dist/src/typus-perp/typus_perp/tlp/functions.js +41 -0
- package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.d.ts +20 -11
- package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.js +61 -13
- package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +11 -0
- package/dist/src/typus-perp/{token-interface → typus_perp/token-interface}/functions.js +6 -6
- package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +493 -0
- package/dist/src/typus-perp/typus_perp/trading/functions.js +711 -0
- package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.d.ts +523 -161
- package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.js +1042 -107
- package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +9 -0
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/functions.js +14 -11
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.d.ts +11 -6
- package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.js +32 -7
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +50 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +116 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/structs.d.ts +447 -0
- package/dist/src/typus-perp/typus_stake_pool/admin/structs.js +898 -0
- package/dist/src/typus-perp/typus_stake_pool/index.d.ts +3 -0
- package/dist/src/typus-perp/typus_stake_pool/index.js +6 -0
- package/dist/src/typus-perp/typus_stake_pool/init.d.ts +2 -0
- package/dist/src/typus-perp/typus_stake_pool/init.js +57 -0
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +175 -0
- package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +275 -0
- package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.d.ts +293 -185
- package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.js +659 -235
- package/dist/src/typus-perp/user/order.d.ts +10 -10
- package/dist/src/typus-perp/user/order.js +6 -5
- package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +5 -5
- package/dist/src/typus-perp/user/orderWithBidReceipt.js +3 -3
- package/dist/src/typus-perp/user/tlp.d.ts +12 -12
- package/dist/src/typus-perp/user/tlp.js +13 -11
- 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 +18 -2
- 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 +2 -0
- package/dist/src/utils/pyth/constant.js +2 -0
- package/dist/src/utils/pyth/pythClient.d.ts +3 -3
- package/dist/src/utils/typusConfig.d.ts +8 -2
- package/package.json +4 -5
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -5
- package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -377
- package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +0 -565
- package/dist/src/_dependencies/source/0x2/bls12381/structs.js +0 -434
- package/dist/src/_dependencies/source/0x2/borrow/structs.js +0 -267
- package/dist/src/_dependencies/source/0x2/coin/structs.js +0 -648
- package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +0 -178
- package/dist/src/_dependencies/source/0x2/deny-list/structs.js +0 -290
- package/dist/src/_dependencies/source/0x2/display/structs.js +0 -362
- package/dist/src/_dependencies/source/0x2/groth16/structs.js +0 -464
- package/dist/src/_dependencies/source/0x2/kiosk/structs.js +0 -1033
- package/dist/src/_dependencies/source/0x2/linked-table/structs.js +0 -272
- package/dist/src/_dependencies/source/0x2/package/structs.js +0 -478
- package/dist/src/_dependencies/source/0x2/random/structs.js +0 -383
- package/dist/src/_dependencies/source/0x2/token/structs.js +0 -651
- package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +0 -665
- package/dist/src/_dependencies/source/0x2/vec-map/structs.js +0 -286
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -669
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -402
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -566
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -5
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -774
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -272
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -276
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -471
- package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -563
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -789
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -5
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -562
- package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -1331
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -1706
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -5
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -1643
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -971
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -750
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -933
- package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -3796
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
- package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -2830
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -711
- package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -212
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -348
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -298
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -5
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -438
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -297
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -303
- package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -349
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -2
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -5
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -363
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -79
- package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -256
- package/dist/src/_framework/init-source.d.ts +0 -1
- package/dist/src/_framework/init-source.js +0 -64
- package/dist/src/_framework/util.d.ts +0 -53
- package/dist/src/_framework/util.js +0 -251
- package/dist/src/typus-perp/admin/functions.d.ts +0 -51
- package/dist/src/typus-perp/admin/functions.js +0 -100
- package/dist/src/typus-perp/lp-pool/functions.d.ts +0 -283
- package/dist/src/typus-perp/lp-pool/functions.js +0 -418
- package/dist/src/typus-perp/math/functions.d.ts +0 -18
- package/dist/src/typus-perp/math/functions.js +0 -40
- package/dist/src/typus-perp/oracle/functions.d.ts +0 -14
- package/dist/src/typus-perp/oracle/functions.js +0 -22
- package/dist/src/typus-perp/position/functions.d.ts +0 -339
- package/dist/src/typus-perp/position/functions.js +0 -564
- package/dist/src/typus-perp/stake-pool/functions.d.ts +0 -169
- package/dist/src/typus-perp/stake-pool/functions.js +0 -258
- package/dist/src/typus-perp/symbol/functions.d.ts +0 -10
- package/dist/src/typus-perp/symbol/functions.js +0 -20
- package/dist/src/typus-perp/tlp/functions.d.ts +0 -20
- package/dist/src/typus-perp/tlp/functions.js +0 -35
- package/dist/src/typus-perp/token-interface/functions.d.ts +0 -12
- package/dist/src/typus-perp/trading/functions.d.ts +0 -427
- package/dist/src/typus-perp/trading/functions.js +0 -612
- package/dist/src/typus-perp/treasury-caps/functions.d.ts +0 -10
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -0
- package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.d.ts +0 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
- package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +2 -2
- package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.d.ts +0 -0
- package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.js +4 -4
- /package/dist/src/typus-perp/{init.d.ts → typus_perp/init.d.ts} +0 -0
|
@@ -2,9 +2,11 @@ import * as reified from "../../_framework/reified";
|
|
|
2
2
|
import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
|
|
3
3
|
import { UID } from "../../_dependencies/source/0x2/object/structs";
|
|
4
4
|
import { VecMap } from "../../_dependencies/source/0x2/vec-map/structs";
|
|
5
|
-
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr
|
|
5
|
+
import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
|
|
6
6
|
import { FieldsWithTypes } from "../../_framework/util";
|
|
7
|
-
import {
|
|
7
|
+
import { Vector } from "../../_framework/vector";
|
|
8
|
+
import { PKG_V1 } from "../index";
|
|
9
|
+
import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
|
|
8
10
|
export declare function isUnsubscribeEvent(type: string): boolean;
|
|
9
11
|
export interface UnsubscribeEventFields {
|
|
10
12
|
sender: ToField<"address">;
|
|
@@ -18,11 +20,14 @@ export interface UnsubscribeEventFields {
|
|
|
18
20
|
}
|
|
19
21
|
export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
20
22
|
export declare class UnsubscribeEvent implements StructClass {
|
|
21
|
-
|
|
23
|
+
__StructClass: true;
|
|
24
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent";
|
|
22
25
|
static readonly $numTypeParams = 0;
|
|
23
|
-
readonly $
|
|
24
|
-
readonly $
|
|
26
|
+
static readonly $isPhantom: readonly [];
|
|
27
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent";
|
|
28
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnsubscribeEvent`;
|
|
25
29
|
readonly $typeArgs: [];
|
|
30
|
+
readonly $isPhantom: readonly [];
|
|
26
31
|
readonly sender: ToField<"address">;
|
|
27
32
|
readonly index: ToField<"u64">;
|
|
28
33
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -35,8 +40,8 @@ export declare class UnsubscribeEvent implements StructClass {
|
|
|
35
40
|
static reified(): UnsubscribeEventReified;
|
|
36
41
|
static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
|
|
37
42
|
static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
|
|
38
|
-
static get p(): reified.PhantomReified<"
|
|
39
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
43
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent">;
|
|
44
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
40
45
|
sender: string;
|
|
41
46
|
index: string;
|
|
42
47
|
lp_token_type: {
|
|
@@ -99,8 +104,91 @@ export declare class UnsubscribeEvent implements StructClass {
|
|
|
99
104
|
static fromJSONField(field: any): UnsubscribeEvent;
|
|
100
105
|
static fromJSON(json: Record<string, any>): UnsubscribeEvent;
|
|
101
106
|
static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
|
|
107
|
+
static fromSuiObjectData(data: SuiObjectData): UnsubscribeEvent;
|
|
102
108
|
static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
|
|
103
109
|
}
|
|
110
|
+
export declare function isWithdrawIncentiveEvent(type: string): boolean;
|
|
111
|
+
export interface WithdrawIncentiveEventFields {
|
|
112
|
+
sender: ToField<"address">;
|
|
113
|
+
index: ToField<"u64">;
|
|
114
|
+
incentiveTokenType: ToField<TypeName>;
|
|
115
|
+
withdrawalAmount: ToField<"u64">;
|
|
116
|
+
u64Padding: ToField<Vector<"u64">>;
|
|
117
|
+
}
|
|
118
|
+
export type WithdrawIncentiveEventReified = Reified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
119
|
+
export declare class WithdrawIncentiveEvent implements StructClass {
|
|
120
|
+
__StructClass: true;
|
|
121
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent";
|
|
122
|
+
static readonly $numTypeParams = 0;
|
|
123
|
+
static readonly $isPhantom: readonly [];
|
|
124
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent";
|
|
125
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::WithdrawIncentiveEvent`;
|
|
126
|
+
readonly $typeArgs: [];
|
|
127
|
+
readonly $isPhantom: readonly [];
|
|
128
|
+
readonly sender: ToField<"address">;
|
|
129
|
+
readonly index: ToField<"u64">;
|
|
130
|
+
readonly incentiveTokenType: ToField<TypeName>;
|
|
131
|
+
readonly withdrawalAmount: ToField<"u64">;
|
|
132
|
+
readonly u64Padding: ToField<Vector<"u64">>;
|
|
133
|
+
private constructor();
|
|
134
|
+
static reified(): WithdrawIncentiveEventReified;
|
|
135
|
+
static get r(): reified.StructClassReified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
136
|
+
static phantom(): PhantomReified<ToTypeStr<WithdrawIncentiveEvent>>;
|
|
137
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent">;
|
|
138
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
139
|
+
sender: string;
|
|
140
|
+
index: string;
|
|
141
|
+
incentive_token_type: {
|
|
142
|
+
name: {
|
|
143
|
+
bytes: number[];
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
withdrawal_amount: string;
|
|
147
|
+
u64_padding: string[];
|
|
148
|
+
}, {
|
|
149
|
+
sender: string;
|
|
150
|
+
index: string | number | bigint;
|
|
151
|
+
incentive_token_type: {
|
|
152
|
+
name: {
|
|
153
|
+
bytes: Iterable<number> & {
|
|
154
|
+
length: number;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
withdrawal_amount: string | number | bigint;
|
|
159
|
+
u64_padding: Iterable<string | number | bigint> & {
|
|
160
|
+
length: number;
|
|
161
|
+
};
|
|
162
|
+
}>;
|
|
163
|
+
static fromFields(fields: Record<string, any>): WithdrawIncentiveEvent;
|
|
164
|
+
static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawIncentiveEvent;
|
|
165
|
+
static fromBcs(data: Uint8Array): WithdrawIncentiveEvent;
|
|
166
|
+
toJSONField(): {
|
|
167
|
+
sender: string;
|
|
168
|
+
index: string;
|
|
169
|
+
incentiveTokenType: {
|
|
170
|
+
name: string;
|
|
171
|
+
};
|
|
172
|
+
withdrawalAmount: string;
|
|
173
|
+
u64Padding: string[];
|
|
174
|
+
};
|
|
175
|
+
toJSON(): {
|
|
176
|
+
sender: string;
|
|
177
|
+
index: string;
|
|
178
|
+
incentiveTokenType: {
|
|
179
|
+
name: string;
|
|
180
|
+
};
|
|
181
|
+
withdrawalAmount: string;
|
|
182
|
+
u64Padding: string[];
|
|
183
|
+
$typeName: string;
|
|
184
|
+
$typeArgs: [];
|
|
185
|
+
};
|
|
186
|
+
static fromJSONField(field: any): WithdrawIncentiveEvent;
|
|
187
|
+
static fromJSON(json: Record<string, any>): WithdrawIncentiveEvent;
|
|
188
|
+
static fromSuiParsedData(content: SuiParsedData): WithdrawIncentiveEvent;
|
|
189
|
+
static fromSuiObjectData(data: SuiObjectData): WithdrawIncentiveEvent;
|
|
190
|
+
static fetch(client: SuiClient, id: string): Promise<WithdrawIncentiveEvent>;
|
|
191
|
+
}
|
|
104
192
|
export declare function isActivateIncentiveTokenEvent(type: string): boolean;
|
|
105
193
|
export interface ActivateIncentiveTokenEventFields {
|
|
106
194
|
sender: ToField<"address">;
|
|
@@ -110,11 +198,14 @@ export interface ActivateIncentiveTokenEventFields {
|
|
|
110
198
|
}
|
|
111
199
|
export type ActivateIncentiveTokenEventReified = Reified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
|
|
112
200
|
export declare class ActivateIncentiveTokenEvent implements StructClass {
|
|
113
|
-
|
|
201
|
+
__StructClass: true;
|
|
202
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent";
|
|
114
203
|
static readonly $numTypeParams = 0;
|
|
115
|
-
readonly $
|
|
116
|
-
readonly $
|
|
204
|
+
static readonly $isPhantom: readonly [];
|
|
205
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent";
|
|
206
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::ActivateIncentiveTokenEvent`;
|
|
117
207
|
readonly $typeArgs: [];
|
|
208
|
+
readonly $isPhantom: readonly [];
|
|
118
209
|
readonly sender: ToField<"address">;
|
|
119
210
|
readonly index: ToField<"u64">;
|
|
120
211
|
readonly incentiveToken: ToField<TypeName>;
|
|
@@ -123,8 +214,8 @@ export declare class ActivateIncentiveTokenEvent implements StructClass {
|
|
|
123
214
|
static reified(): ActivateIncentiveTokenEventReified;
|
|
124
215
|
static get r(): reified.StructClassReified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
|
|
125
216
|
static phantom(): PhantomReified<ToTypeStr<ActivateIncentiveTokenEvent>>;
|
|
126
|
-
static get p(): reified.PhantomReified<"
|
|
127
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
217
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent">;
|
|
218
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
128
219
|
sender: string;
|
|
129
220
|
index: string;
|
|
130
221
|
incentive_token: {
|
|
@@ -171,6 +262,7 @@ export declare class ActivateIncentiveTokenEvent implements StructClass {
|
|
|
171
262
|
static fromJSONField(field: any): ActivateIncentiveTokenEvent;
|
|
172
263
|
static fromJSON(json: Record<string, any>): ActivateIncentiveTokenEvent;
|
|
173
264
|
static fromSuiParsedData(content: SuiParsedData): ActivateIncentiveTokenEvent;
|
|
265
|
+
static fromSuiObjectData(data: SuiObjectData): ActivateIncentiveTokenEvent;
|
|
174
266
|
static fetch(client: SuiClient, id: string): Promise<ActivateIncentiveTokenEvent>;
|
|
175
267
|
}
|
|
176
268
|
export declare function isAddIncentiveTokenEvent(type: string): boolean;
|
|
@@ -184,11 +276,14 @@ export interface AddIncentiveTokenEventFields {
|
|
|
184
276
|
}
|
|
185
277
|
export type AddIncentiveTokenEventReified = Reified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
|
|
186
278
|
export declare class AddIncentiveTokenEvent implements StructClass {
|
|
187
|
-
|
|
279
|
+
__StructClass: true;
|
|
280
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent";
|
|
188
281
|
static readonly $numTypeParams = 0;
|
|
189
|
-
readonly $
|
|
190
|
-
readonly $
|
|
282
|
+
static readonly $isPhantom: readonly [];
|
|
283
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent";
|
|
284
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::AddIncentiveTokenEvent`;
|
|
191
285
|
readonly $typeArgs: [];
|
|
286
|
+
readonly $isPhantom: readonly [];
|
|
192
287
|
readonly sender: ToField<"address">;
|
|
193
288
|
readonly index: ToField<"u64">;
|
|
194
289
|
readonly incentiveToken: ToField<TypeName>;
|
|
@@ -199,8 +294,8 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
199
294
|
static reified(): AddIncentiveTokenEventReified;
|
|
200
295
|
static get r(): reified.StructClassReified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
|
|
201
296
|
static phantom(): PhantomReified<ToTypeStr<AddIncentiveTokenEvent>>;
|
|
202
|
-
static get p(): reified.PhantomReified<"
|
|
203
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
297
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent">;
|
|
298
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
204
299
|
sender: string;
|
|
205
300
|
index: string;
|
|
206
301
|
incentive_token: {
|
|
@@ -212,6 +307,7 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
212
307
|
active: boolean;
|
|
213
308
|
last_allocate_ts_ms: string;
|
|
214
309
|
incentive_price_index: string;
|
|
310
|
+
unallocated_amount: string;
|
|
215
311
|
u64_padding: string[];
|
|
216
312
|
};
|
|
217
313
|
incentive_config: {
|
|
@@ -234,6 +330,7 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
234
330
|
active: boolean;
|
|
235
331
|
last_allocate_ts_ms: string | number | bigint;
|
|
236
332
|
incentive_price_index: string | number | bigint;
|
|
333
|
+
unallocated_amount: string | number | bigint;
|
|
237
334
|
u64_padding: Iterable<string | number | bigint> & {
|
|
238
335
|
length: number;
|
|
239
336
|
};
|
|
@@ -262,6 +359,7 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
262
359
|
active: boolean;
|
|
263
360
|
lastAllocateTsMs: string;
|
|
264
361
|
incentivePriceIndex: string;
|
|
362
|
+
unallocatedAmount: string;
|
|
265
363
|
u64Padding: string[];
|
|
266
364
|
};
|
|
267
365
|
incentiveConfig: {
|
|
@@ -281,6 +379,7 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
281
379
|
active: boolean;
|
|
282
380
|
lastAllocateTsMs: string;
|
|
283
381
|
incentivePriceIndex: string;
|
|
382
|
+
unallocatedAmount: string;
|
|
284
383
|
u64Padding: string[];
|
|
285
384
|
};
|
|
286
385
|
incentiveConfig: {
|
|
@@ -295,6 +394,7 @@ export declare class AddIncentiveTokenEvent implements StructClass {
|
|
|
295
394
|
static fromJSONField(field: any): AddIncentiveTokenEvent;
|
|
296
395
|
static fromJSON(json: Record<string, any>): AddIncentiveTokenEvent;
|
|
297
396
|
static fromSuiParsedData(content: SuiParsedData): AddIncentiveTokenEvent;
|
|
397
|
+
static fromSuiObjectData(data: SuiObjectData): AddIncentiveTokenEvent;
|
|
298
398
|
static fetch(client: SuiClient, id: string): Promise<AddIncentiveTokenEvent>;
|
|
299
399
|
}
|
|
300
400
|
export declare function isDeactivateIncentiveTokenEvent(type: string): boolean;
|
|
@@ -306,11 +406,14 @@ export interface DeactivateIncentiveTokenEventFields {
|
|
|
306
406
|
}
|
|
307
407
|
export type DeactivateIncentiveTokenEventReified = Reified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
|
|
308
408
|
export declare class DeactivateIncentiveTokenEvent implements StructClass {
|
|
309
|
-
|
|
409
|
+
__StructClass: true;
|
|
410
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent";
|
|
310
411
|
static readonly $numTypeParams = 0;
|
|
311
|
-
readonly $
|
|
312
|
-
readonly $
|
|
412
|
+
static readonly $isPhantom: readonly [];
|
|
413
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent";
|
|
414
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivateIncentiveTokenEvent`;
|
|
313
415
|
readonly $typeArgs: [];
|
|
416
|
+
readonly $isPhantom: readonly [];
|
|
314
417
|
readonly sender: ToField<"address">;
|
|
315
418
|
readonly index: ToField<"u64">;
|
|
316
419
|
readonly incentiveToken: ToField<TypeName>;
|
|
@@ -319,8 +422,8 @@ export declare class DeactivateIncentiveTokenEvent implements StructClass {
|
|
|
319
422
|
static reified(): DeactivateIncentiveTokenEventReified;
|
|
320
423
|
static get r(): reified.StructClassReified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
|
|
321
424
|
static phantom(): PhantomReified<ToTypeStr<DeactivateIncentiveTokenEvent>>;
|
|
322
|
-
static get p(): reified.PhantomReified<"
|
|
323
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
425
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent">;
|
|
426
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
324
427
|
sender: string;
|
|
325
428
|
index: string;
|
|
326
429
|
incentive_token: {
|
|
@@ -367,6 +470,7 @@ export declare class DeactivateIncentiveTokenEvent implements StructClass {
|
|
|
367
470
|
static fromJSONField(field: any): DeactivateIncentiveTokenEvent;
|
|
368
471
|
static fromJSON(json: Record<string, any>): DeactivateIncentiveTokenEvent;
|
|
369
472
|
static fromSuiParsedData(content: SuiParsedData): DeactivateIncentiveTokenEvent;
|
|
473
|
+
static fromSuiObjectData(data: SuiObjectData): DeactivateIncentiveTokenEvent;
|
|
370
474
|
static fetch(client: SuiClient, id: string): Promise<DeactivateIncentiveTokenEvent>;
|
|
371
475
|
}
|
|
372
476
|
export declare function isDeactivatingShares(type: string): boolean;
|
|
@@ -379,11 +483,14 @@ export interface DeactivatingSharesFields {
|
|
|
379
483
|
}
|
|
380
484
|
export type DeactivatingSharesReified = Reified<DeactivatingShares, DeactivatingSharesFields>;
|
|
381
485
|
export declare class DeactivatingShares implements StructClass {
|
|
382
|
-
|
|
486
|
+
__StructClass: true;
|
|
487
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares";
|
|
383
488
|
static readonly $numTypeParams = 0;
|
|
384
|
-
readonly $
|
|
385
|
-
readonly $
|
|
489
|
+
static readonly $isPhantom: readonly [];
|
|
490
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares";
|
|
491
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivatingShares`;
|
|
386
492
|
readonly $typeArgs: [];
|
|
493
|
+
readonly $isPhantom: readonly [];
|
|
387
494
|
readonly shares: ToField<"u64">;
|
|
388
495
|
readonly unsubscribedTsMs: ToField<"u64">;
|
|
389
496
|
readonly unlockedTsMs: ToField<"u64">;
|
|
@@ -393,8 +500,8 @@ export declare class DeactivatingShares implements StructClass {
|
|
|
393
500
|
static reified(): DeactivatingSharesReified;
|
|
394
501
|
static get r(): reified.StructClassReified<DeactivatingShares, DeactivatingSharesFields>;
|
|
395
502
|
static phantom(): PhantomReified<ToTypeStr<DeactivatingShares>>;
|
|
396
|
-
static get p(): reified.PhantomReified<"
|
|
397
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
503
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares">;
|
|
504
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
398
505
|
shares: string;
|
|
399
506
|
unsubscribed_ts_ms: string;
|
|
400
507
|
unlocked_ts_ms: string;
|
|
@@ -467,6 +574,7 @@ export declare class DeactivatingShares implements StructClass {
|
|
|
467
574
|
static fromJSONField(field: any): DeactivatingShares;
|
|
468
575
|
static fromJSON(json: Record<string, any>): DeactivatingShares;
|
|
469
576
|
static fromSuiParsedData(content: SuiParsedData): DeactivatingShares;
|
|
577
|
+
static fromSuiObjectData(data: SuiObjectData): DeactivatingShares;
|
|
470
578
|
static fetch(client: SuiClient, id: string): Promise<DeactivatingShares>;
|
|
471
579
|
}
|
|
472
580
|
export declare function isDepositIncentiveEvent(type: string): boolean;
|
|
@@ -479,11 +587,14 @@ export interface DepositIncentiveEventFields {
|
|
|
479
587
|
}
|
|
480
588
|
export type DepositIncentiveEventReified = Reified<DepositIncentiveEvent, DepositIncentiveEventFields>;
|
|
481
589
|
export declare class DepositIncentiveEvent implements StructClass {
|
|
482
|
-
|
|
590
|
+
__StructClass: true;
|
|
591
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent";
|
|
483
592
|
static readonly $numTypeParams = 0;
|
|
484
|
-
readonly $
|
|
485
|
-
readonly $
|
|
593
|
+
static readonly $isPhantom: readonly [];
|
|
594
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent";
|
|
595
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DepositIncentiveEvent`;
|
|
486
596
|
readonly $typeArgs: [];
|
|
597
|
+
readonly $isPhantom: readonly [];
|
|
487
598
|
readonly sender: ToField<"address">;
|
|
488
599
|
readonly index: ToField<"u64">;
|
|
489
600
|
readonly incentiveTokenType: ToField<TypeName>;
|
|
@@ -493,8 +604,8 @@ export declare class DepositIncentiveEvent implements StructClass {
|
|
|
493
604
|
static reified(): DepositIncentiveEventReified;
|
|
494
605
|
static get r(): reified.StructClassReified<DepositIncentiveEvent, DepositIncentiveEventFields>;
|
|
495
606
|
static phantom(): PhantomReified<ToTypeStr<DepositIncentiveEvent>>;
|
|
496
|
-
static get p(): reified.PhantomReified<"
|
|
497
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
607
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent">;
|
|
608
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
498
609
|
sender: string;
|
|
499
610
|
index: string;
|
|
500
611
|
incentive_token_type: {
|
|
@@ -545,6 +656,7 @@ export declare class DepositIncentiveEvent implements StructClass {
|
|
|
545
656
|
static fromJSONField(field: any): DepositIncentiveEvent;
|
|
546
657
|
static fromJSON(json: Record<string, any>): DepositIncentiveEvent;
|
|
547
658
|
static fromSuiParsedData(content: SuiParsedData): DepositIncentiveEvent;
|
|
659
|
+
static fromSuiObjectData(data: SuiObjectData): DepositIncentiveEvent;
|
|
548
660
|
static fetch(client: SuiClient, id: string): Promise<DepositIncentiveEvent>;
|
|
549
661
|
}
|
|
550
662
|
export declare function isHarvestPerUserShareEvent(type: string): boolean;
|
|
@@ -558,11 +670,14 @@ export interface HarvestPerUserShareEventFields {
|
|
|
558
670
|
}
|
|
559
671
|
export type HarvestPerUserShareEventReified = Reified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
|
|
560
672
|
export declare class HarvestPerUserShareEvent implements StructClass {
|
|
561
|
-
|
|
673
|
+
__StructClass: true;
|
|
674
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent";
|
|
562
675
|
static readonly $numTypeParams = 0;
|
|
563
|
-
readonly $
|
|
564
|
-
readonly $
|
|
676
|
+
static readonly $isPhantom: readonly [];
|
|
677
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent";
|
|
678
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::HarvestPerUserShareEvent`;
|
|
565
679
|
readonly $typeArgs: [];
|
|
680
|
+
readonly $isPhantom: readonly [];
|
|
566
681
|
readonly sender: ToField<"address">;
|
|
567
682
|
readonly index: ToField<"u64">;
|
|
568
683
|
readonly incentiveTokenType: ToField<TypeName>;
|
|
@@ -573,8 +688,8 @@ export declare class HarvestPerUserShareEvent implements StructClass {
|
|
|
573
688
|
static reified(): HarvestPerUserShareEventReified;
|
|
574
689
|
static get r(): reified.StructClassReified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
|
|
575
690
|
static phantom(): PhantomReified<ToTypeStr<HarvestPerUserShareEvent>>;
|
|
576
|
-
static get p(): reified.PhantomReified<"
|
|
577
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
691
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent">;
|
|
692
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
578
693
|
sender: string;
|
|
579
694
|
index: string;
|
|
580
695
|
incentive_token_type: {
|
|
@@ -629,6 +744,7 @@ export declare class HarvestPerUserShareEvent implements StructClass {
|
|
|
629
744
|
static fromJSONField(field: any): HarvestPerUserShareEvent;
|
|
630
745
|
static fromJSON(json: Record<string, any>): HarvestPerUserShareEvent;
|
|
631
746
|
static fromSuiParsedData(content: SuiParsedData): HarvestPerUserShareEvent;
|
|
747
|
+
static fromSuiObjectData(data: SuiObjectData): HarvestPerUserShareEvent;
|
|
632
748
|
static fetch(client: SuiClient, id: string): Promise<HarvestPerUserShareEvent>;
|
|
633
749
|
}
|
|
634
750
|
export declare function isIncentive(type: string): boolean;
|
|
@@ -639,11 +755,14 @@ export interface IncentiveFields {
|
|
|
639
755
|
}
|
|
640
756
|
export type IncentiveReified = Reified<Incentive, IncentiveFields>;
|
|
641
757
|
export declare class Incentive implements StructClass {
|
|
642
|
-
|
|
758
|
+
__StructClass: true;
|
|
759
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive";
|
|
643
760
|
static readonly $numTypeParams = 0;
|
|
644
|
-
readonly $
|
|
645
|
-
readonly $
|
|
761
|
+
static readonly $isPhantom: readonly [];
|
|
762
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive";
|
|
763
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::Incentive`;
|
|
646
764
|
readonly $typeArgs: [];
|
|
765
|
+
readonly $isPhantom: readonly [];
|
|
647
766
|
readonly tokenType: ToField<TypeName>;
|
|
648
767
|
readonly config: ToField<IncentiveConfig>;
|
|
649
768
|
readonly info: ToField<IncentiveInfo>;
|
|
@@ -651,8 +770,8 @@ export declare class Incentive implements StructClass {
|
|
|
651
770
|
static reified(): IncentiveReified;
|
|
652
771
|
static get r(): reified.StructClassReified<Incentive, IncentiveFields>;
|
|
653
772
|
static phantom(): PhantomReified<ToTypeStr<Incentive>>;
|
|
654
|
-
static get p(): reified.PhantomReified<"
|
|
655
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
773
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive">;
|
|
774
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
656
775
|
token_type: {
|
|
657
776
|
name: {
|
|
658
777
|
bytes: number[];
|
|
@@ -667,6 +786,7 @@ export declare class Incentive implements StructClass {
|
|
|
667
786
|
active: boolean;
|
|
668
787
|
last_allocate_ts_ms: string;
|
|
669
788
|
incentive_price_index: string;
|
|
789
|
+
unallocated_amount: string;
|
|
670
790
|
u64_padding: string[];
|
|
671
791
|
};
|
|
672
792
|
}, {
|
|
@@ -688,6 +808,7 @@ export declare class Incentive implements StructClass {
|
|
|
688
808
|
active: boolean;
|
|
689
809
|
last_allocate_ts_ms: string | number | bigint;
|
|
690
810
|
incentive_price_index: string | number | bigint;
|
|
811
|
+
unallocated_amount: string | number | bigint;
|
|
691
812
|
u64_padding: Iterable<string | number | bigint> & {
|
|
692
813
|
length: number;
|
|
693
814
|
};
|
|
@@ -709,6 +830,7 @@ export declare class Incentive implements StructClass {
|
|
|
709
830
|
active: boolean;
|
|
710
831
|
lastAllocateTsMs: string;
|
|
711
832
|
incentivePriceIndex: string;
|
|
833
|
+
unallocatedAmount: string;
|
|
712
834
|
u64Padding: string[];
|
|
713
835
|
};
|
|
714
836
|
};
|
|
@@ -725,6 +847,7 @@ export declare class Incentive implements StructClass {
|
|
|
725
847
|
active: boolean;
|
|
726
848
|
lastAllocateTsMs: string;
|
|
727
849
|
incentivePriceIndex: string;
|
|
850
|
+
unallocatedAmount: string;
|
|
728
851
|
u64Padding: string[];
|
|
729
852
|
};
|
|
730
853
|
$typeName: string;
|
|
@@ -733,6 +856,7 @@ export declare class Incentive implements StructClass {
|
|
|
733
856
|
static fromJSONField(field: any): Incentive;
|
|
734
857
|
static fromJSON(json: Record<string, any>): Incentive;
|
|
735
858
|
static fromSuiParsedData(content: SuiParsedData): Incentive;
|
|
859
|
+
static fromSuiObjectData(data: SuiObjectData): Incentive;
|
|
736
860
|
static fetch(client: SuiClient, id: string): Promise<Incentive>;
|
|
737
861
|
}
|
|
738
862
|
export declare function isIncentiveConfig(type: string): boolean;
|
|
@@ -743,11 +867,14 @@ export interface IncentiveConfigFields {
|
|
|
743
867
|
}
|
|
744
868
|
export type IncentiveConfigReified = Reified<IncentiveConfig, IncentiveConfigFields>;
|
|
745
869
|
export declare class IncentiveConfig implements StructClass {
|
|
746
|
-
|
|
870
|
+
__StructClass: true;
|
|
871
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig";
|
|
747
872
|
static readonly $numTypeParams = 0;
|
|
748
|
-
readonly $
|
|
749
|
-
readonly $
|
|
873
|
+
static readonly $isPhantom: readonly [];
|
|
874
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig";
|
|
875
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveConfig`;
|
|
750
876
|
readonly $typeArgs: [];
|
|
877
|
+
readonly $isPhantom: readonly [];
|
|
751
878
|
readonly periodIncentiveAmount: ToField<"u64">;
|
|
752
879
|
readonly incentiveIntervalTsMs: ToField<"u64">;
|
|
753
880
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
@@ -755,8 +882,8 @@ export declare class IncentiveConfig implements StructClass {
|
|
|
755
882
|
static reified(): IncentiveConfigReified;
|
|
756
883
|
static get r(): reified.StructClassReified<IncentiveConfig, IncentiveConfigFields>;
|
|
757
884
|
static phantom(): PhantomReified<ToTypeStr<IncentiveConfig>>;
|
|
758
|
-
static get p(): reified.PhantomReified<"
|
|
759
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
885
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig">;
|
|
886
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
760
887
|
period_incentive_amount: string;
|
|
761
888
|
incentive_interval_ts_ms: string;
|
|
762
889
|
u64_padding: string[];
|
|
@@ -785,6 +912,7 @@ export declare class IncentiveConfig implements StructClass {
|
|
|
785
912
|
static fromJSONField(field: any): IncentiveConfig;
|
|
786
913
|
static fromJSON(json: Record<string, any>): IncentiveConfig;
|
|
787
914
|
static fromSuiParsedData(content: SuiParsedData): IncentiveConfig;
|
|
915
|
+
static fromSuiObjectData(data: SuiObjectData): IncentiveConfig;
|
|
788
916
|
static fetch(client: SuiClient, id: string): Promise<IncentiveConfig>;
|
|
789
917
|
}
|
|
790
918
|
export declare function isIncentiveInfo(type: string): boolean;
|
|
@@ -792,33 +920,40 @@ export interface IncentiveInfoFields {
|
|
|
792
920
|
active: ToField<"bool">;
|
|
793
921
|
lastAllocateTsMs: ToField<"u64">;
|
|
794
922
|
incentivePriceIndex: ToField<"u64">;
|
|
923
|
+
unallocatedAmount: ToField<"u64">;
|
|
795
924
|
u64Padding: ToField<Vector<"u64">>;
|
|
796
925
|
}
|
|
797
926
|
export type IncentiveInfoReified = Reified<IncentiveInfo, IncentiveInfoFields>;
|
|
798
927
|
export declare class IncentiveInfo implements StructClass {
|
|
799
|
-
|
|
928
|
+
__StructClass: true;
|
|
929
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo";
|
|
800
930
|
static readonly $numTypeParams = 0;
|
|
801
|
-
readonly $
|
|
802
|
-
readonly $
|
|
931
|
+
static readonly $isPhantom: readonly [];
|
|
932
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo";
|
|
933
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveInfo`;
|
|
803
934
|
readonly $typeArgs: [];
|
|
935
|
+
readonly $isPhantom: readonly [];
|
|
804
936
|
readonly active: ToField<"bool">;
|
|
805
937
|
readonly lastAllocateTsMs: ToField<"u64">;
|
|
806
938
|
readonly incentivePriceIndex: ToField<"u64">;
|
|
939
|
+
readonly unallocatedAmount: ToField<"u64">;
|
|
807
940
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
808
941
|
private constructor();
|
|
809
942
|
static reified(): IncentiveInfoReified;
|
|
810
943
|
static get r(): reified.StructClassReified<IncentiveInfo, IncentiveInfoFields>;
|
|
811
944
|
static phantom(): PhantomReified<ToTypeStr<IncentiveInfo>>;
|
|
812
|
-
static get p(): reified.PhantomReified<"
|
|
813
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
945
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo">;
|
|
946
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
814
947
|
active: boolean;
|
|
815
948
|
last_allocate_ts_ms: string;
|
|
816
949
|
incentive_price_index: string;
|
|
950
|
+
unallocated_amount: string;
|
|
817
951
|
u64_padding: string[];
|
|
818
952
|
}, {
|
|
819
953
|
active: boolean;
|
|
820
954
|
last_allocate_ts_ms: string | number | bigint;
|
|
821
955
|
incentive_price_index: string | number | bigint;
|
|
956
|
+
unallocated_amount: string | number | bigint;
|
|
822
957
|
u64_padding: Iterable<string | number | bigint> & {
|
|
823
958
|
length: number;
|
|
824
959
|
};
|
|
@@ -830,12 +965,14 @@ export declare class IncentiveInfo implements StructClass {
|
|
|
830
965
|
active: boolean;
|
|
831
966
|
lastAllocateTsMs: string;
|
|
832
967
|
incentivePriceIndex: string;
|
|
968
|
+
unallocatedAmount: string;
|
|
833
969
|
u64Padding: string[];
|
|
834
970
|
};
|
|
835
971
|
toJSON(): {
|
|
836
972
|
active: boolean;
|
|
837
973
|
lastAllocateTsMs: string;
|
|
838
974
|
incentivePriceIndex: string;
|
|
975
|
+
unallocatedAmount: string;
|
|
839
976
|
u64Padding: string[];
|
|
840
977
|
$typeName: string;
|
|
841
978
|
$typeArgs: [];
|
|
@@ -843,6 +980,7 @@ export declare class IncentiveInfo implements StructClass {
|
|
|
843
980
|
static fromJSONField(field: any): IncentiveInfo;
|
|
844
981
|
static fromJSON(json: Record<string, any>): IncentiveInfo;
|
|
845
982
|
static fromSuiParsedData(content: SuiParsedData): IncentiveInfo;
|
|
983
|
+
static fromSuiObjectData(data: SuiObjectData): IncentiveInfo;
|
|
846
984
|
static fetch(client: SuiClient, id: string): Promise<IncentiveInfo>;
|
|
847
985
|
}
|
|
848
986
|
export declare function isLpUserShare(type: string): boolean;
|
|
@@ -858,11 +996,14 @@ export interface LpUserShareFields {
|
|
|
858
996
|
}
|
|
859
997
|
export type LpUserShareReified = Reified<LpUserShare, LpUserShareFields>;
|
|
860
998
|
export declare class LpUserShare implements StructClass {
|
|
861
|
-
|
|
999
|
+
__StructClass: true;
|
|
1000
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare";
|
|
862
1001
|
static readonly $numTypeParams = 0;
|
|
863
|
-
readonly $
|
|
864
|
-
readonly $
|
|
1002
|
+
static readonly $isPhantom: readonly [];
|
|
1003
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare";
|
|
1004
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::LpUserShare`;
|
|
865
1005
|
readonly $typeArgs: [];
|
|
1006
|
+
readonly $isPhantom: readonly [];
|
|
866
1007
|
readonly user: ToField<"address">;
|
|
867
1008
|
readonly userShareId: ToField<"u64">;
|
|
868
1009
|
readonly stakeTsMs: ToField<"u64">;
|
|
@@ -875,8 +1016,8 @@ export declare class LpUserShare implements StructClass {
|
|
|
875
1016
|
static reified(): LpUserShareReified;
|
|
876
1017
|
static get r(): reified.StructClassReified<LpUserShare, LpUserShareFields>;
|
|
877
1018
|
static phantom(): PhantomReified<ToTypeStr<LpUserShare>>;
|
|
878
|
-
static get p(): reified.PhantomReified<"
|
|
879
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1019
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare">;
|
|
1020
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
880
1021
|
user: string;
|
|
881
1022
|
user_share_id: string;
|
|
882
1023
|
stake_ts_ms: string;
|
|
@@ -1025,6 +1166,7 @@ export declare class LpUserShare implements StructClass {
|
|
|
1025
1166
|
static fromJSONField(field: any): LpUserShare;
|
|
1026
1167
|
static fromJSON(json: Record<string, any>): LpUserShare;
|
|
1027
1168
|
static fromSuiParsedData(content: SuiParsedData): LpUserShare;
|
|
1169
|
+
static fromSuiObjectData(data: SuiObjectData): LpUserShare;
|
|
1028
1170
|
static fetch(client: SuiClient, id: string): Promise<LpUserShare>;
|
|
1029
1171
|
}
|
|
1030
1172
|
export declare function isNewStakePoolEvent(type: string): boolean;
|
|
@@ -1036,11 +1178,14 @@ export interface NewStakePoolEventFields {
|
|
|
1036
1178
|
}
|
|
1037
1179
|
export type NewStakePoolEventReified = Reified<NewStakePoolEvent, NewStakePoolEventFields>;
|
|
1038
1180
|
export declare class NewStakePoolEvent implements StructClass {
|
|
1039
|
-
|
|
1181
|
+
__StructClass: true;
|
|
1182
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent";
|
|
1040
1183
|
static readonly $numTypeParams = 0;
|
|
1041
|
-
readonly $
|
|
1042
|
-
readonly $
|
|
1184
|
+
static readonly $isPhantom: readonly [];
|
|
1185
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent";
|
|
1186
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::NewStakePoolEvent`;
|
|
1043
1187
|
readonly $typeArgs: [];
|
|
1188
|
+
readonly $isPhantom: readonly [];
|
|
1044
1189
|
readonly sender: ToField<"address">;
|
|
1045
1190
|
readonly stakePoolInfo: ToField<StakePoolInfo>;
|
|
1046
1191
|
readonly stakePoolConfig: ToField<StakePoolConfig>;
|
|
@@ -1049,8 +1194,8 @@ export declare class NewStakePoolEvent implements StructClass {
|
|
|
1049
1194
|
static reified(): NewStakePoolEventReified;
|
|
1050
1195
|
static get r(): reified.StructClassReified<NewStakePoolEvent, NewStakePoolEventFields>;
|
|
1051
1196
|
static phantom(): PhantomReified<ToTypeStr<NewStakePoolEvent>>;
|
|
1052
|
-
static get p(): reified.PhantomReified<"
|
|
1053
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1197
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent">;
|
|
1198
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1054
1199
|
sender: string;
|
|
1055
1200
|
stake_pool_info: {
|
|
1056
1201
|
stake_token: {
|
|
@@ -1141,6 +1286,7 @@ export declare class NewStakePoolEvent implements StructClass {
|
|
|
1141
1286
|
static fromJSONField(field: any): NewStakePoolEvent;
|
|
1142
1287
|
static fromJSON(json: Record<string, any>): NewStakePoolEvent;
|
|
1143
1288
|
static fromSuiParsedData(content: SuiParsedData): NewStakePoolEvent;
|
|
1289
|
+
static fromSuiObjectData(data: SuiObjectData): NewStakePoolEvent;
|
|
1144
1290
|
static fetch(client: SuiClient, id: string): Promise<NewStakePoolEvent>;
|
|
1145
1291
|
}
|
|
1146
1292
|
export declare function isRemoveIncentiveTokenEvent(type: string): boolean;
|
|
@@ -1153,11 +1299,14 @@ export interface RemoveIncentiveTokenEventFields {
|
|
|
1153
1299
|
}
|
|
1154
1300
|
export type RemoveIncentiveTokenEventReified = Reified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
|
|
1155
1301
|
export declare class RemoveIncentiveTokenEvent implements StructClass {
|
|
1156
|
-
|
|
1302
|
+
__StructClass: true;
|
|
1303
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent";
|
|
1157
1304
|
static readonly $numTypeParams = 0;
|
|
1158
|
-
readonly $
|
|
1159
|
-
readonly $
|
|
1305
|
+
static readonly $isPhantom: readonly [];
|
|
1306
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent";
|
|
1307
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::RemoveIncentiveTokenEvent`;
|
|
1160
1308
|
readonly $typeArgs: [];
|
|
1309
|
+
readonly $isPhantom: readonly [];
|
|
1161
1310
|
readonly sender: ToField<"address">;
|
|
1162
1311
|
readonly index: ToField<"u64">;
|
|
1163
1312
|
readonly incentiveToken: ToField<TypeName>;
|
|
@@ -1167,8 +1316,8 @@ export declare class RemoveIncentiveTokenEvent implements StructClass {
|
|
|
1167
1316
|
static reified(): RemoveIncentiveTokenEventReified;
|
|
1168
1317
|
static get r(): reified.StructClassReified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
|
|
1169
1318
|
static phantom(): PhantomReified<ToTypeStr<RemoveIncentiveTokenEvent>>;
|
|
1170
|
-
static get p(): reified.PhantomReified<"
|
|
1171
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1319
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent">;
|
|
1320
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1172
1321
|
sender: string;
|
|
1173
1322
|
index: string;
|
|
1174
1323
|
incentive_token: {
|
|
@@ -1219,6 +1368,7 @@ export declare class RemoveIncentiveTokenEvent implements StructClass {
|
|
|
1219
1368
|
static fromJSONField(field: any): RemoveIncentiveTokenEvent;
|
|
1220
1369
|
static fromJSON(json: Record<string, any>): RemoveIncentiveTokenEvent;
|
|
1221
1370
|
static fromSuiParsedData(content: SuiParsedData): RemoveIncentiveTokenEvent;
|
|
1371
|
+
static fromSuiObjectData(data: SuiObjectData): RemoveIncentiveTokenEvent;
|
|
1222
1372
|
static fetch(client: SuiClient, id: string): Promise<RemoveIncentiveTokenEvent>;
|
|
1223
1373
|
}
|
|
1224
1374
|
export declare function isStakeEvent(type: string): boolean;
|
|
@@ -1234,11 +1384,14 @@ export interface StakeEventFields {
|
|
|
1234
1384
|
}
|
|
1235
1385
|
export type StakeEventReified = Reified<StakeEvent, StakeEventFields>;
|
|
1236
1386
|
export declare class StakeEvent implements StructClass {
|
|
1237
|
-
|
|
1387
|
+
__StructClass: true;
|
|
1388
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent";
|
|
1238
1389
|
static readonly $numTypeParams = 0;
|
|
1239
|
-
readonly $
|
|
1240
|
-
readonly $
|
|
1390
|
+
static readonly $isPhantom: readonly [];
|
|
1391
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent";
|
|
1392
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakeEvent`;
|
|
1241
1393
|
readonly $typeArgs: [];
|
|
1394
|
+
readonly $isPhantom: readonly [];
|
|
1242
1395
|
readonly sender: ToField<"address">;
|
|
1243
1396
|
readonly index: ToField<"u64">;
|
|
1244
1397
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -1251,8 +1404,8 @@ export declare class StakeEvent implements StructClass {
|
|
|
1251
1404
|
static reified(): StakeEventReified;
|
|
1252
1405
|
static get r(): reified.StructClassReified<StakeEvent, StakeEventFields>;
|
|
1253
1406
|
static phantom(): PhantomReified<ToTypeStr<StakeEvent>>;
|
|
1254
|
-
static get p(): reified.PhantomReified<"
|
|
1255
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1407
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent">;
|
|
1408
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1256
1409
|
sender: string;
|
|
1257
1410
|
index: string;
|
|
1258
1411
|
lp_token_type: {
|
|
@@ -1351,6 +1504,7 @@ export declare class StakeEvent implements StructClass {
|
|
|
1351
1504
|
static fromJSONField(field: any): StakeEvent;
|
|
1352
1505
|
static fromJSON(json: Record<string, any>): StakeEvent;
|
|
1353
1506
|
static fromSuiParsedData(content: SuiParsedData): StakeEvent;
|
|
1507
|
+
static fromSuiObjectData(data: SuiObjectData): StakeEvent;
|
|
1354
1508
|
static fetch(client: SuiClient, id: string): Promise<StakeEvent>;
|
|
1355
1509
|
}
|
|
1356
1510
|
export declare function isStakePool(type: string): boolean;
|
|
@@ -1363,11 +1517,14 @@ export interface StakePoolFields {
|
|
|
1363
1517
|
}
|
|
1364
1518
|
export type StakePoolReified = Reified<StakePool, StakePoolFields>;
|
|
1365
1519
|
export declare class StakePool implements StructClass {
|
|
1366
|
-
|
|
1520
|
+
__StructClass: true;
|
|
1521
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool";
|
|
1367
1522
|
static readonly $numTypeParams = 0;
|
|
1368
|
-
readonly $
|
|
1369
|
-
readonly $
|
|
1523
|
+
static readonly $isPhantom: readonly [];
|
|
1524
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool";
|
|
1525
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePool`;
|
|
1370
1526
|
readonly $typeArgs: [];
|
|
1527
|
+
readonly $isPhantom: readonly [];
|
|
1371
1528
|
readonly id: ToField<UID>;
|
|
1372
1529
|
readonly poolInfo: ToField<StakePoolInfo>;
|
|
1373
1530
|
readonly config: ToField<StakePoolConfig>;
|
|
@@ -1377,8 +1534,8 @@ export declare class StakePool implements StructClass {
|
|
|
1377
1534
|
static reified(): StakePoolReified;
|
|
1378
1535
|
static get r(): reified.StructClassReified<StakePool, StakePoolFields>;
|
|
1379
1536
|
static phantom(): PhantomReified<ToTypeStr<StakePool>>;
|
|
1380
|
-
static get p(): reified.PhantomReified<"
|
|
1381
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1537
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool">;
|
|
1538
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1382
1539
|
id: {
|
|
1383
1540
|
id: {
|
|
1384
1541
|
bytes: string;
|
|
@@ -1415,6 +1572,7 @@ export declare class StakePool implements StructClass {
|
|
|
1415
1572
|
active: boolean;
|
|
1416
1573
|
last_allocate_ts_ms: string;
|
|
1417
1574
|
incentive_price_index: string;
|
|
1575
|
+
unallocated_amount: string;
|
|
1418
1576
|
u64_padding: string[];
|
|
1419
1577
|
};
|
|
1420
1578
|
}[];
|
|
@@ -1466,6 +1624,7 @@ export declare class StakePool implements StructClass {
|
|
|
1466
1624
|
active: boolean;
|
|
1467
1625
|
last_allocate_ts_ms: string | number | bigint;
|
|
1468
1626
|
incentive_price_index: string | number | bigint;
|
|
1627
|
+
unallocated_amount: string | number | bigint;
|
|
1469
1628
|
u64_padding: Iterable<string | number | bigint> & {
|
|
1470
1629
|
length: number;
|
|
1471
1630
|
};
|
|
@@ -1509,6 +1668,7 @@ export declare class StakePool implements StructClass {
|
|
|
1509
1668
|
active: boolean;
|
|
1510
1669
|
lastAllocateTsMs: string;
|
|
1511
1670
|
incentivePriceIndex: string;
|
|
1671
|
+
unallocatedAmount: string;
|
|
1512
1672
|
u64Padding: string[];
|
|
1513
1673
|
};
|
|
1514
1674
|
}[];
|
|
@@ -1543,6 +1703,7 @@ export declare class StakePool implements StructClass {
|
|
|
1543
1703
|
active: boolean;
|
|
1544
1704
|
lastAllocateTsMs: string;
|
|
1545
1705
|
incentivePriceIndex: string;
|
|
1706
|
+
unallocatedAmount: string;
|
|
1546
1707
|
u64Padding: string[];
|
|
1547
1708
|
};
|
|
1548
1709
|
}[];
|
|
@@ -1553,6 +1714,7 @@ export declare class StakePool implements StructClass {
|
|
|
1553
1714
|
static fromJSONField(field: any): StakePool;
|
|
1554
1715
|
static fromJSON(json: Record<string, any>): StakePool;
|
|
1555
1716
|
static fromSuiParsedData(content: SuiParsedData): StakePool;
|
|
1717
|
+
static fromSuiObjectData(data: SuiObjectData): StakePool;
|
|
1556
1718
|
static fetch(client: SuiClient, id: string): Promise<StakePool>;
|
|
1557
1719
|
}
|
|
1558
1720
|
export declare function isStakePoolConfig(type: string): boolean;
|
|
@@ -1562,19 +1724,22 @@ export interface StakePoolConfigFields {
|
|
|
1562
1724
|
}
|
|
1563
1725
|
export type StakePoolConfigReified = Reified<StakePoolConfig, StakePoolConfigFields>;
|
|
1564
1726
|
export declare class StakePoolConfig implements StructClass {
|
|
1565
|
-
|
|
1727
|
+
__StructClass: true;
|
|
1728
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig";
|
|
1566
1729
|
static readonly $numTypeParams = 0;
|
|
1567
|
-
readonly $
|
|
1568
|
-
readonly $
|
|
1730
|
+
static readonly $isPhantom: readonly [];
|
|
1731
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig";
|
|
1732
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolConfig`;
|
|
1569
1733
|
readonly $typeArgs: [];
|
|
1734
|
+
readonly $isPhantom: readonly [];
|
|
1570
1735
|
readonly unlockCountdownTsMs: ToField<"u64">;
|
|
1571
1736
|
readonly u64Padding: ToField<Vector<"u64">>;
|
|
1572
1737
|
private constructor();
|
|
1573
1738
|
static reified(): StakePoolConfigReified;
|
|
1574
1739
|
static get r(): reified.StructClassReified<StakePoolConfig, StakePoolConfigFields>;
|
|
1575
1740
|
static phantom(): PhantomReified<ToTypeStr<StakePoolConfig>>;
|
|
1576
|
-
static get p(): reified.PhantomReified<"
|
|
1577
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1741
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig">;
|
|
1742
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1578
1743
|
unlock_countdown_ts_ms: string;
|
|
1579
1744
|
u64_padding: string[];
|
|
1580
1745
|
}, {
|
|
@@ -1599,6 +1764,7 @@ export declare class StakePoolConfig implements StructClass {
|
|
|
1599
1764
|
static fromJSONField(field: any): StakePoolConfig;
|
|
1600
1765
|
static fromJSON(json: Record<string, any>): StakePoolConfig;
|
|
1601
1766
|
static fromSuiParsedData(content: SuiParsedData): StakePoolConfig;
|
|
1767
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolConfig;
|
|
1602
1768
|
static fetch(client: SuiClient, id: string): Promise<StakePoolConfig>;
|
|
1603
1769
|
}
|
|
1604
1770
|
export declare function isStakePoolInfo(type: string): boolean;
|
|
@@ -1612,11 +1778,14 @@ export interface StakePoolInfoFields {
|
|
|
1612
1778
|
}
|
|
1613
1779
|
export type StakePoolInfoReified = Reified<StakePoolInfo, StakePoolInfoFields>;
|
|
1614
1780
|
export declare class StakePoolInfo implements StructClass {
|
|
1615
|
-
|
|
1781
|
+
__StructClass: true;
|
|
1782
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo";
|
|
1616
1783
|
static readonly $numTypeParams = 0;
|
|
1617
|
-
readonly $
|
|
1618
|
-
readonly $
|
|
1784
|
+
static readonly $isPhantom: readonly [];
|
|
1785
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo";
|
|
1786
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolInfo`;
|
|
1619
1787
|
readonly $typeArgs: [];
|
|
1788
|
+
readonly $isPhantom: readonly [];
|
|
1620
1789
|
readonly stakeToken: ToField<TypeName>;
|
|
1621
1790
|
readonly index: ToField<"u64">;
|
|
1622
1791
|
readonly nextUserShareId: ToField<"u64">;
|
|
@@ -1627,8 +1796,8 @@ export declare class StakePoolInfo implements StructClass {
|
|
|
1627
1796
|
static reified(): StakePoolInfoReified;
|
|
1628
1797
|
static get r(): reified.StructClassReified<StakePoolInfo, StakePoolInfoFields>;
|
|
1629
1798
|
static phantom(): PhantomReified<ToTypeStr<StakePoolInfo>>;
|
|
1630
|
-
static get p(): reified.PhantomReified<"
|
|
1631
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1799
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo">;
|
|
1800
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1632
1801
|
stake_token: {
|
|
1633
1802
|
name: {
|
|
1634
1803
|
bytes: number[];
|
|
@@ -1683,6 +1852,7 @@ export declare class StakePoolInfo implements StructClass {
|
|
|
1683
1852
|
static fromJSONField(field: any): StakePoolInfo;
|
|
1684
1853
|
static fromJSON(json: Record<string, any>): StakePoolInfo;
|
|
1685
1854
|
static fromSuiParsedData(content: SuiParsedData): StakePoolInfo;
|
|
1855
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolInfo;
|
|
1686
1856
|
static fetch(client: SuiClient, id: string): Promise<StakePoolInfo>;
|
|
1687
1857
|
}
|
|
1688
1858
|
export declare function isStakePoolRegistry(type: string): boolean;
|
|
@@ -1692,19 +1862,22 @@ export interface StakePoolRegistryFields {
|
|
|
1692
1862
|
}
|
|
1693
1863
|
export type StakePoolRegistryReified = Reified<StakePoolRegistry, StakePoolRegistryFields>;
|
|
1694
1864
|
export declare class StakePoolRegistry implements StructClass {
|
|
1695
|
-
|
|
1865
|
+
__StructClass: true;
|
|
1866
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry";
|
|
1696
1867
|
static readonly $numTypeParams = 0;
|
|
1697
|
-
readonly $
|
|
1698
|
-
readonly $
|
|
1868
|
+
static readonly $isPhantom: readonly [];
|
|
1869
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry";
|
|
1870
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolRegistry`;
|
|
1699
1871
|
readonly $typeArgs: [];
|
|
1872
|
+
readonly $isPhantom: readonly [];
|
|
1700
1873
|
readonly id: ToField<UID>;
|
|
1701
1874
|
readonly numPool: ToField<"u64">;
|
|
1702
1875
|
private constructor();
|
|
1703
1876
|
static reified(): StakePoolRegistryReified;
|
|
1704
1877
|
static get r(): reified.StructClassReified<StakePoolRegistry, StakePoolRegistryFields>;
|
|
1705
1878
|
static phantom(): PhantomReified<ToTypeStr<StakePoolRegistry>>;
|
|
1706
|
-
static get p(): reified.PhantomReified<"
|
|
1707
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1879
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry">;
|
|
1880
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1708
1881
|
id: {
|
|
1709
1882
|
id: {
|
|
1710
1883
|
bytes: string;
|
|
@@ -1735,6 +1908,7 @@ export declare class StakePoolRegistry implements StructClass {
|
|
|
1735
1908
|
static fromJSONField(field: any): StakePoolRegistry;
|
|
1736
1909
|
static fromJSON(json: Record<string, any>): StakePoolRegistry;
|
|
1737
1910
|
static fromSuiParsedData(content: SuiParsedData): StakePoolRegistry;
|
|
1911
|
+
static fromSuiObjectData(data: SuiObjectData): StakePoolRegistry;
|
|
1738
1912
|
static fetch(client: SuiClient, id: string): Promise<StakePoolRegistry>;
|
|
1739
1913
|
}
|
|
1740
1914
|
export declare function isUnstakeEvent(type: string): boolean;
|
|
@@ -1749,11 +1923,14 @@ export interface UnstakeEventFields {
|
|
|
1749
1923
|
}
|
|
1750
1924
|
export type UnstakeEventReified = Reified<UnstakeEvent, UnstakeEventFields>;
|
|
1751
1925
|
export declare class UnstakeEvent implements StructClass {
|
|
1752
|
-
|
|
1926
|
+
__StructClass: true;
|
|
1927
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent";
|
|
1753
1928
|
static readonly $numTypeParams = 0;
|
|
1754
|
-
readonly $
|
|
1755
|
-
readonly $
|
|
1929
|
+
static readonly $isPhantom: readonly [];
|
|
1930
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent";
|
|
1931
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnstakeEvent`;
|
|
1756
1932
|
readonly $typeArgs: [];
|
|
1933
|
+
readonly $isPhantom: readonly [];
|
|
1757
1934
|
readonly sender: ToField<"address">;
|
|
1758
1935
|
readonly index: ToField<"u64">;
|
|
1759
1936
|
readonly lpTokenType: ToField<TypeName>;
|
|
@@ -1765,8 +1942,8 @@ export declare class UnstakeEvent implements StructClass {
|
|
|
1765
1942
|
static reified(): UnstakeEventReified;
|
|
1766
1943
|
static get r(): reified.StructClassReified<UnstakeEvent, UnstakeEventFields>;
|
|
1767
1944
|
static phantom(): PhantomReified<ToTypeStr<UnstakeEvent>>;
|
|
1768
|
-
static get p(): reified.PhantomReified<"
|
|
1769
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
1945
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent">;
|
|
1946
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1770
1947
|
sender: string;
|
|
1771
1948
|
index: string;
|
|
1772
1949
|
lp_token_type: {
|
|
@@ -1825,6 +2002,7 @@ export declare class UnstakeEvent implements StructClass {
|
|
|
1825
2002
|
static fromJSONField(field: any): UnstakeEvent;
|
|
1826
2003
|
static fromJSON(json: Record<string, any>): UnstakeEvent;
|
|
1827
2004
|
static fromSuiParsedData(content: SuiParsedData): UnstakeEvent;
|
|
2005
|
+
static fromSuiObjectData(data: SuiObjectData): UnstakeEvent;
|
|
1828
2006
|
static fetch(client: SuiClient, id: string): Promise<UnstakeEvent>;
|
|
1829
2007
|
}
|
|
1830
2008
|
export declare function isUpdateIncentiveConfigEvent(type: string): boolean;
|
|
@@ -1837,11 +2015,14 @@ export interface UpdateIncentiveConfigEventFields {
|
|
|
1837
2015
|
}
|
|
1838
2016
|
export type UpdateIncentiveConfigEventReified = Reified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
|
|
1839
2017
|
export declare class UpdateIncentiveConfigEvent implements StructClass {
|
|
1840
|
-
|
|
2018
|
+
__StructClass: true;
|
|
2019
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent";
|
|
1841
2020
|
static readonly $numTypeParams = 0;
|
|
1842
|
-
readonly $
|
|
1843
|
-
readonly $
|
|
2021
|
+
static readonly $isPhantom: readonly [];
|
|
2022
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent";
|
|
2023
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateIncentiveConfigEvent`;
|
|
1844
2024
|
readonly $typeArgs: [];
|
|
2025
|
+
readonly $isPhantom: readonly [];
|
|
1845
2026
|
readonly sender: ToField<"address">;
|
|
1846
2027
|
readonly index: ToField<"u64">;
|
|
1847
2028
|
readonly previousIncentiveConfig: ToField<IncentiveConfig>;
|
|
@@ -1851,8 +2032,8 @@ export declare class UpdateIncentiveConfigEvent implements StructClass {
|
|
|
1851
2032
|
static reified(): UpdateIncentiveConfigEventReified;
|
|
1852
2033
|
static get r(): reified.StructClassReified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
|
|
1853
2034
|
static phantom(): PhantomReified<ToTypeStr<UpdateIncentiveConfigEvent>>;
|
|
1854
|
-
static get p(): reified.PhantomReified<"
|
|
1855
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2035
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent">;
|
|
2036
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1856
2037
|
sender: string;
|
|
1857
2038
|
index: string;
|
|
1858
2039
|
previous_incentive_config: {
|
|
@@ -1925,6 +2106,7 @@ export declare class UpdateIncentiveConfigEvent implements StructClass {
|
|
|
1925
2106
|
static fromJSONField(field: any): UpdateIncentiveConfigEvent;
|
|
1926
2107
|
static fromJSON(json: Record<string, any>): UpdateIncentiveConfigEvent;
|
|
1927
2108
|
static fromSuiParsedData(content: SuiParsedData): UpdateIncentiveConfigEvent;
|
|
2109
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateIncentiveConfigEvent;
|
|
1928
2110
|
static fetch(client: SuiClient, id: string): Promise<UpdateIncentiveConfigEvent>;
|
|
1929
2111
|
}
|
|
1930
2112
|
export declare function isUpdateUnlockCountdownTsMsEvent(type: string): boolean;
|
|
@@ -1937,11 +2119,14 @@ export interface UpdateUnlockCountdownTsMsEventFields {
|
|
|
1937
2119
|
}
|
|
1938
2120
|
export type UpdateUnlockCountdownTsMsEventReified = Reified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
|
|
1939
2121
|
export declare class UpdateUnlockCountdownTsMsEvent implements StructClass {
|
|
1940
|
-
|
|
2122
|
+
__StructClass: true;
|
|
2123
|
+
static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent";
|
|
1941
2124
|
static readonly $numTypeParams = 0;
|
|
1942
|
-
readonly $
|
|
1943
|
-
readonly $
|
|
2125
|
+
static readonly $isPhantom: readonly [];
|
|
2126
|
+
readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent";
|
|
2127
|
+
readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateUnlockCountdownTsMsEvent`;
|
|
1944
2128
|
readonly $typeArgs: [];
|
|
2129
|
+
readonly $isPhantom: readonly [];
|
|
1945
2130
|
readonly sender: ToField<"address">;
|
|
1946
2131
|
readonly index: ToField<"u64">;
|
|
1947
2132
|
readonly previousUnlockCountdownTsMs: ToField<"u64">;
|
|
@@ -1951,8 +2136,8 @@ export declare class UpdateUnlockCountdownTsMsEvent implements StructClass {
|
|
|
1951
2136
|
static reified(): UpdateUnlockCountdownTsMsEventReified;
|
|
1952
2137
|
static get r(): reified.StructClassReified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
|
|
1953
2138
|
static phantom(): PhantomReified<ToTypeStr<UpdateUnlockCountdownTsMsEvent>>;
|
|
1954
|
-
static get p(): reified.PhantomReified<"
|
|
1955
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2139
|
+
static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent">;
|
|
2140
|
+
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
1956
2141
|
sender: string;
|
|
1957
2142
|
index: string;
|
|
1958
2143
|
previous_unlock_countdown_ts_ms: string;
|
|
@@ -1989,83 +2174,6 @@ export declare class UpdateUnlockCountdownTsMsEvent implements StructClass {
|
|
|
1989
2174
|
static fromJSONField(field: any): UpdateUnlockCountdownTsMsEvent;
|
|
1990
2175
|
static fromJSON(json: Record<string, any>): UpdateUnlockCountdownTsMsEvent;
|
|
1991
2176
|
static fromSuiParsedData(content: SuiParsedData): UpdateUnlockCountdownTsMsEvent;
|
|
2177
|
+
static fromSuiObjectData(data: SuiObjectData): UpdateUnlockCountdownTsMsEvent;
|
|
1992
2178
|
static fetch(client: SuiClient, id: string): Promise<UpdateUnlockCountdownTsMsEvent>;
|
|
1993
2179
|
}
|
|
1994
|
-
export declare function isWithdrawIncentiveEvent(type: string): boolean;
|
|
1995
|
-
export interface WithdrawIncentiveEventFields {
|
|
1996
|
-
sender: ToField<"address">;
|
|
1997
|
-
index: ToField<"u64">;
|
|
1998
|
-
incentiveTokenType: ToField<TypeName>;
|
|
1999
|
-
withdrawalAmount: ToField<"u64">;
|
|
2000
|
-
u64Padding: ToField<Vector<"u64">>;
|
|
2001
|
-
}
|
|
2002
|
-
export type WithdrawIncentiveEventReified = Reified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
2003
|
-
export declare class WithdrawIncentiveEvent implements StructClass {
|
|
2004
|
-
static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::stake_pool::WithdrawIncentiveEvent";
|
|
2005
|
-
static readonly $numTypeParams = 0;
|
|
2006
|
-
readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::stake_pool::WithdrawIncentiveEvent";
|
|
2007
|
-
readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::stake_pool::WithdrawIncentiveEvent";
|
|
2008
|
-
readonly $typeArgs: [];
|
|
2009
|
-
readonly sender: ToField<"address">;
|
|
2010
|
-
readonly index: ToField<"u64">;
|
|
2011
|
-
readonly incentiveTokenType: ToField<TypeName>;
|
|
2012
|
-
readonly withdrawalAmount: ToField<"u64">;
|
|
2013
|
-
readonly u64Padding: ToField<Vector<"u64">>;
|
|
2014
|
-
private constructor();
|
|
2015
|
-
static reified(): WithdrawIncentiveEventReified;
|
|
2016
|
-
static get r(): reified.StructClassReified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
|
|
2017
|
-
static phantom(): PhantomReified<ToTypeStr<WithdrawIncentiveEvent>>;
|
|
2018
|
-
static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::stake_pool::WithdrawIncentiveEvent">;
|
|
2019
|
-
static get bcs(): import("@mysten/bcs").BcsType<{
|
|
2020
|
-
sender: string;
|
|
2021
|
-
index: string;
|
|
2022
|
-
incentive_token_type: {
|
|
2023
|
-
name: {
|
|
2024
|
-
bytes: number[];
|
|
2025
|
-
};
|
|
2026
|
-
};
|
|
2027
|
-
withdrawal_amount: string;
|
|
2028
|
-
u64_padding: string[];
|
|
2029
|
-
}, {
|
|
2030
|
-
sender: string;
|
|
2031
|
-
index: string | number | bigint;
|
|
2032
|
-
incentive_token_type: {
|
|
2033
|
-
name: {
|
|
2034
|
-
bytes: Iterable<number> & {
|
|
2035
|
-
length: number;
|
|
2036
|
-
};
|
|
2037
|
-
};
|
|
2038
|
-
};
|
|
2039
|
-
withdrawal_amount: string | number | bigint;
|
|
2040
|
-
u64_padding: Iterable<string | number | bigint> & {
|
|
2041
|
-
length: number;
|
|
2042
|
-
};
|
|
2043
|
-
}>;
|
|
2044
|
-
static fromFields(fields: Record<string, any>): WithdrawIncentiveEvent;
|
|
2045
|
-
static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawIncentiveEvent;
|
|
2046
|
-
static fromBcs(data: Uint8Array): WithdrawIncentiveEvent;
|
|
2047
|
-
toJSONField(): {
|
|
2048
|
-
sender: string;
|
|
2049
|
-
index: string;
|
|
2050
|
-
incentiveTokenType: {
|
|
2051
|
-
name: string;
|
|
2052
|
-
};
|
|
2053
|
-
withdrawalAmount: string;
|
|
2054
|
-
u64Padding: string[];
|
|
2055
|
-
};
|
|
2056
|
-
toJSON(): {
|
|
2057
|
-
sender: string;
|
|
2058
|
-
index: string;
|
|
2059
|
-
incentiveTokenType: {
|
|
2060
|
-
name: string;
|
|
2061
|
-
};
|
|
2062
|
-
withdrawalAmount: string;
|
|
2063
|
-
u64Padding: string[];
|
|
2064
|
-
$typeName: string;
|
|
2065
|
-
$typeArgs: [];
|
|
2066
|
-
};
|
|
2067
|
-
static fromJSONField(field: any): WithdrawIncentiveEvent;
|
|
2068
|
-
static fromJSON(json: Record<string, any>): WithdrawIncentiveEvent;
|
|
2069
|
-
static fromSuiParsedData(content: SuiParsedData): WithdrawIncentiveEvent;
|
|
2070
|
-
static fetch(client: SuiClient, id: string): Promise<WithdrawIncentiveEvent>;
|
|
2071
|
-
}
|