@aptos-labs/ts-sdk 0.0.4 → 0.0.6
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/README.md +3 -3
- package/dist/{cjs → browser}/index.d.ts +357 -297
- package/dist/browser/index.global.js +72 -47
- package/dist/browser/index.global.js.map +1 -1
- package/dist/{esm → common}/index.d.ts +357 -297
- package/dist/common/index.js +406 -0
- package/dist/common/index.js.map +1 -0
- package/dist/esm/api/account.d.mts +292 -0
- package/dist/esm/api/account.mjs +2 -0
- package/dist/esm/api/account.mjs.map +1 -0
- package/dist/esm/api/ans.d.mts +79 -0
- package/dist/esm/api/ans.mjs +2 -0
- package/dist/esm/api/ans.mjs.map +1 -0
- package/dist/esm/api/aptos.d.mts +72 -0
- package/dist/esm/api/aptos.mjs +2 -0
- package/dist/esm/api/aptos.mjs.map +1 -0
- package/dist/esm/api/aptosConfig.d.mts +51 -0
- package/dist/esm/api/aptosConfig.mjs +2 -0
- package/dist/esm/api/aptosConfig.mjs.map +1 -0
- package/dist/esm/api/coin.d.mts +59 -0
- package/dist/esm/api/coin.mjs +2 -0
- package/dist/esm/api/coin.mjs.map +1 -0
- package/dist/esm/api/digitalAsset.d.mts +174 -0
- package/dist/esm/api/digitalAsset.mjs +2 -0
- package/dist/esm/api/digitalAsset.mjs.map +1 -0
- package/dist/esm/api/event.d.mts +74 -0
- package/dist/esm/api/event.mjs +2 -0
- package/dist/esm/api/event.mjs.map +1 -0
- package/dist/esm/api/faucet.d.mts +37 -0
- package/dist/esm/api/faucet.mjs +2 -0
- package/dist/esm/api/faucet.mjs.map +1 -0
- package/dist/esm/api/fungibleAsset.d.mts +72 -0
- package/dist/esm/api/fungibleAsset.mjs +2 -0
- package/dist/esm/api/fungibleAsset.mjs.map +1 -0
- package/dist/esm/api/general.d.mts +150 -0
- package/dist/esm/api/general.mjs +2 -0
- package/dist/esm/api/general.mjs.map +1 -0
- package/dist/esm/api/index.d.mts +46 -0
- package/dist/esm/api/index.mjs +2 -0
- package/dist/esm/api/index.mjs.map +1 -0
- package/dist/esm/api/staking.d.mts +53 -0
- package/dist/esm/api/staking.mjs +2 -0
- package/dist/esm/api/staking.mjs.map +1 -0
- package/dist/esm/api/transaction.d.mts +101 -0
- package/dist/esm/api/transaction.mjs +2 -0
- package/dist/esm/api/transaction.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission.d.mts +142 -0
- package/dist/esm/api/transactionSubmission.mjs +2 -0
- package/dist/esm/api/transactionSubmission.mjs.map +1 -0
- package/dist/esm/bcs/consts.d.mts +14 -0
- package/dist/esm/bcs/consts.mjs +2 -0
- package/dist/esm/bcs/consts.mjs.map +1 -0
- package/dist/esm/bcs/deserializer.d.mts +150 -0
- package/dist/esm/bcs/deserializer.mjs +2 -0
- package/dist/esm/bcs/deserializer.mjs.map +1 -0
- package/dist/esm/bcs/index.d.mts +14 -0
- package/dist/esm/bcs/index.mjs +2 -0
- package/dist/esm/bcs/index.mjs.map +1 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +40 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +2 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs.map +1 -0
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +52 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs +2 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs.map +1 -0
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +69 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs +2 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs.map +1 -0
- package/dist/esm/bcs/serializable/moveStructs.d.mts +284 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs +2 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs.map +1 -0
- package/dist/esm/bcs/serializer.d.mts +192 -0
- package/dist/esm/bcs/serializer.mjs +2 -0
- package/dist/esm/bcs/serializer.mjs.map +1 -0
- package/dist/esm/chunk-2W744GUN.mjs +2 -0
- package/dist/esm/chunk-2W744GUN.mjs.map +1 -0
- package/dist/esm/chunk-3JPVQHOR.mjs +2 -0
- package/dist/esm/chunk-3JPVQHOR.mjs.map +1 -0
- package/dist/esm/chunk-3JVGSFHP.mjs +2 -0
- package/dist/esm/chunk-3JVGSFHP.mjs.map +1 -0
- package/dist/esm/chunk-44MGBJ73.mjs +2 -0
- package/dist/esm/chunk-44MGBJ73.mjs.map +1 -0
- package/dist/esm/chunk-4ADA5BE7.mjs +2 -0
- package/dist/esm/chunk-4ADA5BE7.mjs.map +1 -0
- package/dist/esm/chunk-4RVIA63I.mjs +2 -0
- package/dist/esm/chunk-4RVIA63I.mjs.map +1 -0
- package/dist/esm/chunk-4WPQQPUF.mjs +1 -0
- package/dist/esm/chunk-4WPQQPUF.mjs.map +1 -0
- package/dist/esm/chunk-62SCW5NH.mjs +2 -0
- package/dist/esm/chunk-62SCW5NH.mjs.map +1 -0
- package/dist/esm/chunk-6FBKUTGF.mjs +2 -0
- package/dist/esm/chunk-6FBKUTGF.mjs.map +1 -0
- package/dist/esm/chunk-7MNEEVXY.mjs +2 -0
- package/dist/esm/chunk-7MNEEVXY.mjs.map +1 -0
- package/dist/esm/chunk-AAIBCWZY.mjs +2 -0
- package/dist/esm/chunk-AAIBCWZY.mjs.map +1 -0
- package/dist/esm/chunk-AH44UPM4.mjs +2 -0
- package/dist/esm/chunk-AH44UPM4.mjs.map +1 -0
- package/dist/esm/chunk-ARVSIDVB.mjs +2 -0
- package/dist/esm/chunk-ARVSIDVB.mjs.map +1 -0
- package/dist/esm/chunk-BFSEVKNA.mjs +2 -0
- package/dist/esm/chunk-BFSEVKNA.mjs.map +1 -0
- package/dist/esm/chunk-BP5ZO7NK.mjs +2 -0
- package/dist/esm/chunk-BP5ZO7NK.mjs.map +1 -0
- package/dist/esm/chunk-BPYLPPEQ.mjs +2 -0
- package/dist/esm/chunk-BPYLPPEQ.mjs.map +1 -0
- package/dist/esm/chunk-BSCOVLWS.mjs +1 -0
- package/dist/esm/chunk-BSCOVLWS.mjs.map +1 -0
- package/dist/esm/chunk-BV4OOU5Y.mjs +2 -0
- package/dist/esm/chunk-BV4OOU5Y.mjs.map +1 -0
- package/dist/esm/chunk-BWMNPUTK.mjs +2 -0
- package/dist/esm/chunk-BWMNPUTK.mjs.map +1 -0
- package/dist/esm/chunk-CYDWEPFL.mjs +1 -0
- package/dist/esm/chunk-CYDWEPFL.mjs.map +1 -0
- package/dist/esm/chunk-DNDWTM7A.mjs +2 -0
- package/dist/esm/chunk-DNDWTM7A.mjs.map +1 -0
- package/dist/esm/chunk-E7FWVXGX.mjs +1 -0
- package/dist/esm/chunk-E7FWVXGX.mjs.map +1 -0
- package/dist/esm/chunk-EFIYW4WK.mjs +2 -0
- package/dist/esm/chunk-EFIYW4WK.mjs.map +1 -0
- package/dist/esm/chunk-EGOYLZBU.mjs +2 -0
- package/dist/esm/chunk-EGOYLZBU.mjs.map +1 -0
- package/dist/esm/chunk-EQ5BEDJ7.mjs +2 -0
- package/dist/esm/chunk-EQ5BEDJ7.mjs.map +1 -0
- package/dist/esm/chunk-EWTHPMEE.mjs +2 -0
- package/dist/esm/chunk-EWTHPMEE.mjs.map +1 -0
- package/dist/esm/chunk-EYXHVA6W.mjs +2 -0
- package/dist/esm/chunk-EYXHVA6W.mjs.map +1 -0
- package/dist/esm/chunk-FBPNHF54.mjs +2 -0
- package/dist/esm/chunk-FBPNHF54.mjs.map +1 -0
- package/dist/esm/chunk-FYIFBLHU.mjs +2 -0
- package/dist/esm/chunk-FYIFBLHU.mjs.map +1 -0
- package/dist/esm/chunk-FZY4PMEE.mjs +1 -0
- package/dist/esm/chunk-FZY4PMEE.mjs.map +1 -0
- package/dist/esm/chunk-GEFQFRL3.mjs +2 -0
- package/dist/esm/chunk-GEFQFRL3.mjs.map +1 -0
- package/dist/esm/chunk-GTC7WHMV.mjs +2 -0
- package/dist/esm/chunk-GTC7WHMV.mjs.map +1 -0
- package/dist/esm/chunk-HA6JD5R6.mjs +2 -0
- package/dist/esm/chunk-HA6JD5R6.mjs.map +1 -0
- package/dist/esm/chunk-HTZTTZQJ.mjs +1 -0
- package/dist/esm/chunk-HTZTTZQJ.mjs.map +1 -0
- package/dist/esm/chunk-HVADSXTB.mjs +2 -0
- package/dist/esm/chunk-HVADSXTB.mjs.map +1 -0
- package/dist/esm/chunk-I5OYNCZS.mjs +1 -0
- package/dist/esm/chunk-I5OYNCZS.mjs.map +1 -0
- package/dist/esm/chunk-IG5CHHSI.mjs +2 -0
- package/dist/esm/chunk-IG5CHHSI.mjs.map +1 -0
- package/dist/esm/chunk-IXMB2GOK.mjs +2 -0
- package/dist/esm/chunk-IXMB2GOK.mjs.map +1 -0
- package/dist/esm/chunk-J5ZFOJN2.mjs +2 -0
- package/dist/esm/chunk-J5ZFOJN2.mjs.map +1 -0
- package/dist/esm/chunk-JDS7K2WI.mjs +2 -0
- package/dist/esm/chunk-JDS7K2WI.mjs.map +1 -0
- package/dist/esm/chunk-JZNLZMUC.mjs +2 -0
- package/dist/esm/chunk-JZNLZMUC.mjs.map +1 -0
- package/dist/esm/chunk-KC64ESLO.mjs +2 -0
- package/dist/esm/chunk-KC64ESLO.mjs.map +1 -0
- package/dist/esm/chunk-KQXRH5FK.mjs +2 -0
- package/dist/esm/chunk-KQXRH5FK.mjs.map +1 -0
- package/dist/esm/chunk-LR65XHSF.mjs +2 -0
- package/dist/esm/chunk-LR65XHSF.mjs.map +1 -0
- package/dist/esm/chunk-LV33NV4J.mjs +2 -0
- package/dist/esm/chunk-LV33NV4J.mjs.map +1 -0
- package/dist/esm/chunk-N2FKVZ4D.mjs +1 -0
- package/dist/esm/chunk-N2FKVZ4D.mjs.map +1 -0
- package/dist/esm/chunk-NGCFPQ22.mjs +2 -0
- package/dist/esm/chunk-NGCFPQ22.mjs.map +1 -0
- package/dist/esm/chunk-NTD3H2S4.mjs +2 -0
- package/dist/esm/chunk-NTD3H2S4.mjs.map +1 -0
- package/dist/esm/chunk-NYFVEKF6.mjs +2 -0
- package/dist/esm/chunk-NYFVEKF6.mjs.map +1 -0
- package/dist/esm/chunk-NZIJV4O2.mjs +2 -0
- package/dist/esm/chunk-NZIJV4O2.mjs.map +1 -0
- package/dist/esm/chunk-P32MY5YF.mjs +2 -0
- package/dist/esm/chunk-P32MY5YF.mjs.map +1 -0
- package/dist/esm/chunk-Q6N6QACD.mjs +2 -0
- package/dist/esm/chunk-Q6N6QACD.mjs.map +1 -0
- package/dist/esm/chunk-QWVR4RCV.mjs +2 -0
- package/dist/esm/chunk-QWVR4RCV.mjs.map +1 -0
- package/dist/esm/chunk-R26XML3D.mjs +2 -0
- package/dist/esm/chunk-R26XML3D.mjs.map +1 -0
- package/dist/esm/chunk-R3KWVOFG.mjs +2 -0
- package/dist/esm/chunk-R3KWVOFG.mjs.map +1 -0
- package/dist/esm/chunk-R7G3CLRI.mjs +1 -0
- package/dist/esm/chunk-R7G3CLRI.mjs.map +1 -0
- package/dist/esm/chunk-RMMOF53Q.mjs +1 -0
- package/dist/esm/chunk-RMMOF53Q.mjs.map +1 -0
- package/dist/esm/chunk-RYETO74W.mjs +2 -0
- package/dist/esm/chunk-RYETO74W.mjs.map +1 -0
- package/dist/esm/chunk-S36IYY6K.mjs +2 -0
- package/dist/esm/chunk-S36IYY6K.mjs.map +1 -0
- package/dist/esm/chunk-TCTZCPQ6.mjs +1 -0
- package/dist/esm/chunk-TCTZCPQ6.mjs.map +1 -0
- package/dist/esm/chunk-TIH6ARYP.mjs +2 -0
- package/dist/esm/chunk-TIH6ARYP.mjs.map +1 -0
- package/dist/esm/chunk-TQD4IGUM.mjs +2 -0
- package/dist/esm/chunk-TQD4IGUM.mjs.map +1 -0
- package/dist/esm/chunk-U25N2VWA.mjs +2 -0
- package/dist/esm/chunk-U25N2VWA.mjs.map +1 -0
- package/dist/esm/chunk-U3LO2FSJ.mjs +2 -0
- package/dist/esm/chunk-U3LO2FSJ.mjs.map +1 -0
- package/dist/esm/chunk-U6SZNNVL.mjs +2 -0
- package/dist/esm/chunk-U6SZNNVL.mjs.map +1 -0
- package/dist/esm/chunk-UAAI3NCA.mjs +2 -0
- package/dist/esm/chunk-UAAI3NCA.mjs.map +1 -0
- package/dist/esm/chunk-UNQNACJT.mjs +2 -0
- package/dist/esm/chunk-UNQNACJT.mjs.map +1 -0
- package/dist/esm/chunk-UPLWWSB4.mjs +2 -0
- package/dist/esm/chunk-UPLWWSB4.mjs.map +1 -0
- package/dist/esm/chunk-UYVPNUH3.mjs +1 -0
- package/dist/esm/chunk-UYVPNUH3.mjs.map +1 -0
- package/dist/esm/chunk-V3MBJJTL.mjs +1 -0
- package/dist/esm/chunk-V3MBJJTL.mjs.map +1 -0
- package/dist/esm/chunk-V45RFKH7.mjs +2 -0
- package/dist/esm/chunk-V45RFKH7.mjs.map +1 -0
- package/dist/esm/chunk-VMQWW5UT.mjs +2 -0
- package/dist/esm/chunk-VMQWW5UT.mjs.map +1 -0
- package/dist/esm/chunk-VOYW2TZW.mjs +2 -0
- package/dist/esm/chunk-VOYW2TZW.mjs.map +1 -0
- package/dist/esm/chunk-VWVEDCBM.mjs +2 -0
- package/dist/esm/chunk-VWVEDCBM.mjs.map +1 -0
- package/dist/esm/chunk-VYAVLUPJ.mjs +2 -0
- package/dist/esm/chunk-VYAVLUPJ.mjs.map +1 -0
- package/dist/esm/chunk-WKY5ENCK.mjs +2 -0
- package/dist/esm/chunk-WKY5ENCK.mjs.map +1 -0
- package/dist/esm/chunk-WX43AJTD.mjs +406 -0
- package/dist/esm/chunk-WX43AJTD.mjs.map +1 -0
- package/dist/esm/chunk-X32O46IB.mjs +2 -0
- package/dist/esm/chunk-X32O46IB.mjs.map +1 -0
- package/dist/esm/chunk-Y5DJPHJT.mjs +2 -0
- package/dist/esm/chunk-Y5DJPHJT.mjs.map +1 -0
- package/dist/esm/chunk-Y7VR7X5W.mjs +2 -0
- package/dist/esm/chunk-Y7VR7X5W.mjs.map +1 -0
- package/dist/esm/chunk-YYRDFZE6.mjs +2 -0
- package/dist/esm/chunk-YYRDFZE6.mjs.map +1 -0
- package/dist/esm/chunk-Z2UDRTHA.mjs +2 -0
- package/dist/esm/chunk-Z2UDRTHA.mjs.map +1 -0
- package/dist/esm/chunk-ZWH2ESXT.mjs +2 -0
- package/dist/esm/chunk-ZWH2ESXT.mjs.map +1 -0
- package/dist/esm/client/core.d.mts +24 -0
- package/dist/esm/client/core.mjs +2 -0
- package/dist/esm/client/core.mjs.map +1 -0
- package/dist/esm/client/get.d.mts +55 -0
- package/dist/esm/client/get.mjs +2 -0
- package/dist/esm/client/get.mjs.map +1 -0
- package/dist/esm/client/index.d.mts +11 -0
- package/dist/esm/client/index.mjs +2 -0
- package/dist/esm/client/index.mjs.map +1 -0
- package/dist/esm/client/post.d.mts +60 -0
- package/dist/esm/client/post.mjs +2 -0
- package/dist/esm/client/post.mjs.map +1 -0
- package/dist/esm/client/types.d.mts +46 -0
- package/dist/esm/client/types.mjs +2 -0
- package/dist/esm/client/types.mjs.map +1 -0
- package/dist/esm/core/account.d.mts +184 -0
- package/dist/esm/core/account.mjs +2 -0
- package/dist/esm/core/account.mjs.map +1 -0
- package/dist/esm/core/accountAddress.d.mts +244 -0
- package/dist/esm/core/accountAddress.mjs +2 -0
- package/dist/esm/core/accountAddress.mjs.map +1 -0
- package/dist/esm/core/authenticationKey.d.mts +74 -0
- package/dist/esm/core/authenticationKey.mjs +2 -0
- package/dist/esm/core/authenticationKey.mjs.map +1 -0
- package/dist/esm/core/common.d.mts +32 -0
- package/dist/esm/core/common.mjs +2 -0
- package/dist/esm/core/common.mjs.map +1 -0
- package/dist/esm/core/crypto/anyPublicKey.d.mts +54 -0
- package/dist/esm/core/crypto/anyPublicKey.mjs +2 -0
- package/dist/esm/core/crypto/anyPublicKey.mjs.map +1 -0
- package/dist/esm/core/crypto/anySignature.d.mts +31 -0
- package/dist/esm/core/crypto/anySignature.mjs +2 -0
- package/dist/esm/core/crypto/anySignature.mjs.map +1 -0
- package/dist/esm/core/crypto/asymmetricCrypto.d.mts +74 -0
- package/dist/esm/core/crypto/asymmetricCrypto.mjs +2 -0
- package/dist/esm/core/crypto/asymmetricCrypto.mjs.map +1 -0
- package/dist/esm/core/crypto/ed25519.d.mts +173 -0
- package/dist/esm/core/crypto/ed25519.mjs +2 -0
- package/dist/esm/core/crypto/ed25519.mjs.map +1 -0
- package/dist/esm/core/crypto/hdKey.d.mts +65 -0
- package/dist/esm/core/crypto/hdKey.mjs +2 -0
- package/dist/esm/core/crypto/hdKey.mjs.map +1 -0
- package/dist/esm/core/crypto/index.d.mts +17 -0
- package/dist/esm/core/crypto/index.mjs +2 -0
- package/dist/esm/core/crypto/index.mjs.map +1 -0
- package/dist/esm/core/crypto/multiEd25519.d.mts +126 -0
- package/dist/esm/core/crypto/multiEd25519.mjs +2 -0
- package/dist/esm/core/crypto/multiEd25519.mjs.map +1 -0
- package/dist/esm/core/crypto/multiKey.d.mts +52 -0
- package/dist/esm/core/crypto/multiKey.mjs +2 -0
- package/dist/esm/core/crypto/multiKey.mjs.map +1 -0
- package/dist/esm/core/crypto/secp256k1.d.mts +161 -0
- package/dist/esm/core/crypto/secp256k1.mjs +2 -0
- package/dist/esm/core/crypto/secp256k1.mjs.map +1 -0
- package/dist/esm/core/hex.d.mts +105 -0
- package/dist/esm/core/hex.mjs +2 -0
- package/dist/esm/core/hex.mjs.map +1 -0
- package/dist/esm/core/index.d.mts +21 -0
- package/dist/esm/core/index.mjs +2 -0
- package/dist/esm/core/index.mjs.map +1 -0
- package/dist/esm/index.d.mts +60 -0
- package/dist/esm/index.mjs +1 -5706
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/internal/account.d.mts +143 -0
- package/dist/esm/internal/account.mjs +2 -0
- package/dist/esm/internal/account.mjs.map +1 -0
- package/dist/esm/internal/ans.d.mts +83 -0
- package/dist/esm/internal/ans.mjs +2 -0
- package/dist/esm/internal/ans.mjs.map +1 -0
- package/dist/esm/internal/coin.d.mts +43 -0
- package/dist/esm/internal/coin.mjs +2 -0
- package/dist/esm/internal/coin.mjs.map +1 -0
- package/dist/esm/internal/digitalAsset.d.mts +118 -0
- package/dist/esm/internal/digitalAsset.mjs +2 -0
- package/dist/esm/internal/digitalAsset.mjs.map +1 -0
- package/dist/esm/internal/event.d.mts +45 -0
- package/dist/esm/internal/event.mjs +2 -0
- package/dist/esm/internal/event.mjs.map +1 -0
- package/dist/esm/internal/faucet.d.mts +29 -0
- package/dist/esm/internal/faucet.mjs +2 -0
- package/dist/esm/internal/faucet.mjs.map +1 -0
- package/dist/esm/internal/fungibleAsset.d.mts +38 -0
- package/dist/esm/internal/fungibleAsset.mjs +2 -0
- package/dist/esm/internal/fungibleAsset.mjs.map +1 -0
- package/dist/esm/internal/general.d.mts +60 -0
- package/dist/esm/internal/general.mjs +2 -0
- package/dist/esm/internal/general.mjs.map +1 -0
- package/dist/esm/internal/staking.d.mts +38 -0
- package/dist/esm/internal/staking.mjs +2 -0
- package/dist/esm/internal/staking.mjs.map +1 -0
- package/dist/esm/internal/transaction.d.mts +57 -0
- package/dist/esm/internal/transaction.mjs +2 -0
- package/dist/esm/internal/transaction.mjs.map +1 -0
- package/dist/esm/internal/transactionSubmission.d.mts +148 -0
- package/dist/esm/internal/transactionSubmission.mjs +2 -0
- package/dist/esm/internal/transactionSubmission.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/account.d.mts +79 -0
- package/dist/esm/transactions/authenticator/account.mjs +2 -0
- package/dist/esm/transactions/authenticator/account.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/index.d.mts +19 -0
- package/dist/esm/transactions/authenticator/index.mjs +2 -0
- package/dist/esm/transactions/authenticator/index.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/transaction.d.mts +105 -0
- package/dist/esm/transactions/authenticator/transaction.mjs +2 -0
- package/dist/esm/transactions/authenticator/transaction.mjs.map +1 -0
- package/dist/esm/transactions/index.d.mts +39 -0
- package/dist/esm/transactions/index.mjs +2 -0
- package/dist/esm/transactions/index.mjs.map +1 -0
- package/dist/esm/transactions/instances/chainId.d.mts +21 -0
- package/dist/esm/transactions/instances/chainId.mjs +2 -0
- package/dist/esm/transactions/instances/chainId.mjs.map +1 -0
- package/dist/esm/transactions/instances/identifier.d.mts +23 -0
- package/dist/esm/transactions/instances/identifier.mjs +2 -0
- package/dist/esm/transactions/instances/identifier.mjs.map +1 -0
- package/dist/esm/transactions/instances/index.d.mts +29 -0
- package/dist/esm/transactions/instances/index.mjs +2 -0
- package/dist/esm/transactions/instances/index.mjs.map +1 -0
- package/dist/esm/transactions/instances/moduleId.d.mts +37 -0
- package/dist/esm/transactions/instances/moduleId.mjs +2 -0
- package/dist/esm/transactions/instances/moduleId.mjs.map +1 -0
- package/dist/esm/transactions/instances/rawTransaction.d.mts +98 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +37 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +2 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs.map +1 -0
- package/dist/esm/transactions/instances/signedTransaction.d.mts +46 -0
- package/dist/esm/transactions/instances/signedTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/signedTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/transactionArgument.d.mts +40 -0
- package/dist/esm/transactions/instances/transactionArgument.mjs +2 -0
- package/dist/esm/transactions/instances/transactionArgument.mjs.map +1 -0
- package/dist/esm/transactions/instances/transactionPayload.d.mts +211 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs +2 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +63 -0
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/helpers.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/index.d.mts +35 -0
- package/dist/esm/transactions/transactionBuilder/index.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/index.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +54 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +126 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs.map +1 -0
- package/dist/esm/transactions/typeTag/index.d.mts +127 -0
- package/dist/esm/transactions/typeTag/index.mjs +2 -0
- package/dist/esm/transactions/typeTag/index.mjs.map +1 -0
- package/dist/esm/transactions/typeTag/parser.d.mts +48 -0
- package/dist/esm/transactions/typeTag/parser.mjs +2 -0
- package/dist/esm/transactions/typeTag/parser.mjs.map +1 -0
- package/dist/esm/transactions/types.d.mts +242 -0
- package/dist/esm/transactions/types.mjs +2 -0
- package/dist/esm/transactions/types.mjs.map +1 -0
- package/dist/esm/types/generated/operations.d.mts +604 -0
- package/dist/esm/types/generated/operations.mjs +1 -0
- package/dist/esm/types/generated/operations.mjs.map +1 -0
- package/dist/esm/types/generated/queries.d.mts +55 -0
- package/dist/esm/types/generated/queries.mjs +2 -0
- package/dist/esm/types/generated/queries.mjs.map +1 -0
- package/dist/esm/types/generated/types.d.mts +9496 -0
- package/dist/esm/types/generated/types.mjs +2 -0
- package/dist/esm/types/generated/types.mjs.map +1 -0
- package/dist/esm/types/index.d.mts +886 -0
- package/dist/esm/types/index.mjs +2 -0
- package/dist/esm/types/index.mjs.map +1 -0
- package/dist/esm/types/indexer.d.mts +62 -0
- package/dist/esm/types/indexer.mjs +2 -0
- package/dist/esm/types/indexer.mjs.map +1 -0
- package/dist/esm/utils/apiEndpoints.d.mts +14 -0
- package/dist/esm/utils/apiEndpoints.mjs +2 -0
- package/dist/esm/utils/apiEndpoints.mjs.map +1 -0
- package/dist/esm/utils/const.d.mts +42 -0
- package/dist/esm/utils/const.mjs +2 -0
- package/dist/esm/utils/const.mjs.map +1 -0
- package/dist/esm/utils/helpers.d.mts +7 -0
- package/dist/esm/utils/helpers.mjs +2 -0
- package/dist/esm/utils/helpers.mjs.map +1 -0
- package/dist/esm/utils/index.d.mts +2 -0
- package/dist/esm/utils/index.mjs +2 -0
- package/dist/esm/utils/index.mjs.map +1 -0
- package/dist/esm/utils/memoize.d.mts +20 -0
- package/dist/esm/utils/memoize.mjs +2 -0
- package/dist/esm/utils/memoize.mjs.map +1 -0
- package/dist/esm/version.d.mts +8 -0
- package/dist/esm/version.mjs +2 -0
- package/dist/esm/version.mjs.map +1 -0
- package/package.json +43 -40
- package/src/api/account.ts +2 -2
- package/src/api/coin.ts +2 -2
- package/src/api/event.ts +2 -2
- package/src/api/general.ts +4 -4
- package/src/api/transactionSubmission.ts +20 -3
- package/src/bcs/serializable/moveStructs.ts +8 -4
- package/src/client/core.ts +7 -5
- package/src/client/get.ts +6 -2
- package/src/client/post.ts +12 -4
- package/src/core/account.ts +7 -4
- package/src/index.ts +1 -1
- package/src/internal/account.ts +2 -2
- package/src/internal/ans.ts +4 -6
- package/src/internal/coin.ts +2 -2
- package/src/internal/event.ts +3 -3
- package/src/internal/general.ts +7 -6
- package/src/internal/queries/getEvents.graphql +1 -0
- package/src/internal/transactionSubmission.ts +41 -3
- package/src/transactions/transactionBuilder/helpers.ts +2 -2
- package/src/transactions/transactionBuilder/remoteAbi.ts +1 -1
- package/src/transactions/transactionBuilder/transactionBuilder.ts +15 -20
- package/src/transactions/typeTag/parser.ts +10 -2
- package/src/transactions/types.ts +5 -14
- package/src/types/generated/operations.ts +52 -51
- package/src/types/generated/queries.ts +42 -41
- package/src/types/generated/types.ts +2257 -2249
- package/src/types/index.ts +20 -12
- package/src/utils/index.ts +2 -0
- package/dist/cjs/index.js +0 -5901
- package/dist/cjs/index.js.map +0 -1
- package/dist/types/index.d.ts +0 -1310
- package/dist/types/index.js +0 -176
- package/dist/types/index.js.map +0 -1
|
@@ -0,0 +1,604 @@
|
|
|
1
|
+
import { Exact, InputMaybe, Scalars, CurrentFungibleAssetBalancesBoolExp, CurrentFungibleAssetBalancesOrderBy, CurrentCollectionOwnershipV2ViewBoolExp, CurrentCollectionOwnershipV2ViewOrderBy, CurrentObjectsBoolExp, CurrentObjectsOrderBy, CurrentTokenOwnershipsV2BoolExp, CurrentTokenOwnershipsV2OrderBy, CurrentCollectionsV2BoolExp, EventsBoolExp, EventsOrderBy, FungibleAssetActivitiesBoolExp, FungibleAssetMetadataBoolExp, NumActiveDelegatorPerPoolBoolExp, NumActiveDelegatorPerPoolOrderBy, TokenActivitiesV2BoolExp, TokenActivitiesV2OrderBy, CurrentTokenDatasV2BoolExp, CurrentTokenDatasV2OrderBy } from './types.mjs';
|
|
2
|
+
|
|
3
|
+
type TokenActivitiesFieldsFragment = {
|
|
4
|
+
after_value?: string | null;
|
|
5
|
+
before_value?: string | null;
|
|
6
|
+
entry_function_id_str?: string | null;
|
|
7
|
+
event_account_address: string;
|
|
8
|
+
event_index: any;
|
|
9
|
+
from_address?: string | null;
|
|
10
|
+
is_fungible_v2?: boolean | null;
|
|
11
|
+
property_version_v1: any;
|
|
12
|
+
to_address?: string | null;
|
|
13
|
+
token_amount: any;
|
|
14
|
+
token_data_id: string;
|
|
15
|
+
token_standard: string;
|
|
16
|
+
transaction_timestamp: any;
|
|
17
|
+
transaction_version: any;
|
|
18
|
+
type: string;
|
|
19
|
+
};
|
|
20
|
+
type CurrentTokenOwnershipFieldsFragment = {
|
|
21
|
+
token_standard: string;
|
|
22
|
+
token_properties_mutated_v1?: any | null;
|
|
23
|
+
token_data_id: string;
|
|
24
|
+
table_type_v1?: string | null;
|
|
25
|
+
storage_id: string;
|
|
26
|
+
property_version_v1: any;
|
|
27
|
+
owner_address: string;
|
|
28
|
+
last_transaction_version: any;
|
|
29
|
+
last_transaction_timestamp: any;
|
|
30
|
+
is_soulbound_v2?: boolean | null;
|
|
31
|
+
is_fungible_v2?: boolean | null;
|
|
32
|
+
amount: any;
|
|
33
|
+
current_token_data?: {
|
|
34
|
+
collection_id: string;
|
|
35
|
+
description: string;
|
|
36
|
+
is_fungible_v2?: boolean | null;
|
|
37
|
+
largest_property_version_v1?: any | null;
|
|
38
|
+
last_transaction_timestamp: any;
|
|
39
|
+
last_transaction_version: any;
|
|
40
|
+
maximum?: any | null;
|
|
41
|
+
supply: any;
|
|
42
|
+
token_data_id: string;
|
|
43
|
+
token_name: string;
|
|
44
|
+
token_properties: any;
|
|
45
|
+
token_standard: string;
|
|
46
|
+
token_uri: string;
|
|
47
|
+
current_collection?: {
|
|
48
|
+
collection_id: string;
|
|
49
|
+
collection_name: string;
|
|
50
|
+
creator_address: string;
|
|
51
|
+
current_supply: any;
|
|
52
|
+
description: string;
|
|
53
|
+
last_transaction_timestamp: any;
|
|
54
|
+
last_transaction_version: any;
|
|
55
|
+
max_supply?: any | null;
|
|
56
|
+
mutable_description?: boolean | null;
|
|
57
|
+
mutable_uri?: boolean | null;
|
|
58
|
+
table_handle_v1?: string | null;
|
|
59
|
+
token_standard: string;
|
|
60
|
+
total_minted_v2?: any | null;
|
|
61
|
+
uri: string;
|
|
62
|
+
} | null;
|
|
63
|
+
} | null;
|
|
64
|
+
};
|
|
65
|
+
type GetAccountCoinsCountQueryVariables = Exact<{
|
|
66
|
+
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
67
|
+
}>;
|
|
68
|
+
type GetAccountCoinsCountQuery = {
|
|
69
|
+
current_fungible_asset_balances_aggregate: {
|
|
70
|
+
aggregate?: {
|
|
71
|
+
count: number;
|
|
72
|
+
} | null;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
type GetAccountCoinsDataQueryVariables = Exact<{
|
|
76
|
+
where_condition: CurrentFungibleAssetBalancesBoolExp;
|
|
77
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
78
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
79
|
+
order_by?: InputMaybe<Array<CurrentFungibleAssetBalancesOrderBy> | CurrentFungibleAssetBalancesOrderBy>;
|
|
80
|
+
}>;
|
|
81
|
+
type GetAccountCoinsDataQuery = {
|
|
82
|
+
current_fungible_asset_balances: Array<{
|
|
83
|
+
amount: any;
|
|
84
|
+
asset_type: string;
|
|
85
|
+
is_frozen: boolean;
|
|
86
|
+
is_primary: boolean;
|
|
87
|
+
last_transaction_timestamp: any;
|
|
88
|
+
last_transaction_version: any;
|
|
89
|
+
owner_address: string;
|
|
90
|
+
storage_id: string;
|
|
91
|
+
token_standard: string;
|
|
92
|
+
metadata?: {
|
|
93
|
+
token_standard: string;
|
|
94
|
+
symbol: string;
|
|
95
|
+
supply_aggregator_table_key_v1?: string | null;
|
|
96
|
+
supply_aggregator_table_handle_v1?: string | null;
|
|
97
|
+
project_uri?: string | null;
|
|
98
|
+
name: string;
|
|
99
|
+
last_transaction_version: any;
|
|
100
|
+
last_transaction_timestamp: any;
|
|
101
|
+
icon_uri?: string | null;
|
|
102
|
+
decimals: number;
|
|
103
|
+
creator_address: string;
|
|
104
|
+
asset_type: string;
|
|
105
|
+
} | null;
|
|
106
|
+
}>;
|
|
107
|
+
};
|
|
108
|
+
type GetAccountCollectionsWithOwnedTokensQueryVariables = Exact<{
|
|
109
|
+
where_condition: CurrentCollectionOwnershipV2ViewBoolExp;
|
|
110
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
111
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
112
|
+
order_by?: InputMaybe<Array<CurrentCollectionOwnershipV2ViewOrderBy> | CurrentCollectionOwnershipV2ViewOrderBy>;
|
|
113
|
+
}>;
|
|
114
|
+
type GetAccountCollectionsWithOwnedTokensQuery = {
|
|
115
|
+
current_collection_ownership_v2_view: Array<{
|
|
116
|
+
collection_id?: string | null;
|
|
117
|
+
collection_name?: string | null;
|
|
118
|
+
collection_uri?: string | null;
|
|
119
|
+
creator_address?: string | null;
|
|
120
|
+
distinct_tokens?: any | null;
|
|
121
|
+
last_transaction_version?: any | null;
|
|
122
|
+
owner_address?: string | null;
|
|
123
|
+
single_token_uri?: string | null;
|
|
124
|
+
current_collection?: {
|
|
125
|
+
collection_id: string;
|
|
126
|
+
collection_name: string;
|
|
127
|
+
creator_address: string;
|
|
128
|
+
current_supply: any;
|
|
129
|
+
description: string;
|
|
130
|
+
last_transaction_timestamp: any;
|
|
131
|
+
last_transaction_version: any;
|
|
132
|
+
mutable_description?: boolean | null;
|
|
133
|
+
max_supply?: any | null;
|
|
134
|
+
mutable_uri?: boolean | null;
|
|
135
|
+
table_handle_v1?: string | null;
|
|
136
|
+
token_standard: string;
|
|
137
|
+
total_minted_v2?: any | null;
|
|
138
|
+
uri: string;
|
|
139
|
+
} | null;
|
|
140
|
+
}>;
|
|
141
|
+
};
|
|
142
|
+
type GetAccountOwnedObjectsQueryVariables = Exact<{
|
|
143
|
+
where_condition?: InputMaybe<CurrentObjectsBoolExp>;
|
|
144
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
145
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
146
|
+
order_by?: InputMaybe<Array<CurrentObjectsOrderBy> | CurrentObjectsOrderBy>;
|
|
147
|
+
}>;
|
|
148
|
+
type GetAccountOwnedObjectsQuery = {
|
|
149
|
+
current_objects: Array<{
|
|
150
|
+
allow_ungated_transfer: boolean;
|
|
151
|
+
state_key_hash: string;
|
|
152
|
+
owner_address: string;
|
|
153
|
+
object_address: string;
|
|
154
|
+
last_transaction_version: any;
|
|
155
|
+
last_guid_creation_num: any;
|
|
156
|
+
is_deleted: boolean;
|
|
157
|
+
}>;
|
|
158
|
+
};
|
|
159
|
+
type GetAccountOwnedTokensQueryVariables = Exact<{
|
|
160
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
161
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
162
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
163
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
164
|
+
}>;
|
|
165
|
+
type GetAccountOwnedTokensQuery = {
|
|
166
|
+
current_token_ownerships_v2: Array<{
|
|
167
|
+
token_standard: string;
|
|
168
|
+
token_properties_mutated_v1?: any | null;
|
|
169
|
+
token_data_id: string;
|
|
170
|
+
table_type_v1?: string | null;
|
|
171
|
+
storage_id: string;
|
|
172
|
+
property_version_v1: any;
|
|
173
|
+
owner_address: string;
|
|
174
|
+
last_transaction_version: any;
|
|
175
|
+
last_transaction_timestamp: any;
|
|
176
|
+
is_soulbound_v2?: boolean | null;
|
|
177
|
+
is_fungible_v2?: boolean | null;
|
|
178
|
+
amount: any;
|
|
179
|
+
current_token_data?: {
|
|
180
|
+
collection_id: string;
|
|
181
|
+
description: string;
|
|
182
|
+
is_fungible_v2?: boolean | null;
|
|
183
|
+
largest_property_version_v1?: any | null;
|
|
184
|
+
last_transaction_timestamp: any;
|
|
185
|
+
last_transaction_version: any;
|
|
186
|
+
maximum?: any | null;
|
|
187
|
+
supply: any;
|
|
188
|
+
token_data_id: string;
|
|
189
|
+
token_name: string;
|
|
190
|
+
token_properties: any;
|
|
191
|
+
token_standard: string;
|
|
192
|
+
token_uri: string;
|
|
193
|
+
current_collection?: {
|
|
194
|
+
collection_id: string;
|
|
195
|
+
collection_name: string;
|
|
196
|
+
creator_address: string;
|
|
197
|
+
current_supply: any;
|
|
198
|
+
description: string;
|
|
199
|
+
last_transaction_timestamp: any;
|
|
200
|
+
last_transaction_version: any;
|
|
201
|
+
max_supply?: any | null;
|
|
202
|
+
mutable_description?: boolean | null;
|
|
203
|
+
mutable_uri?: boolean | null;
|
|
204
|
+
table_handle_v1?: string | null;
|
|
205
|
+
token_standard: string;
|
|
206
|
+
total_minted_v2?: any | null;
|
|
207
|
+
uri: string;
|
|
208
|
+
} | null;
|
|
209
|
+
} | null;
|
|
210
|
+
}>;
|
|
211
|
+
};
|
|
212
|
+
type GetAccountOwnedTokensByTokenDataQueryVariables = Exact<{
|
|
213
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
214
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
215
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
216
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
217
|
+
}>;
|
|
218
|
+
type GetAccountOwnedTokensByTokenDataQuery = {
|
|
219
|
+
current_token_ownerships_v2: Array<{
|
|
220
|
+
token_standard: string;
|
|
221
|
+
token_properties_mutated_v1?: any | null;
|
|
222
|
+
token_data_id: string;
|
|
223
|
+
table_type_v1?: string | null;
|
|
224
|
+
storage_id: string;
|
|
225
|
+
property_version_v1: any;
|
|
226
|
+
owner_address: string;
|
|
227
|
+
last_transaction_version: any;
|
|
228
|
+
last_transaction_timestamp: any;
|
|
229
|
+
is_soulbound_v2?: boolean | null;
|
|
230
|
+
is_fungible_v2?: boolean | null;
|
|
231
|
+
amount: any;
|
|
232
|
+
current_token_data?: {
|
|
233
|
+
collection_id: string;
|
|
234
|
+
description: string;
|
|
235
|
+
is_fungible_v2?: boolean | null;
|
|
236
|
+
largest_property_version_v1?: any | null;
|
|
237
|
+
last_transaction_timestamp: any;
|
|
238
|
+
last_transaction_version: any;
|
|
239
|
+
maximum?: any | null;
|
|
240
|
+
supply: any;
|
|
241
|
+
token_data_id: string;
|
|
242
|
+
token_name: string;
|
|
243
|
+
token_properties: any;
|
|
244
|
+
token_standard: string;
|
|
245
|
+
token_uri: string;
|
|
246
|
+
current_collection?: {
|
|
247
|
+
collection_id: string;
|
|
248
|
+
collection_name: string;
|
|
249
|
+
creator_address: string;
|
|
250
|
+
current_supply: any;
|
|
251
|
+
description: string;
|
|
252
|
+
last_transaction_timestamp: any;
|
|
253
|
+
last_transaction_version: any;
|
|
254
|
+
max_supply?: any | null;
|
|
255
|
+
mutable_description?: boolean | null;
|
|
256
|
+
mutable_uri?: boolean | null;
|
|
257
|
+
table_handle_v1?: string | null;
|
|
258
|
+
token_standard: string;
|
|
259
|
+
total_minted_v2?: any | null;
|
|
260
|
+
uri: string;
|
|
261
|
+
} | null;
|
|
262
|
+
} | null;
|
|
263
|
+
}>;
|
|
264
|
+
};
|
|
265
|
+
type GetAccountOwnedTokensFromCollectionQueryVariables = Exact<{
|
|
266
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
267
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
268
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
269
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
270
|
+
}>;
|
|
271
|
+
type GetAccountOwnedTokensFromCollectionQuery = {
|
|
272
|
+
current_token_ownerships_v2: Array<{
|
|
273
|
+
token_standard: string;
|
|
274
|
+
token_properties_mutated_v1?: any | null;
|
|
275
|
+
token_data_id: string;
|
|
276
|
+
table_type_v1?: string | null;
|
|
277
|
+
storage_id: string;
|
|
278
|
+
property_version_v1: any;
|
|
279
|
+
owner_address: string;
|
|
280
|
+
last_transaction_version: any;
|
|
281
|
+
last_transaction_timestamp: any;
|
|
282
|
+
is_soulbound_v2?: boolean | null;
|
|
283
|
+
is_fungible_v2?: boolean | null;
|
|
284
|
+
amount: any;
|
|
285
|
+
current_token_data?: {
|
|
286
|
+
collection_id: string;
|
|
287
|
+
description: string;
|
|
288
|
+
is_fungible_v2?: boolean | null;
|
|
289
|
+
largest_property_version_v1?: any | null;
|
|
290
|
+
last_transaction_timestamp: any;
|
|
291
|
+
last_transaction_version: any;
|
|
292
|
+
maximum?: any | null;
|
|
293
|
+
supply: any;
|
|
294
|
+
token_data_id: string;
|
|
295
|
+
token_name: string;
|
|
296
|
+
token_properties: any;
|
|
297
|
+
token_standard: string;
|
|
298
|
+
token_uri: string;
|
|
299
|
+
current_collection?: {
|
|
300
|
+
collection_id: string;
|
|
301
|
+
collection_name: string;
|
|
302
|
+
creator_address: string;
|
|
303
|
+
current_supply: any;
|
|
304
|
+
description: string;
|
|
305
|
+
last_transaction_timestamp: any;
|
|
306
|
+
last_transaction_version: any;
|
|
307
|
+
max_supply?: any | null;
|
|
308
|
+
mutable_description?: boolean | null;
|
|
309
|
+
mutable_uri?: boolean | null;
|
|
310
|
+
table_handle_v1?: string | null;
|
|
311
|
+
token_standard: string;
|
|
312
|
+
total_minted_v2?: any | null;
|
|
313
|
+
uri: string;
|
|
314
|
+
} | null;
|
|
315
|
+
} | null;
|
|
316
|
+
}>;
|
|
317
|
+
};
|
|
318
|
+
type GetAccountTokensCountQueryVariables = Exact<{
|
|
319
|
+
where_condition?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
|
|
320
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
321
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
322
|
+
}>;
|
|
323
|
+
type GetAccountTokensCountQuery = {
|
|
324
|
+
current_token_ownerships_v2_aggregate: {
|
|
325
|
+
aggregate?: {
|
|
326
|
+
count: number;
|
|
327
|
+
} | null;
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
type GetAccountTransactionsCountQueryVariables = Exact<{
|
|
331
|
+
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
332
|
+
}>;
|
|
333
|
+
type GetAccountTransactionsCountQuery = {
|
|
334
|
+
account_transactions_aggregate: {
|
|
335
|
+
aggregate?: {
|
|
336
|
+
count: number;
|
|
337
|
+
} | null;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
type GetChainTopUserTransactionsQueryVariables = Exact<{
|
|
341
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
342
|
+
}>;
|
|
343
|
+
type GetChainTopUserTransactionsQuery = {
|
|
344
|
+
user_transactions: Array<{
|
|
345
|
+
version: any;
|
|
346
|
+
}>;
|
|
347
|
+
};
|
|
348
|
+
type GetCollectionDataQueryVariables = Exact<{
|
|
349
|
+
where_condition: CurrentCollectionsV2BoolExp;
|
|
350
|
+
}>;
|
|
351
|
+
type GetCollectionDataQuery = {
|
|
352
|
+
current_collections_v2: Array<{
|
|
353
|
+
collection_id: string;
|
|
354
|
+
collection_name: string;
|
|
355
|
+
creator_address: string;
|
|
356
|
+
current_supply: any;
|
|
357
|
+
description: string;
|
|
358
|
+
last_transaction_timestamp: any;
|
|
359
|
+
last_transaction_version: any;
|
|
360
|
+
max_supply?: any | null;
|
|
361
|
+
mutable_description?: boolean | null;
|
|
362
|
+
mutable_uri?: boolean | null;
|
|
363
|
+
table_handle_v1?: string | null;
|
|
364
|
+
token_standard: string;
|
|
365
|
+
total_minted_v2?: any | null;
|
|
366
|
+
uri: string;
|
|
367
|
+
}>;
|
|
368
|
+
};
|
|
369
|
+
type GetCurrentFungibleAssetBalancesQueryVariables = Exact<{
|
|
370
|
+
where_condition?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
|
|
371
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
372
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
373
|
+
}>;
|
|
374
|
+
type GetCurrentFungibleAssetBalancesQuery = {
|
|
375
|
+
current_fungible_asset_balances: Array<{
|
|
376
|
+
amount: any;
|
|
377
|
+
asset_type: string;
|
|
378
|
+
is_frozen: boolean;
|
|
379
|
+
is_primary: boolean;
|
|
380
|
+
last_transaction_timestamp: any;
|
|
381
|
+
last_transaction_version: any;
|
|
382
|
+
owner_address: string;
|
|
383
|
+
storage_id: string;
|
|
384
|
+
token_standard: string;
|
|
385
|
+
}>;
|
|
386
|
+
};
|
|
387
|
+
type GetDelegatedStakingActivitiesQueryVariables = Exact<{
|
|
388
|
+
delegatorAddress?: InputMaybe<Scalars["String"]["input"]>;
|
|
389
|
+
poolAddress?: InputMaybe<Scalars["String"]["input"]>;
|
|
390
|
+
}>;
|
|
391
|
+
type GetDelegatedStakingActivitiesQuery = {
|
|
392
|
+
delegated_staking_activities: Array<{
|
|
393
|
+
amount: any;
|
|
394
|
+
delegator_address: string;
|
|
395
|
+
event_index: any;
|
|
396
|
+
event_type: string;
|
|
397
|
+
pool_address: string;
|
|
398
|
+
transaction_version: any;
|
|
399
|
+
}>;
|
|
400
|
+
};
|
|
401
|
+
type GetEventsQueryVariables = Exact<{
|
|
402
|
+
where_condition?: InputMaybe<EventsBoolExp>;
|
|
403
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
404
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
405
|
+
order_by?: InputMaybe<Array<EventsOrderBy> | EventsOrderBy>;
|
|
406
|
+
}>;
|
|
407
|
+
type GetEventsQuery = {
|
|
408
|
+
events: Array<{
|
|
409
|
+
account_address: string;
|
|
410
|
+
creation_number: any;
|
|
411
|
+
data: any;
|
|
412
|
+
event_index: any;
|
|
413
|
+
sequence_number: any;
|
|
414
|
+
transaction_block_height: any;
|
|
415
|
+
transaction_version: any;
|
|
416
|
+
type: string;
|
|
417
|
+
indexed_type: string;
|
|
418
|
+
}>;
|
|
419
|
+
};
|
|
420
|
+
type GetFungibleAssetActivitiesQueryVariables = Exact<{
|
|
421
|
+
where_condition?: InputMaybe<FungibleAssetActivitiesBoolExp>;
|
|
422
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
423
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
424
|
+
}>;
|
|
425
|
+
type GetFungibleAssetActivitiesQuery = {
|
|
426
|
+
fungible_asset_activities: Array<{
|
|
427
|
+
amount?: any | null;
|
|
428
|
+
asset_type: string;
|
|
429
|
+
block_height: any;
|
|
430
|
+
entry_function_id_str?: string | null;
|
|
431
|
+
event_index: any;
|
|
432
|
+
gas_fee_payer_address?: string | null;
|
|
433
|
+
is_frozen?: boolean | null;
|
|
434
|
+
is_gas_fee: boolean;
|
|
435
|
+
is_transaction_success: boolean;
|
|
436
|
+
owner_address: string;
|
|
437
|
+
storage_id: string;
|
|
438
|
+
storage_refund_amount: any;
|
|
439
|
+
token_standard: string;
|
|
440
|
+
transaction_timestamp: any;
|
|
441
|
+
transaction_version: any;
|
|
442
|
+
type: string;
|
|
443
|
+
}>;
|
|
444
|
+
};
|
|
445
|
+
type GetFungibleAssetMetadataQueryVariables = Exact<{
|
|
446
|
+
where_condition?: InputMaybe<FungibleAssetMetadataBoolExp>;
|
|
447
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
448
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
449
|
+
}>;
|
|
450
|
+
type GetFungibleAssetMetadataQuery = {
|
|
451
|
+
fungible_asset_metadata: Array<{
|
|
452
|
+
icon_uri?: string | null;
|
|
453
|
+
project_uri?: string | null;
|
|
454
|
+
supply_aggregator_table_handle_v1?: string | null;
|
|
455
|
+
supply_aggregator_table_key_v1?: string | null;
|
|
456
|
+
creator_address: string;
|
|
457
|
+
asset_type: string;
|
|
458
|
+
decimals: number;
|
|
459
|
+
last_transaction_timestamp: any;
|
|
460
|
+
last_transaction_version: any;
|
|
461
|
+
name: string;
|
|
462
|
+
symbol: string;
|
|
463
|
+
token_standard: string;
|
|
464
|
+
}>;
|
|
465
|
+
};
|
|
466
|
+
type GetNumberOfDelegatorsQueryVariables = Exact<{
|
|
467
|
+
where_condition: NumActiveDelegatorPerPoolBoolExp;
|
|
468
|
+
order_by?: InputMaybe<Array<NumActiveDelegatorPerPoolOrderBy> | NumActiveDelegatorPerPoolOrderBy>;
|
|
469
|
+
}>;
|
|
470
|
+
type GetNumberOfDelegatorsQuery = {
|
|
471
|
+
num_active_delegator_per_pool: Array<{
|
|
472
|
+
num_active_delegator?: any | null;
|
|
473
|
+
pool_address?: string | null;
|
|
474
|
+
}>;
|
|
475
|
+
};
|
|
476
|
+
type GetProcessorStatusQueryVariables = Exact<{
|
|
477
|
+
[key: string]: never;
|
|
478
|
+
}>;
|
|
479
|
+
type GetProcessorStatusQuery = {
|
|
480
|
+
processor_status: Array<{
|
|
481
|
+
last_success_version: any;
|
|
482
|
+
processor: string;
|
|
483
|
+
last_updated: any;
|
|
484
|
+
}>;
|
|
485
|
+
};
|
|
486
|
+
type GetTokenActivityQueryVariables = Exact<{
|
|
487
|
+
where_condition: TokenActivitiesV2BoolExp;
|
|
488
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
489
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
490
|
+
order_by?: InputMaybe<Array<TokenActivitiesV2OrderBy> | TokenActivitiesV2OrderBy>;
|
|
491
|
+
}>;
|
|
492
|
+
type GetTokenActivityQuery = {
|
|
493
|
+
token_activities_v2: Array<{
|
|
494
|
+
after_value?: string | null;
|
|
495
|
+
before_value?: string | null;
|
|
496
|
+
entry_function_id_str?: string | null;
|
|
497
|
+
event_account_address: string;
|
|
498
|
+
event_index: any;
|
|
499
|
+
from_address?: string | null;
|
|
500
|
+
is_fungible_v2?: boolean | null;
|
|
501
|
+
property_version_v1: any;
|
|
502
|
+
to_address?: string | null;
|
|
503
|
+
token_amount: any;
|
|
504
|
+
token_data_id: string;
|
|
505
|
+
token_standard: string;
|
|
506
|
+
transaction_timestamp: any;
|
|
507
|
+
transaction_version: any;
|
|
508
|
+
type: string;
|
|
509
|
+
}>;
|
|
510
|
+
};
|
|
511
|
+
type GetCurrentTokenOwnershipQueryVariables = Exact<{
|
|
512
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
513
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
514
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
515
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
516
|
+
}>;
|
|
517
|
+
type GetCurrentTokenOwnershipQuery = {
|
|
518
|
+
current_token_ownerships_v2: Array<{
|
|
519
|
+
token_standard: string;
|
|
520
|
+
token_properties_mutated_v1?: any | null;
|
|
521
|
+
token_data_id: string;
|
|
522
|
+
table_type_v1?: string | null;
|
|
523
|
+
storage_id: string;
|
|
524
|
+
property_version_v1: any;
|
|
525
|
+
owner_address: string;
|
|
526
|
+
last_transaction_version: any;
|
|
527
|
+
last_transaction_timestamp: any;
|
|
528
|
+
is_soulbound_v2?: boolean | null;
|
|
529
|
+
is_fungible_v2?: boolean | null;
|
|
530
|
+
amount: any;
|
|
531
|
+
current_token_data?: {
|
|
532
|
+
collection_id: string;
|
|
533
|
+
description: string;
|
|
534
|
+
is_fungible_v2?: boolean | null;
|
|
535
|
+
largest_property_version_v1?: any | null;
|
|
536
|
+
last_transaction_timestamp: any;
|
|
537
|
+
last_transaction_version: any;
|
|
538
|
+
maximum?: any | null;
|
|
539
|
+
supply: any;
|
|
540
|
+
token_data_id: string;
|
|
541
|
+
token_name: string;
|
|
542
|
+
token_properties: any;
|
|
543
|
+
token_standard: string;
|
|
544
|
+
token_uri: string;
|
|
545
|
+
current_collection?: {
|
|
546
|
+
collection_id: string;
|
|
547
|
+
collection_name: string;
|
|
548
|
+
creator_address: string;
|
|
549
|
+
current_supply: any;
|
|
550
|
+
description: string;
|
|
551
|
+
last_transaction_timestamp: any;
|
|
552
|
+
last_transaction_version: any;
|
|
553
|
+
max_supply?: any | null;
|
|
554
|
+
mutable_description?: boolean | null;
|
|
555
|
+
mutable_uri?: boolean | null;
|
|
556
|
+
table_handle_v1?: string | null;
|
|
557
|
+
token_standard: string;
|
|
558
|
+
total_minted_v2?: any | null;
|
|
559
|
+
uri: string;
|
|
560
|
+
} | null;
|
|
561
|
+
} | null;
|
|
562
|
+
}>;
|
|
563
|
+
};
|
|
564
|
+
type GetTokenDataQueryVariables = Exact<{
|
|
565
|
+
where_condition?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
566
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
567
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
568
|
+
order_by?: InputMaybe<Array<CurrentTokenDatasV2OrderBy> | CurrentTokenDatasV2OrderBy>;
|
|
569
|
+
}>;
|
|
570
|
+
type GetTokenDataQuery = {
|
|
571
|
+
current_token_datas_v2: Array<{
|
|
572
|
+
collection_id: string;
|
|
573
|
+
description: string;
|
|
574
|
+
is_fungible_v2?: boolean | null;
|
|
575
|
+
largest_property_version_v1?: any | null;
|
|
576
|
+
last_transaction_timestamp: any;
|
|
577
|
+
last_transaction_version: any;
|
|
578
|
+
maximum?: any | null;
|
|
579
|
+
supply: any;
|
|
580
|
+
token_data_id: string;
|
|
581
|
+
token_name: string;
|
|
582
|
+
token_properties: any;
|
|
583
|
+
token_standard: string;
|
|
584
|
+
token_uri: string;
|
|
585
|
+
current_collection?: {
|
|
586
|
+
collection_id: string;
|
|
587
|
+
collection_name: string;
|
|
588
|
+
creator_address: string;
|
|
589
|
+
current_supply: any;
|
|
590
|
+
description: string;
|
|
591
|
+
last_transaction_timestamp: any;
|
|
592
|
+
last_transaction_version: any;
|
|
593
|
+
max_supply?: any | null;
|
|
594
|
+
mutable_description?: boolean | null;
|
|
595
|
+
mutable_uri?: boolean | null;
|
|
596
|
+
table_handle_v1?: string | null;
|
|
597
|
+
token_standard: string;
|
|
598
|
+
total_minted_v2?: any | null;
|
|
599
|
+
uri: string;
|
|
600
|
+
} | null;
|
|
601
|
+
}>;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
export { CurrentTokenOwnershipFieldsFragment, GetAccountCoinsCountQuery, GetAccountCoinsCountQueryVariables, GetAccountCoinsDataQuery, GetAccountCoinsDataQueryVariables, GetAccountCollectionsWithOwnedTokensQuery, GetAccountCollectionsWithOwnedTokensQueryVariables, GetAccountOwnedObjectsQuery, GetAccountOwnedObjectsQueryVariables, GetAccountOwnedTokensByTokenDataQuery, GetAccountOwnedTokensByTokenDataQueryVariables, GetAccountOwnedTokensFromCollectionQuery, GetAccountOwnedTokensFromCollectionQueryVariables, GetAccountOwnedTokensQuery, GetAccountOwnedTokensQueryVariables, GetAccountTokensCountQuery, GetAccountTokensCountQueryVariables, GetAccountTransactionsCountQuery, GetAccountTransactionsCountQueryVariables, GetChainTopUserTransactionsQuery, GetChainTopUserTransactionsQueryVariables, GetCollectionDataQuery, GetCollectionDataQueryVariables, GetCurrentFungibleAssetBalancesQuery, GetCurrentFungibleAssetBalancesQueryVariables, GetCurrentTokenOwnershipQuery, GetCurrentTokenOwnershipQueryVariables, GetDelegatedStakingActivitiesQuery, GetDelegatedStakingActivitiesQueryVariables, GetEventsQuery, GetEventsQueryVariables, GetFungibleAssetActivitiesQuery, GetFungibleAssetActivitiesQueryVariables, GetFungibleAssetMetadataQuery, GetFungibleAssetMetadataQueryVariables, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetProcessorStatusQuery, GetProcessorStatusQueryVariables, GetTokenActivityQuery, GetTokenActivityQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, TokenActivitiesFieldsFragment };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=operations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|