@typus/typus-sdk 1.2.70 → 1.2.71
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/lib/config.json +4 -2
- package/lib/utils/_dependencies/source/0x1/ascii/structs.d.ts +82 -0
- package/lib/utils/_dependencies/source/0x1/ascii/structs.js +352 -0
- package/lib/utils/_dependencies/source/0x1/bit-vector/structs.d.ts +50 -0
- package/lib/utils/_dependencies/source/0x1/bit-vector/structs.js +239 -0
- package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.js +203 -0
- package/lib/utils/_dependencies/source/0x1/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1/index.js +5 -0
- package/lib/utils/_dependencies/source/0x1/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1/init.js +42 -0
- package/lib/utils/_dependencies/source/0x1/option/structs.d.ts +46 -0
- package/lib/utils/_dependencies/source/0x1/option/structs.js +233 -0
- package/lib/utils/_dependencies/source/0x1/string/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0x1/string/structs.js +227 -0
- package/lib/utils/_dependencies/source/0x1/type-name/structs.d.ts +48 -0
- package/lib/utils/_dependencies/source/0x1/type-name/structs.js +204 -0
- package/lib/utils/_dependencies/source/0x123/discount-mint/structs.d.ts +552 -0
- package/lib/utils/_dependencies/source/0x123/discount-mint/structs.js +1068 -0
- package/lib/utils/_dependencies/source/0x123/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x123/index.js +5 -0
- package/lib/utils/_dependencies/source/0x123/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x123/init.js +61 -0
- package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.js +340 -0
- package/lib/utils/_dependencies/source/0x123/staking/structs.d.ts +433 -0
- package/lib/utils/_dependencies/source/0x123/staking/structs.js +784 -0
- package/lib/utils/_dependencies/source/0x123/table-vec/structs.d.ts +63 -0
- package/lib/utils/_dependencies/source/0x123/table-vec/structs.js +236 -0
- package/lib/utils/_dependencies/source/0x123/typus-nft/structs.d.ts +1006 -0
- package/lib/utils/_dependencies/source/0x123/typus-nft/structs.js +1994 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.js +5 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.js +38 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.d.ts +340 -0
- package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.js +1103 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.js +5 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.js +40 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.d.ts +47 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.js +215 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.d.ts +212 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.js +525 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.d.ts +471 -0
- package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.js +669 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.d.ts +463 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.js +961 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.d.ts +137 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.js +401 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.d.ts +226 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.js +572 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.d.ts +383 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.js +802 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.js +5 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.js +72 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.d.ts +591 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.js +1156 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.d.ts +152 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.js +380 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.d.ts +138 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.js +376 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.d.ts +261 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.js +653 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.d.ts +194 -0
- package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.js +509 -0
- package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.d.ts +442 -0
- package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.js +807 -0
- package/lib/utils/_dependencies/source/0x2/bag/structs.d.ts +56 -0
- package/lib/utils/_dependencies/source/0x2/bag/structs.js +210 -0
- package/lib/utils/_dependencies/source/0x2/balance/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0x2/balance/structs.js +332 -0
- package/lib/utils/_dependencies/source/0x2/bcs/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0x2/bcs/structs.js +227 -0
- package/lib/utils/_dependencies/source/0x2/bls12381/structs.d.ts +155 -0
- package/lib/utils/_dependencies/source/0x2/bls12381/structs.js +578 -0
- package/lib/utils/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
- package/lib/utils/_dependencies/source/0x2/borrow/structs.js +353 -0
- package/lib/utils/_dependencies/source/0x2/clock/structs.d.ts +56 -0
- package/lib/utils/_dependencies/source/0x2/clock/structs.js +216 -0
- package/lib/utils/_dependencies/source/0x2/coin/structs.d.ts +379 -0
- package/lib/utils/_dependencies/source/0x2/coin/structs.js +924 -0
- package/lib/utils/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
- package/lib/utils/_dependencies/source/0x2/deny-list/structs.js +386 -0
- package/lib/utils/_dependencies/source/0x2/display/structs.d.ts +228 -0
- package/lib/utils/_dependencies/source/0x2/display/structs.js +498 -0
- package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
- package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.js +226 -0
- package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
- package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.js +208 -0
- package/lib/utils/_dependencies/source/0x2/groth16/structs.d.ts +186 -0
- package/lib/utils/_dependencies/source/0x2/groth16/structs.js +626 -0
- package/lib/utils/_dependencies/source/0x2/group-ops/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0x2/group-ops/structs.js +229 -0
- package/lib/utils/_dependencies/source/0x2/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x2/index.js +5 -0
- package/lib/utils/_dependencies/source/0x2/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x2/init.js +151 -0
- package/lib/utils/_dependencies/source/0x2/kiosk/structs.d.ts +565 -0
- package/lib/utils/_dependencies/source/0x2/kiosk/structs.js +1501 -0
- package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.d.ts +112 -0
- package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.js +349 -0
- package/lib/utils/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
- package/lib/utils/_dependencies/source/0x2/linked-table/structs.js +380 -0
- package/lib/utils/_dependencies/source/0x2/object/structs.d.ts +83 -0
- package/lib/utils/_dependencies/source/0x2/object/structs.js +328 -0
- package/lib/utils/_dependencies/source/0x2/object-bag/structs.d.ts +56 -0
- package/lib/utils/_dependencies/source/0x2/object-bag/structs.js +210 -0
- package/lib/utils/_dependencies/source/0x2/object-table/structs.d.ts +56 -0
- package/lib/utils/_dependencies/source/0x2/object-table/structs.js +218 -0
- package/lib/utils/_dependencies/source/0x2/package/structs.d.ts +262 -0
- package/lib/utils/_dependencies/source/0x2/package/structs.js +682 -0
- package/lib/utils/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
- package/lib/utils/_dependencies/source/0x2/priority-queue/structs.js +376 -0
- package/lib/utils/_dependencies/source/0x2/random/structs.d.ts +190 -0
- package/lib/utils/_dependencies/source/0x2/random/structs.js +533 -0
- package/lib/utils/_dependencies/source/0x2/sui/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0x2/sui/structs.js +203 -0
- package/lib/utils/_dependencies/source/0x2/table/structs.d.ts +56 -0
- package/lib/utils/_dependencies/source/0x2/table/structs.js +218 -0
- package/lib/utils/_dependencies/source/0x2/table-vec/structs.d.ts +63 -0
- package/lib/utils/_dependencies/source/0x2/table-vec/structs.js +236 -0
- package/lib/utils/_dependencies/source/0x2/token/structs.d.ts +424 -0
- package/lib/utils/_dependencies/source/0x2/token/structs.js +937 -0
- package/lib/utils/_dependencies/source/0x2/transfer/structs.d.ts +52 -0
- package/lib/utils/_dependencies/source/0x2/transfer/structs.js +218 -0
- package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.d.ts +345 -0
- package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.js +923 -0
- package/lib/utils/_dependencies/source/0x2/tx-context/structs.d.ts +68 -0
- package/lib/utils/_dependencies/source/0x2/tx-context/structs.js +257 -0
- package/lib/utils/_dependencies/source/0x2/url/structs.d.ts +48 -0
- package/lib/utils/_dependencies/source/0x2/url/structs.js +204 -0
- package/lib/utils/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
- package/lib/utils/_dependencies/source/0x2/vec-map/structs.js +378 -0
- package/lib/utils/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
- package/lib/utils/_dependencies/source/0x2/vec-set/structs.js +232 -0
- package/lib/utils/_dependencies/source/0x2/versioned/structs.d.ts +104 -0
- package/lib/utils/_dependencies/source/0x2/versioned/structs.js +353 -0
- package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +105 -0
- package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.js +241 -0
- package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +69 -0
- package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +223 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +5 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +31 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +50 -0
- package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +204 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +5 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +34 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +203 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +112 -0
- package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +359 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.d.ts +1404 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.js +2581 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.js +5 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.js +131 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.d.ts +1201 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.js +2527 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.d.ts +1622 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.js +2192 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.d.ts +395 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.js +1094 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.d.ts +994 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.js +1358 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.d.ts +77 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.js +245 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.d.ts +4338 -0
- package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.js +5821 -0
- package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +5 -0
- package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +5 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.d.ts +218 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.js +524 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.d.ts +77 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.js +217 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.js +5 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.js +46 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.d.ts +69 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.js +233 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.d.ts +60 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.js +218 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.d.ts +77 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.js +217 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.d.ts +103 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.js +259 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.js +332 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.js +5 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.js +40 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.d.ts +277 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.js +553 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.d.ts +102 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.js +353 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.d.ts +65 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.js +233 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.d.ts +65 -0
- package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.js +233 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +83 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +333 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +68 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +843 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +80 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2272 -0
- package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +4465 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +719 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1107 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +5 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +44 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +81 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +258 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +53 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +221 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +115 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +294 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +50 -0
- package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +204 -0
- package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.js +5 -0
- package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.js +5 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.d.ts +83 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.js +234 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.d.ts +333 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.js +528 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.d.ts +68 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.js +230 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.d.ts +843 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.js +1573 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.js +203 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.js +5 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.js +80 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.d.ts +146 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.js +386 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.d.ts +2272 -0
- package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.js +4465 -0
- package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.js +5 -0
- package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.js +5 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +5 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +37 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +340 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +205 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.d.ts +174 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.js +511 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.js +5 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.js +33 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +227 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +227 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +72 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +231 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +232 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +140 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +466 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +52 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +58 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +241 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +158 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +406 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +52 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +75 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +246 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +80 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +228 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +91 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +46 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +592 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +141 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +413 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +101 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +361 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +50 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +269 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +413 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +340 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +145 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +490 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +143 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +467 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +122 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +283 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +279 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +407 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +105 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +342 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +66 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +216 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +200 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +341 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +67 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +246 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +203 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +71 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +252 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +232 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +47 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +215 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +85 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +46 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +84 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +228 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +153 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +223 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +44 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +227 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +351 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +360 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +203 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +370 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +75 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +228 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +203 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +72 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +222 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +41 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +203 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +47 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +215 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +50 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +204 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +269 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +507 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.d.ts +215 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.js +533 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.js +5 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.js +44 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.d.ts +93 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.js +243 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.d.ts +125 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.js +271 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.d.ts +114 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.js +250 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.d.ts +413 -0
- package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.js +754 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.d.ts +210 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.js +392 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.d.ts +250 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.js +491 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.js +235 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.d.ts +106 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.js +353 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.js +229 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.d.ts +132 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.js +365 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.d.ts +109 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.js +342 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.js +5 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.d.ts +2 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.js +114 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.d.ts +571 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.js +682 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.d.ts +591 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.js +1360 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.d.ts +111 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.js +247 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.d.ts +67 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.js +217 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.d.ts +854 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.js +293 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.d.ts +100 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.js +240 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.d.ts +628 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.js +1010 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.d.ts +92 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.js +224 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.js +328 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.js +340 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.d.ts +104 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.js +347 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.d.ts +100 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.js +240 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.d.ts +85 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.js +235 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.d.ts +497 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.js +927 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.d.ts +443 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.js +658 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.d.ts +102 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.js +335 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.d.ts +79 -0
- package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.js +229 -0
- package/lib/utils/_framework/init-source.d.ts +1 -0
- package/lib/utils/_framework/init-source.js +81 -0
- package/lib/utils/_framework/loader.d.ts +17 -0
- package/lib/utils/_framework/loader.js +99 -0
- package/lib/utils/_framework/reified.d.ts +100 -0
- package/lib/utils/_framework/reified.js +263 -0
- package/lib/utils/_framework/util.d.ts +53 -0
- package/lib/utils/_framework/util.js +252 -0
- package/lib/utils/api/sentio/reward-generated.d.ts +1 -0
- package/lib/utils/api/sentio/reward-generated.js +54 -1
- package/lib/utils/locked-period-vault/index.d.ts +3 -0
- package/lib/utils/locked-period-vault/index.js +6 -0
- package/lib/utils/locked-period-vault/init.d.ts +2 -0
- package/lib/utils/locked-period-vault/init.js +44 -0
- package/lib/utils/locked-period-vault/locked-period-vault/functions.d.ts +137 -0
- package/lib/utils/locked-period-vault/locked-period-vault/functions.js +264 -0
- package/lib/utils/locked-period-vault/locked-period-vault/structs.d.ts +1236 -0
- package/lib/utils/locked-period-vault/locked-period-vault/structs.js +2400 -0
- package/lib/utils/typus-dov-single-v2/user-history.js +2 -1
- package/lib/utils/typus_perp/admin/functions.d.ts +18 -0
- package/lib/utils/typus_perp/admin/functions.js +43 -0
- package/lib/utils/typus_perp/admin/structs.d.ts +371 -0
- package/lib/utils/typus_perp/admin/structs.js +796 -0
- package/lib/utils/typus_perp/critbit/functions.d.ts +101 -0
- package/lib/utils/typus_perp/critbit/functions.js +186 -0
- package/lib/utils/typus_perp/critbit/structs.d.ts +226 -0
- package/lib/utils/typus_perp/critbit/structs.js +572 -0
- package/lib/utils/typus_perp/index.d.ts +2 -0
- package/lib/utils/typus_perp/index.js +5 -0
- package/lib/utils/typus_perp/init.d.ts +2 -0
- package/lib/utils/typus_perp/init.js +121 -0
- package/lib/utils/typus_perp/lp-pool/functions.d.ts +231 -0
- package/lib/utils/typus_perp/lp-pool/functions.js +346 -0
- package/lib/utils/typus_perp/lp-pool/structs.d.ts +2232 -0
- package/lib/utils/typus_perp/lp-pool/structs.js +3300 -0
- package/lib/utils/typus_perp/math/functions.d.ts +16 -0
- package/lib/utils/typus_perp/math/functions.js +33 -0
- package/lib/utils/typus_perp/oracle/functions.d.ts +14 -0
- package/lib/utils/typus_perp/oracle/functions.js +23 -0
- package/lib/utils/typus_perp/oracle/structs.d.ts +102 -0
- package/lib/utils/typus_perp/oracle/structs.js +353 -0
- package/lib/utils/typus_perp/position/functions.d.ts +189 -0
- package/lib/utils/typus_perp/position/functions.js +307 -0
- package/lib/utils/typus_perp/position/structs.d.ts +588 -0
- package/lib/utils/typus_perp/position/structs.js +763 -0
- package/lib/utils/typus_perp/stake-pool/functions.d.ts +180 -0
- package/lib/utils/typus_perp/stake-pool/functions.js +276 -0
- package/lib/utils/typus_perp/stake-pool/structs.d.ts +2089 -0
- package/lib/utils/typus_perp/stake-pool/structs.js +3539 -0
- package/lib/utils/typus_perp/symbol/functions.d.ts +10 -0
- package/lib/utils/typus_perp/symbol/functions.js +21 -0
- package/lib/utils/typus_perp/symbol/structs.d.ts +76 -0
- package/lib/utils/typus_perp/symbol/structs.js +216 -0
- package/lib/utils/typus_perp/tlp/functions.d.ts +20 -0
- package/lib/utils/typus_perp/tlp/functions.js +36 -0
- package/lib/utils/typus_perp/tlp/structs.d.ts +88 -0
- package/lib/utils/typus_perp/tlp/structs.js +329 -0
- package/lib/utils/typus_perp/token-interface/functions.d.ts +12 -0
- package/lib/utils/typus_perp/token-interface/functions.js +21 -0
- package/lib/utils/typus_perp/trading/functions.d.ts +234 -0
- package/lib/utils/typus_perp/trading/functions.js +329 -0
- package/lib/utils/typus_perp/trading/structs.d.ts +2305 -0
- package/lib/utils/typus_perp/trading/structs.js +3792 -0
- package/lib/utils/typus_perp/treasury-caps/functions.d.ts +10 -0
- package/lib/utils/typus_perp/treasury-caps/functions.js +33 -0
- package/lib/utils/typus_perp/treasury-caps/structs.d.ts +50 -0
- package/lib/utils/typus_perp/treasury-caps/structs.js +204 -0
- package/lib/utils/typus_perp/utils/functions.d.ts +24 -0
- package/lib/utils/typus_perp/utils/functions.js +41 -0
- package/package.json +2 -2
- package/lib/utils/locked-period-vault/user-entry.d.ts +0 -81
- package/lib/utils/locked-period-vault/user-entry.js +0 -101
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.registerClasses = void 0;
|
|
27
|
+
var lockedPeriodVault = __importStar(require("./locked-period-vault/structs"));
|
|
28
|
+
function registerClasses(loader) {
|
|
29
|
+
loader.register(lockedPeriodVault.AddIncentiveEvent);
|
|
30
|
+
loader.register(lockedPeriodVault.CrankLeaveEvent);
|
|
31
|
+
loader.register(lockedPeriodVault.HotPotato);
|
|
32
|
+
loader.register(lockedPeriodVault.IncentiviseEvent);
|
|
33
|
+
loader.register(lockedPeriodVault.LeaveEvent);
|
|
34
|
+
loader.register(lockedPeriodVault.LockReceiptEvent);
|
|
35
|
+
loader.register(lockedPeriodVault.LockedReceipt);
|
|
36
|
+
loader.register(lockedPeriodVault.LockedVault);
|
|
37
|
+
loader.register(lockedPeriodVault.LockedVaultRegistry);
|
|
38
|
+
loader.register(lockedPeriodVault.NewLockedVaultEvent);
|
|
39
|
+
loader.register(lockedPeriodVault.RemoveIncentiveEvent);
|
|
40
|
+
loader.register(lockedPeriodVault.UnlockReceiptEvent);
|
|
41
|
+
loader.register(lockedPeriodVault.WithdrawIncentiveEvent);
|
|
42
|
+
loader.register(lockedPeriodVault.WithdrawPremiumEvent);
|
|
43
|
+
}
|
|
44
|
+
exports.registerClasses = registerClasses;
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { ObjectArg } from "../../_framework/util";
|
|
2
|
+
import { TransactionArgument, TransactionBlock, TransactionObjectArgument } from "@mysten/sui.js/transactions";
|
|
3
|
+
export declare function init(lockedVaultPackage: string, txb: TransactionBlock): import("@mysten/sui.js/transactions").TransactionResult;
|
|
4
|
+
export interface AddIncentiveArgs {
|
|
5
|
+
lockedVaultRegistry: ObjectArg;
|
|
6
|
+
index: bigint | TransactionArgument;
|
|
7
|
+
coin: ObjectArg;
|
|
8
|
+
}
|
|
9
|
+
export declare function addIncentive(lockedVaultPackage: string, txb: TransactionBlock, typeArg: string, args: AddIncentiveArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
10
|
+
export interface CrankLeaveArgs {
|
|
11
|
+
registry: ObjectArg;
|
|
12
|
+
lockedVaultRegistry: ObjectArg;
|
|
13
|
+
index: bigint | TransactionArgument;
|
|
14
|
+
clock: ObjectArg;
|
|
15
|
+
}
|
|
16
|
+
export declare function crankLeave(lockedVaultPackage: string, txb: TransactionBlock, typeArgs: [string, string], args: CrankLeaveArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
17
|
+
export interface FindLockedReceiptArgs {
|
|
18
|
+
lockedVault: ObjectArg;
|
|
19
|
+
user: string | TransactionArgument;
|
|
20
|
+
}
|
|
21
|
+
export declare function findLockedReceipt(lockedVaultPackage: string, txb: TransactionBlock, args: FindLockedReceiptArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
22
|
+
export interface IncentiviseArgs {
|
|
23
|
+
registry: ObjectArg;
|
|
24
|
+
lockedVaultRegistry: ObjectArg;
|
|
25
|
+
index: bigint | TransactionArgument;
|
|
26
|
+
clock: ObjectArg;
|
|
27
|
+
}
|
|
28
|
+
export declare function incentivise(lockedVaultPackage: string, txb: TransactionBlock, args: IncentiviseArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
29
|
+
export interface LeaveArgs {
|
|
30
|
+
lockedVaultRegistry: ObjectArg;
|
|
31
|
+
index: bigint | TransactionArgument;
|
|
32
|
+
clock: ObjectArg;
|
|
33
|
+
}
|
|
34
|
+
export declare function leave(lockedVaultPackage: string, txb: TransactionBlock, args: LeaveArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
35
|
+
export interface LockReceiptArgs {
|
|
36
|
+
registry: ObjectArg;
|
|
37
|
+
lockedVaultRegistry: ObjectArg;
|
|
38
|
+
index: bigint | TransactionArgument;
|
|
39
|
+
receipt: ObjectArg;
|
|
40
|
+
splitActiveShare: bigint | TransactionArgument;
|
|
41
|
+
splitWarmupShare: bigint | TransactionArgument;
|
|
42
|
+
clock: ObjectArg;
|
|
43
|
+
}
|
|
44
|
+
export declare function lockReceipt(lockedVaultPackage: string, txb: TransactionBlock, args: LockReceiptArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
45
|
+
export declare function depositAndLockReceipt(input: {
|
|
46
|
+
tx: TransactionBlock;
|
|
47
|
+
typusFrameworkOriginPackageId: string;
|
|
48
|
+
typusFrameworkPackageId: string;
|
|
49
|
+
typusDovSinglePackageId: string;
|
|
50
|
+
typusDovSingleRegistry: string;
|
|
51
|
+
typeArguments: string[];
|
|
52
|
+
index: string;
|
|
53
|
+
coins: string[];
|
|
54
|
+
amount: string;
|
|
55
|
+
receipts: string[] | TransactionObjectArgument[];
|
|
56
|
+
user: string;
|
|
57
|
+
lockedVaultPackage: string;
|
|
58
|
+
lockedVaultRegistry: string;
|
|
59
|
+
lockActiveShare: string;
|
|
60
|
+
lockWarmupShare: string;
|
|
61
|
+
}): TransactionBlock;
|
|
62
|
+
export interface NewLockedVaultArgs {
|
|
63
|
+
lockedVaultRegistry: ObjectArg;
|
|
64
|
+
index: bigint | TransactionArgument;
|
|
65
|
+
unlockTsMs: bigint | TransactionArgument;
|
|
66
|
+
lockPeriodMs: bigint | TransactionArgument;
|
|
67
|
+
incentivePpm: bigint | TransactionArgument;
|
|
68
|
+
incentivePeriodMs: bigint | TransactionArgument;
|
|
69
|
+
capacity: bigint | TransactionArgument;
|
|
70
|
+
clock: ObjectArg;
|
|
71
|
+
}
|
|
72
|
+
export declare function newLockedVault(lockedVaultPackage: string, txb: TransactionBlock, typeArg: string, args: NewLockedVaultArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
73
|
+
export interface RemoveIncentiveArgs {
|
|
74
|
+
lockedVaultRegistry: ObjectArg;
|
|
75
|
+
index: bigint | TransactionArgument;
|
|
76
|
+
}
|
|
77
|
+
export declare function removeIncentive(lockedVaultPackage: string, txb: TransactionBlock, typeArg: string, args: RemoveIncentiveArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
78
|
+
export interface ReturnReceiptArgs {
|
|
79
|
+
lockedReceipt: ObjectArg;
|
|
80
|
+
receipt: ObjectArg;
|
|
81
|
+
hotPotato: ObjectArg;
|
|
82
|
+
}
|
|
83
|
+
export declare function returnReceipt(lockedVaultPackage: string, txb: TransactionBlock, args: ReturnReceiptArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
84
|
+
export declare function takeReceipt(lockedVaultPackage: string, txb: TransactionBlock, lockedReceipt: ObjectArg): import("@mysten/sui.js/transactions").TransactionResult;
|
|
85
|
+
export interface UnlockReceiptArgs {
|
|
86
|
+
lockedVaultRegistry: ObjectArg;
|
|
87
|
+
index: bigint | TransactionArgument;
|
|
88
|
+
}
|
|
89
|
+
export declare function unlockReceipt(lockedVaultPackage: string, txb: TransactionBlock, args: UnlockReceiptArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
90
|
+
export interface UpdateCapacityArgs {
|
|
91
|
+
lockedVaultRegistry: ObjectArg;
|
|
92
|
+
index: bigint | TransactionArgument;
|
|
93
|
+
capacity: bigint | TransactionArgument;
|
|
94
|
+
}
|
|
95
|
+
export declare function updateCapacity(lockedVaultPackage: string, txb: TransactionBlock, args: UpdateCapacityArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
96
|
+
export interface UpdateIncentivePpmArgs {
|
|
97
|
+
lockedVaultRegistry: ObjectArg;
|
|
98
|
+
index: bigint | TransactionArgument;
|
|
99
|
+
incentivePpm: bigint | TransactionArgument;
|
|
100
|
+
}
|
|
101
|
+
export declare function updateIncentivePpm(lockedVaultPackage: string, txb: TransactionBlock, args: UpdateIncentivePpmArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
102
|
+
export interface UpdateTsMsArgs {
|
|
103
|
+
lockedVaultRegistry: ObjectArg;
|
|
104
|
+
index: bigint | TransactionArgument;
|
|
105
|
+
tsMs: bigint | TransactionArgument;
|
|
106
|
+
}
|
|
107
|
+
export declare function updateTsMs(lockedVaultPackage: string, txb: TransactionBlock, args: UpdateTsMsArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
108
|
+
export interface UpdateUnlockTsMsArgs {
|
|
109
|
+
lockedVaultRegistry: ObjectArg;
|
|
110
|
+
index: bigint | TransactionArgument;
|
|
111
|
+
unlockTsMs: bigint | TransactionArgument;
|
|
112
|
+
}
|
|
113
|
+
export declare function updateUnlockTsMs(lockedVaultPackage: string, txb: TransactionBlock, args: UpdateUnlockTsMsArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
114
|
+
export interface ViewUserArgs {
|
|
115
|
+
registry: ObjectArg;
|
|
116
|
+
lockedVaultRegistry: ObjectArg;
|
|
117
|
+
user: string | TransactionArgument;
|
|
118
|
+
}
|
|
119
|
+
export declare function viewUser(lockedVaultPackage: string, txb: TransactionBlock, args: ViewUserArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
120
|
+
export interface ViewUserReceiptArgs {
|
|
121
|
+
registry: ObjectArg;
|
|
122
|
+
lockedVaultRegistry: ObjectArg;
|
|
123
|
+
index: bigint | TransactionArgument;
|
|
124
|
+
user: string | TransactionArgument;
|
|
125
|
+
}
|
|
126
|
+
export declare function viewUserReceipt(lockedVaultPackage: string, txb: TransactionBlock, args: ViewUserReceiptArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
127
|
+
export interface WithdrawIncentiveArgs {
|
|
128
|
+
lockedVaultRegistry: ObjectArg;
|
|
129
|
+
index: bigint | TransactionArgument;
|
|
130
|
+
}
|
|
131
|
+
export declare function withdrawIncentive(lockedVaultPackage: string, txb: TransactionBlock, typeArg: string, args: WithdrawIncentiveArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
132
|
+
export interface WithdrawPremiumArgs {
|
|
133
|
+
registry: ObjectArg;
|
|
134
|
+
lockedVaultRegistry: ObjectArg;
|
|
135
|
+
index: bigint | TransactionArgument;
|
|
136
|
+
}
|
|
137
|
+
export declare function withdrawPremium(lockedVaultPackage: string, txb: TransactionBlock, typeArgs: [string, string], args: WithdrawPremiumArgs): import("@mysten/sui.js/transactions").TransactionResult;
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
3
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
4
|
+
if (!m) return o;
|
|
5
|
+
var i = m.call(o), r, ar = [], e;
|
|
6
|
+
try {
|
|
7
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
8
|
+
}
|
|
9
|
+
catch (error) { e = { error: error }; }
|
|
10
|
+
finally {
|
|
11
|
+
try {
|
|
12
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
13
|
+
}
|
|
14
|
+
finally { if (e) throw e.error; }
|
|
15
|
+
}
|
|
16
|
+
return ar;
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.withdrawPremium = exports.withdrawIncentive = exports.viewUserReceipt = exports.viewUser = exports.updateUnlockTsMs = exports.updateTsMs = exports.updateIncentivePpm = exports.updateCapacity = exports.unlockReceipt = exports.takeReceipt = exports.returnReceipt = exports.removeIncentive = exports.newLockedVault = exports.depositAndLockReceipt = exports.lockReceipt = exports.leave = exports.incentivise = exports.findLockedReceipt = exports.crankLeave = exports.addIncentive = exports.init = void 0;
|
|
20
|
+
var constants_1 = require("../../../constants");
|
|
21
|
+
var util_1 = require("../../_framework/util");
|
|
22
|
+
function init(lockedVaultPackage, txb) {
|
|
23
|
+
return txb.moveCall({ target: "".concat(lockedVaultPackage, "::locked_period_vault::init"), arguments: [] });
|
|
24
|
+
}
|
|
25
|
+
exports.init = init;
|
|
26
|
+
function addIncentive(lockedVaultPackage, txb, typeArg, args) {
|
|
27
|
+
return txb.moveCall({
|
|
28
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::add_incentive"),
|
|
29
|
+
typeArguments: [typeArg],
|
|
30
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.obj)(txb, args.coin)],
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
exports.addIncentive = addIncentive;
|
|
34
|
+
function crankLeave(lockedVaultPackage, txb, typeArgs, args) {
|
|
35
|
+
return txb.moveCall({
|
|
36
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::crank_leave"),
|
|
37
|
+
typeArguments: typeArgs,
|
|
38
|
+
arguments: [(0, util_1.obj)(txb, args.registry), (0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.obj)(txb, args.clock)],
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
exports.crankLeave = crankLeave;
|
|
42
|
+
function findLockedReceipt(lockedVaultPackage, txb, args) {
|
|
43
|
+
return txb.moveCall({
|
|
44
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::find_locked_receipt"),
|
|
45
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVault), (0, util_1.pure)(txb, args.user, "address")],
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
exports.findLockedReceipt = findLockedReceipt;
|
|
49
|
+
function incentivise(lockedVaultPackage, txb, args) {
|
|
50
|
+
return txb.moveCall({
|
|
51
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::incentivise"),
|
|
52
|
+
arguments: [(0, util_1.obj)(txb, args.registry), (0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.obj)(txb, args.clock)],
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
exports.incentivise = incentivise;
|
|
56
|
+
function leave(lockedVaultPackage, txb, args) {
|
|
57
|
+
return txb.moveCall({
|
|
58
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::leave"),
|
|
59
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.obj)(txb, args.clock)],
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
exports.leave = leave;
|
|
63
|
+
function lockReceipt(lockedVaultPackage, txb, args) {
|
|
64
|
+
return txb.moveCall({
|
|
65
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::lock_receipt"),
|
|
66
|
+
arguments: [
|
|
67
|
+
(0, util_1.obj)(txb, args.registry),
|
|
68
|
+
(0, util_1.obj)(txb, args.lockedVaultRegistry),
|
|
69
|
+
(0, util_1.pure)(txb, args.index, "u64"),
|
|
70
|
+
(0, util_1.obj)(txb, args.receipt),
|
|
71
|
+
(0, util_1.pure)(txb, args.splitActiveShare, "u64"),
|
|
72
|
+
(0, util_1.pure)(txb, args.splitWarmupShare, "u64"),
|
|
73
|
+
(0, util_1.obj)(txb, args.clock),
|
|
74
|
+
],
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
exports.lockReceipt = lockReceipt;
|
|
78
|
+
function depositAndLockReceipt(input) {
|
|
79
|
+
if (Number(input.amount) == 0) {
|
|
80
|
+
lockReceipt(input.lockedVaultPackage, input.tx, {
|
|
81
|
+
registry: input.typusDovSingleRegistry,
|
|
82
|
+
lockedVaultRegistry: input.lockedVaultRegistry,
|
|
83
|
+
index: input.tx.pure(input.index),
|
|
84
|
+
receipt: input.tx.object(input.receipts[0]), // WARN: assumes only one receipt
|
|
85
|
+
splitActiveShare: input.tx.pure(input.lockActiveShare),
|
|
86
|
+
splitWarmupShare: input.tx.pure(input.lockWarmupShare),
|
|
87
|
+
clock: input.tx.object(constants_1.CLOCK),
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
if (input.typeArguments[0] == "0x2::sui::SUI" ||
|
|
92
|
+
input.typeArguments[0] == "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI") {
|
|
93
|
+
var _a = __read(input.tx.splitCoins(input.tx.gas, [input.tx.pure(input.amount)]), 1), coin = _a[0];
|
|
94
|
+
var result = input.tx.moveCall({
|
|
95
|
+
target: "".concat(input.typusDovSinglePackageId, "::tails_staking::deposit"),
|
|
96
|
+
typeArguments: input.typeArguments,
|
|
97
|
+
arguments: [
|
|
98
|
+
input.tx.object(input.typusDovSingleRegistry),
|
|
99
|
+
input.tx.pure(input.index),
|
|
100
|
+
input.tx.makeMoveVec({ objects: [coin] }),
|
|
101
|
+
input.tx.pure(input.amount),
|
|
102
|
+
input.tx.makeMoveVec({
|
|
103
|
+
type: "".concat(input.typusFrameworkOriginPackageId, "::vault::TypusDepositReceipt"),
|
|
104
|
+
objects: input.receipts.map(function (receipt) { return input.tx.object(receipt); }),
|
|
105
|
+
}),
|
|
106
|
+
input.tx.object(constants_1.CLOCK),
|
|
107
|
+
],
|
|
108
|
+
});
|
|
109
|
+
input.tx.moveCall({
|
|
110
|
+
target: "".concat(input.typusFrameworkPackageId, "::utils::transfer_coins"),
|
|
111
|
+
typeArguments: [input.typeArguments[0]],
|
|
112
|
+
arguments: [input.tx.object(result[0]), input.tx.pure(input.user)],
|
|
113
|
+
});
|
|
114
|
+
lockReceipt(input.lockedVaultPackage, input.tx, {
|
|
115
|
+
registry: input.typusDovSingleRegistry,
|
|
116
|
+
lockedVaultRegistry: input.lockedVaultRegistry,
|
|
117
|
+
index: input.tx.pure(input.index),
|
|
118
|
+
receipt: input.tx.object(result[1]),
|
|
119
|
+
splitActiveShare: input.tx.pure(input.lockActiveShare),
|
|
120
|
+
splitWarmupShare: input.tx.pure(input.lockWarmupShare),
|
|
121
|
+
clock: input.tx.object(constants_1.CLOCK),
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
else {
|
|
125
|
+
var result = input.tx.moveCall({
|
|
126
|
+
target: "".concat(input.typusDovSinglePackageId, "::tails_staking::deposit"),
|
|
127
|
+
typeArguments: input.typeArguments,
|
|
128
|
+
arguments: [
|
|
129
|
+
input.tx.object(input.typusDovSingleRegistry),
|
|
130
|
+
input.tx.pure(input.index),
|
|
131
|
+
input.tx.makeMoveVec({ objects: input.coins.map(function (coin) { return input.tx.object(coin); }) }),
|
|
132
|
+
input.tx.pure(input.amount),
|
|
133
|
+
input.tx.makeMoveVec({
|
|
134
|
+
type: "".concat(input.typusFrameworkOriginPackageId, "::vault::TypusDepositReceipt"),
|
|
135
|
+
objects: input.receipts.map(function (receipt) { return input.tx.object(receipt); }),
|
|
136
|
+
}),
|
|
137
|
+
input.tx.pure(constants_1.CLOCK),
|
|
138
|
+
],
|
|
139
|
+
});
|
|
140
|
+
input.tx.moveCall({
|
|
141
|
+
target: "".concat(input.typusFrameworkPackageId, "::utils::transfer_coins"),
|
|
142
|
+
typeArguments: [input.typeArguments[0]],
|
|
143
|
+
arguments: [input.tx.object(result[0]), input.tx.pure(input.user)],
|
|
144
|
+
});
|
|
145
|
+
lockReceipt(input.lockedVaultPackage, input.tx, {
|
|
146
|
+
registry: input.typusDovSingleRegistry,
|
|
147
|
+
lockedVaultRegistry: input.lockedVaultRegistry,
|
|
148
|
+
index: input.tx.pure(input.index),
|
|
149
|
+
receipt: input.tx.object(result[1]),
|
|
150
|
+
splitActiveShare: input.tx.pure(input.lockActiveShare),
|
|
151
|
+
splitWarmupShare: input.tx.pure(input.lockWarmupShare),
|
|
152
|
+
clock: constants_1.CLOCK,
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return input.tx;
|
|
157
|
+
}
|
|
158
|
+
exports.depositAndLockReceipt = depositAndLockReceipt;
|
|
159
|
+
function newLockedVault(lockedVaultPackage, txb, typeArg, args) {
|
|
160
|
+
return txb.moveCall({
|
|
161
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::new_locked_vault"),
|
|
162
|
+
typeArguments: [typeArg],
|
|
163
|
+
arguments: [
|
|
164
|
+
(0, util_1.obj)(txb, args.lockedVaultRegistry),
|
|
165
|
+
(0, util_1.pure)(txb, args.index, "u64"),
|
|
166
|
+
(0, util_1.pure)(txb, args.unlockTsMs, "u64"),
|
|
167
|
+
(0, util_1.pure)(txb, args.lockPeriodMs, "u64"),
|
|
168
|
+
(0, util_1.pure)(txb, args.incentivePpm, "u64"),
|
|
169
|
+
(0, util_1.pure)(txb, args.incentivePeriodMs, "u64"),
|
|
170
|
+
(0, util_1.pure)(txb, args.capacity, "u64"),
|
|
171
|
+
(0, util_1.obj)(txb, args.clock),
|
|
172
|
+
],
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
exports.newLockedVault = newLockedVault;
|
|
176
|
+
function removeIncentive(lockedVaultPackage, txb, typeArg, args) {
|
|
177
|
+
return txb.moveCall({
|
|
178
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::remove_incentive"),
|
|
179
|
+
typeArguments: [typeArg],
|
|
180
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64")],
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
exports.removeIncentive = removeIncentive;
|
|
184
|
+
function returnReceipt(lockedVaultPackage, txb, args) {
|
|
185
|
+
return txb.moveCall({
|
|
186
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::return_receipt"),
|
|
187
|
+
arguments: [(0, util_1.obj)(txb, args.lockedReceipt), (0, util_1.obj)(txb, args.receipt), (0, util_1.obj)(txb, args.hotPotato)],
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
exports.returnReceipt = returnReceipt;
|
|
191
|
+
function takeReceipt(lockedVaultPackage, txb, lockedReceipt) {
|
|
192
|
+
return txb.moveCall({ target: "".concat(lockedVaultPackage, "::locked_period_vault::take_receipt"), arguments: [(0, util_1.obj)(txb, lockedReceipt)] });
|
|
193
|
+
}
|
|
194
|
+
exports.takeReceipt = takeReceipt;
|
|
195
|
+
function unlockReceipt(lockedVaultPackage, txb, args) {
|
|
196
|
+
return txb.moveCall({
|
|
197
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::unlock_receipt"),
|
|
198
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64")],
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
exports.unlockReceipt = unlockReceipt;
|
|
202
|
+
function updateCapacity(lockedVaultPackage, txb, args) {
|
|
203
|
+
return txb.moveCall({
|
|
204
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::update_capacity"),
|
|
205
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.pure)(txb, args.capacity, "u64")],
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
exports.updateCapacity = updateCapacity;
|
|
209
|
+
function updateIncentivePpm(lockedVaultPackage, txb, args) {
|
|
210
|
+
return txb.moveCall({
|
|
211
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::update_incentive_ppm"),
|
|
212
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.pure)(txb, args.incentivePpm, "u64")],
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
exports.updateIncentivePpm = updateIncentivePpm;
|
|
216
|
+
function updateTsMs(lockedVaultPackage, txb, args) {
|
|
217
|
+
return txb.moveCall({
|
|
218
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::update_ts_ms"),
|
|
219
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.pure)(txb, args.tsMs, "u64")],
|
|
220
|
+
});
|
|
221
|
+
}
|
|
222
|
+
exports.updateTsMs = updateTsMs;
|
|
223
|
+
function updateUnlockTsMs(lockedVaultPackage, txb, args) {
|
|
224
|
+
return txb.moveCall({
|
|
225
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::update_unlock_ts_ms"),
|
|
226
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64"), (0, util_1.pure)(txb, args.unlockTsMs, "u64")],
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
exports.updateUnlockTsMs = updateUnlockTsMs;
|
|
230
|
+
function viewUser(lockedVaultPackage, txb, args) {
|
|
231
|
+
return txb.moveCall({
|
|
232
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::view_user"),
|
|
233
|
+
arguments: [(0, util_1.obj)(txb, args.registry), (0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.user, "address")],
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
exports.viewUser = viewUser;
|
|
237
|
+
function viewUserReceipt(lockedVaultPackage, txb, args) {
|
|
238
|
+
return txb.moveCall({
|
|
239
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::view_user_receipt"),
|
|
240
|
+
arguments: [
|
|
241
|
+
(0, util_1.obj)(txb, args.registry),
|
|
242
|
+
(0, util_1.obj)(txb, args.lockedVaultRegistry),
|
|
243
|
+
(0, util_1.pure)(txb, args.index, "u64"),
|
|
244
|
+
(0, util_1.pure)(txb, args.user, "address"),
|
|
245
|
+
],
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
exports.viewUserReceipt = viewUserReceipt;
|
|
249
|
+
function withdrawIncentive(lockedVaultPackage, txb, typeArg, args) {
|
|
250
|
+
return txb.moveCall({
|
|
251
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::withdraw_incentive"),
|
|
252
|
+
typeArguments: [typeArg],
|
|
253
|
+
arguments: [(0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64")],
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
exports.withdrawIncentive = withdrawIncentive;
|
|
257
|
+
function withdrawPremium(lockedVaultPackage, txb, typeArgs, args) {
|
|
258
|
+
return txb.moveCall({
|
|
259
|
+
target: "".concat(lockedVaultPackage, "::locked_period_vault::withdraw_premium"),
|
|
260
|
+
typeArguments: typeArgs,
|
|
261
|
+
arguments: [(0, util_1.obj)(txb, args.registry), (0, util_1.obj)(txb, args.lockedVaultRegistry), (0, util_1.pure)(txb, args.index, "u64")],
|
|
262
|
+
});
|
|
263
|
+
}
|
|
264
|
+
exports.withdrawPremium = withdrawPremium;
|