# Sui Documentation > Sui is a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move ## General - [Concepts](https://docs.sui.io/concepts.md) - [Guides](https://docs.sui.io/guides.md) - [References Overview](https://docs.sui.io/references.md) - [Sui Standards Overview](https://docs.sui.io/standards.md) - [Code Of Conduct](https://docs.sui.io/code-of-conduct) - [Contribute To Sui Repos](https://docs.sui.io/contribute-to-sui-repos) - [Exchange Integration Guide](https://docs.sui.io/exchange-integration-guide) - [Localize Sui Docs](https://docs.sui.io/localize-sui-docs) - [Style Guide](https://docs.sui.io/style-guide) - [Sui Compared](https://docs.sui.io/sui-compared) - [Sui Framework Reference](https://docs.sui.io/sui-framework-reference) - [Sui Glossary](https://docs.sui.io/sui-glossary) ## Concepts - [Coin Management](https://docs.sui.io/concepts/coin-mgt.md) - [Cryptography](https://docs.sui.io/concepts/cryptography.md) - [Passkey](https://docs.sui.io/concepts/cryptography/passkeys.md) - [Checkpoint Verification](https://docs.sui.io/concepts/cryptography/system/checkpoint-verification.md) - [Intents for Validation](https://docs.sui.io/concepts/cryptography/system/intents-for-validation.md) - [Validator Signatures](https://docs.sui.io/concepts/cryptography/system/validator-signatures.md) - [Archival Store and Service](https://docs.sui.io/concepts/data-access/archival-store.md) - [Custom Indexers](https://docs.sui.io/concepts/data-access/custom-indexers.md) - [Accessing Data](https://docs.sui.io/concepts/data-access/data-serving.md) - [GraphQL for Sui RPC (Beta)](https://docs.sui.io/concepts/data-access/graphql-rpc.md) - [gRPC](https://docs.sui.io/concepts/data-access/grpc.md) - [Indexer Data and Integration](https://docs.sui.io/concepts/data-access/indexer-data-integration.md) - [Indexer Runtime and Performance](https://docs.sui.io/concepts/data-access/indexer-runtime-perf.md) - [Indexer Pipeline Architecture](https://docs.sui.io/concepts/data-access/pipeline-architecture.md) - [Gaming on Sui](https://docs.sui.io/concepts/gaming.md) - [Sui-Related Research Papers](https://docs.sui.io/concepts/research-papers.md) - [Components of Sui](https://docs.sui.io/concepts/sui-architecture/components.md) - [Consensus](https://docs.sui.io/concepts/sui-architecture/consensus.md) - [Epochs, Equivocation, and Reconfiguration](https://docs.sui.io/concepts/sui-architecture/epochs.md) - [Sui Architecture](https://docs.sui.io/concepts/sui-architecture.md) - [Networks](https://docs.sui.io/concepts/sui-architecture/networks.md) - [Protocol Upgrades](https://docs.sui.io/concepts/sui-architecture/protocol-upgrades.md) - [Security](https://docs.sui.io/concepts/sui-architecture/sui-security.md) - [Storage](https://docs.sui.io/concepts/sui-architecture/sui-storage.md) - [Ethereum -> Sui](https://docs.sui.io/concepts/sui-for-ethereum.md) - [Solana -> Sui](https://docs.sui.io/concepts/sui-for-solana.md) - [Move Concepts](https://docs.sui.io/concepts/sui-move-concepts.md) - [Gas Fees](https://docs.sui.io/concepts/tokenomics/gas-in-sui.md) - [Sui Tokenomics](https://docs.sui.io/concepts/tokenomics.md) - [Staking and Unstaking](https://docs.sui.io/concepts/tokenomics/staking-unstaking.md) - [Bridging Tokens](https://docs.sui.io/concepts/tokenomics/sui-bridging.md) - [Tokenomics on Sui](https://docs.sui.io/concepts/tokenomics/tokenomics-overview.md) - [Architecture](https://docs.sui.io/concepts/architecture) - [Index](https://docs.sui.io/concepts/architecture/index) ## Guides - [Using the Archival Service](https://docs.sui.io/guides/developer/accessing-data/archival-store.md) - [Authenticated Events](https://docs.sui.io/guides/developer/accessing-data/authenticated-events.md) - [Bring Your Own Store (BYOS)](https://docs.sui.io/guides/developer/accessing-data/custom-indexer/bring-your-own-store.md) - [Build a Custom Indexer](https://docs.sui.io/guides/developer/accessing-data/custom-indexer/build.md) - [Custom Indexing Framework](https://docs.sui.io/guides/developer/accessing-data/custom-indexer.md) - [Custom Indexer and Walrus](https://docs.sui.io/guides/developer/accessing-data/custom-indexer/indexer-walrus.md) - [Using gRPC](https://docs.sui.io/guides/developer/accessing-data/grpc-overview.md) - [Accessing Data](https://docs.sui.io/guides/developer/accessing-data.md) - [Using GraphQL RPC](https://docs.sui.io/guides/developer/accessing-data/query-with-graphql.md) - [Using Events](https://docs.sui.io/guides/developer/accessing-data/using-events.md) - [Address Balances Migration Guide](https://docs.sui.io/guides/developer/address-balances-migration.md) - [Auction](https://docs.sui.io/guides/developer/app-examples/auction.md) - [Blackjack](https://docs.sui.io/guides/developer/app-examples/blackjack.md) - [Client App with Sui TypeScript SDK](https://docs.sui.io/guides/developer/app-examples/client-tssdk.md) - [Coin Flip](https://docs.sui.io/guides/developer/app-examples/coin-flip.md) - [Distributed Counter](https://docs.sui.io/guides/developer/app-examples/e2e-counter.md) - [App Examples](https://docs.sui.io/guides/developer/app-examples.md) - [Meta and Pricing Oracle](https://docs.sui.io/guides/developer/app-examples/meta-pricing-oracle.md) - [Oracles](https://docs.sui.io/guides/developer/app-examples/oracle.md) - [Plinko](https://docs.sui.io/guides/developer/app-examples/plinko.md) - [Prevent Bots](https://docs.sui.io/guides/developer/app-examples/recaptcha.md) - [Review Rating](https://docs.sui.io/guides/developer/app-examples/reviews-rating.md) - [Tic-Tac-Toe](https://docs.sui.io/guides/developer/app-examples/tic-tac-toe.md) - [Trustless Swap](https://docs.sui.io/guides/developer/app-examples/trustless-swap.md) - [Turnip Town](https://docs.sui.io/guides/developer/app-examples/turnip-town.md) - [Sui Weather Oracle](https://docs.sui.io/guides/developer/app-examples/weather-oracle.md) - [Create Currencies and Tokens](https://docs.sui.io/guides/developer/coin/currency.md) - [In-Game Currency](https://docs.sui.io/guides/developer/coin/in-game-token.md) - [Currencies and Tokens](https://docs.sui.io/guides/developer/coin.md) - [Loyalty Tokens](https://docs.sui.io/guides/developer/coin/loyalty.md) - [Regulated Currency and Deny List](https://docs.sui.io/guides/developer/coin/regulated.md) - [Stablecoins on Sui](https://docs.sui.io/guides/developer/coin/stablecoins.md) - [Token Vesting Strategies](https://docs.sui.io/guides/developer/coin/vesting-strategies.md) - [Troubleshooting Common Errors](https://docs.sui.io/guides/developer/common-errors.md) - [Elliptic Curve Verifiable Random Function](https://docs.sui.io/guides/developer/cryptography/ecvrf.md) - [Groth16](https://docs.sui.io/guides/developer/cryptography/groth16.md) - [Hashing](https://docs.sui.io/guides/developer/cryptography/hashing.md) - [Cryptography](https://docs.sui.io/guides/developer/cryptography.md) - [Multisig Authentication](https://docs.sui.io/guides/developer/cryptography/multisig.md) - [Sui On-Chain Signatures Verification in Move](https://docs.sui.io/guides/developer/cryptography/signing.md) - [Configure OpenID Providers](https://docs.sui.io/guides/developer/cryptography/zklogin-integration/developer-account.md) - [zkLogin](https://docs.sui.io/guides/developer/cryptography/zklogin-integration.md) - [zkLogin Example](https://docs.sui.io/guides/developer/cryptography/zklogin-integration/zklogin-example.md) - [zkLogin Integration](https://docs.sui.io/guides/developer/cryptography/zklogin-integration/zklogin-integration.md) - [What is zkLogin?](https://docs.sui.io/guides/developer/cryptography/zklogin-integration/zklogin.md) - [Sui Developer Cheat Sheet](https://docs.sui.io/guides/developer/dev-cheat-sheet.md) - [Deployment](https://docs.sui.io/guides/developer/digital-assets/examples-patterns/advanced-patterns/kiosk.md) - [In-Game Currency](https://docs.sui.io/guides/developer/digital-assets/examples-patterns/in-game-currency.md) - [Index](https://docs.sui.io/guides/developer/digital-assets/examples-patterns.md) - [Loyalty Tokens](https://docs.sui.io/guides/developer/digital-assets/examples-patterns/loyalty-tokens.md) - [NFT Rental Example](https://docs.sui.io/guides/developer/digital-assets/examples-patterns/nft-rental.md) - [Soulbound NFT Example](https://docs.sui.io/guides/developer/digital-assets/examples-patterns/soulbound-tokens.md) - [Create Fungible Tokens](https://docs.sui.io/guides/developer/digital-assets/fungible-tokens/create-a-fungible-token.md) - [Fungible Tokens](https://docs.sui.io/guides/developer/digital-assets/fungible-tokens.md) - [Stablecoins on Sui](https://docs.sui.io/guides/developer/digital-assets/fungible-tokens/integrating-with-stablecoins.md) - [Regulated Currency and Deny List](https://docs.sui.io/guides/developer/digital-assets/fungible-tokens/regulated-tokens.md) - [Token Vesting Strategies](https://docs.sui.io/guides/developer/digital-assets/fungible-tokens/token-vesting-strategies.md) - [Digital Assets on Sui](https://docs.sui.io/guides/developer/digital-assets.md) - [Asset Tokenization](https://docs.sui.io/guides/developer/digital-assets/non-fungible-tokens/asset-tokenization.md) - [Create a Non-Fungible Token](https://docs.sui.io/guides/developer/digital-assets/non-fungible-tokens/create-nft.md) - [Types of Tokens](https://docs.sui.io/guides/developer/digital-assets/types-of-tokens.md) - [Connect a Frontend to a Move Package](https://docs.sui.io/guides/developer/getting-started/app-frontends.md) - [Configure a Sui Client](https://docs.sui.io/guides/developer/getting-started/configure-sui-client.md) - [Create a Sui Address](https://docs.sui.io/guides/developer/getting-started/get-address.md) - [Get SUI from Faucet](https://docs.sui.io/guides/developer/getting-started/get-coins.md) - [Hello, World!](https://docs.sui.io/guides/developer/getting-started/hello-world.md) - [Getting Started](https://docs.sui.io/guides/developer/getting-started.md) - [Install from Binaries](https://docs.sui.io/guides/developer/getting-started/install-binaries.md) - [Install from Source](https://docs.sui.io/guides/developer/getting-started/install-source.md) - [Connecting to a Local Network](https://docs.sui.io/guides/developer/getting-started/local-network.md) - [Next Steps](https://docs.sui.io/guides/developer/getting-started/next-steps.md) - [Install Sui](https://docs.sui.io/guides/developer/getting-started/sui-install.md) - [SUI Wallets](https://docs.sui.io/guides/developer/getting-started/sui-wallets.md) - [Move Best Practices](https://docs.sui.io/guides/developer/move-best-practices.md) - [Customizing, Testing, and Management](https://docs.sui.io/guides/developer/nautilus/customize-nautilus.md) - [Nautilus](https://docs.sui.io/guides/developer/nautilus.md) - [Deploy Dockerized Nautilus Apps to Marlin](https://docs.sui.io/guides/developer/nautilus/marlin.md) - [Nautilus Design](https://docs.sui.io/guides/developer/nautilus/nautilus-design.md) - [What is Nautilus?](https://docs.sui.io/guides/developer/nautilus/nautilus-overview.md) - [Encrypt Enclave Secrets with Seal](https://docs.sui.io/guides/developer/nautilus/seal.md) - [Using Nautilus](https://docs.sui.io/guides/developer/nautilus/using-nautilus.md) - [Asset Tokenization](https://docs.sui.io/guides/developer/nft/asset-tokenization.md) - [NFTs](https://docs.sui.io/guides/developer/nft.md) - [NFT Rental Example](https://docs.sui.io/guides/developer/nft/nft-rental.md) - [Soulbound NFT Example](https://docs.sui.io/guides/developer/nft/nft-soulbound.md) - [Create a Non-Fungible Token](https://docs.sui.io/guides/developer/nft/nft.md) - [Derived Objects](https://docs.sui.io/guides/developer/objects/derived-objects.md) - [What is Object Display?](https://docs.sui.io/guides/developer/objects/display/display-overview.md) - [Object Display Templates](https://docs.sui.io/guides/developer/objects/display/display-preview.md) - [Object Display](https://docs.sui.io/guides/developer/objects/display.md) - [Creating Displays](https://docs.sui.io/guides/developer/objects/display/using-display.md) - [Dynamic (Object) Fields](https://docs.sui.io/guides/developer/objects/dynamic-fields.md) - [Objects](https://docs.sui.io/guides/developer/objects.md) - [Object-Based Local Fee Markets](https://docs.sui.io/guides/developer/objects/local-fee-markets.md) - [Sui Object Model](https://docs.sui.io/guides/developer/objects/object-model.md) - [Address-Owned Objects](https://docs.sui.io/guides/developer/objects/object-ownership/address-owned.md) - [Immutable Objects](https://docs.sui.io/guides/developer/objects/object-ownership/immutable.md) - [Types of Object Ownership](https://docs.sui.io/guides/developer/objects/object-ownership.md) - [Party Objects](https://docs.sui.io/guides/developer/objects/object-ownership/party.md) - [Shared Objects](https://docs.sui.io/guides/developer/objects/object-ownership/shared.md) - [Wrapped Objects](https://docs.sui.io/guides/developer/objects/object-ownership/wrapped.md) - [Simulating References](https://docs.sui.io/guides/developer/objects/simulating-refs.md) - [Table and Bag](https://docs.sui.io/guides/developer/objects/tables-bags.md) - [Custom Object Transfer Rules](https://docs.sui.io/guides/developer/objects/transfers/custom-rules.md) - [Transferring Objects](https://docs.sui.io/guides/developer/objects/transfers.md) - [Object Transfer Policies](https://docs.sui.io/guides/developer/objects/transfers/transfer-policies.md) - [Transfer to Object](https://docs.sui.io/guides/developer/objects/transfers/transfer-to-object.md) - [Object and Package Versioning](https://docs.sui.io/guides/developer/objects/versioning.md) - [Access On-Chain Time](https://docs.sui.io/guides/developer/on-chain-primitives/access-time.md) - [On-Chain Primitives](https://docs.sui.io/guides/developer/on-chain-primitives.md) - [On-Chain Randomness](https://docs.sui.io/guides/developer/on-chain-primitives/randomness-onchain.md) - [Automated Address Management](https://docs.sui.io/guides/developer/packages/automated-address-management.md) - [Custom Upgrade Policies](https://docs.sui.io/guides/developer/packages/custom-policies.md) - [Packages](https://docs.sui.io/guides/developer/packages.md) - [Move Package Management](https://docs.sui.io/guides/developer/packages/move-package-management.md) - [What are Move Packages?](https://docs.sui.io/guides/developer/packages/package-overview.md) - [Upgrading Packages](https://docs.sui.io/guides/developer/packages/upgrade.md) - [Gas Smashing](https://docs.sui.io/guides/developer/transactions/gas-smashing.md) - [Transactions](https://docs.sui.io/guides/developer/transactions.md) - [Building Transactions](https://docs.sui.io/guides/developer/transactions/ptbs/building-ptb.md) - [Programmable Transaction Blocks](https://docs.sui.io/guides/developer/transactions/ptbs.md) - [Inputs and Results](https://docs.sui.io/guides/developer/transactions/ptbs/inputs-and-results.md) - [What is a PTB?](https://docs.sui.io/guides/developer/transactions/ptbs/prog-txn-blocks.md) - [Signing and Sending Transactions](https://docs.sui.io/guides/developer/transactions/ptbs/sign-and-send-txn.md) - [Sponsored Transactions](https://docs.sui.io/guides/developer/transactions/sponsor-txn.md) - [Address Aliases](https://docs.sui.io/guides/developer/transactions/transaction-auth/address-aliases.md) - [Transaction Authentication Overview](https://docs.sui.io/guides/developer/transactions/transaction-auth/auth-overview.md) - [Transaction Authentication](https://docs.sui.io/guides/developer/transactions/transaction-auth.md) - [Intent Signing](https://docs.sui.io/guides/developer/transactions/transaction-auth/intent-signing.md) - [Multisig](https://docs.sui.io/guides/developer/transactions/transaction-auth/multisig.md) - [Offline Signing](https://docs.sui.io/guides/developer/transactions/transaction-auth/offline-signing.md) - [Life of a Transaction](https://docs.sui.io/guides/developer/transactions/transaction-lifecycle.md) - [What is a Transaction?](https://docs.sui.io/guides/developer/transactions/txn-overview.md) - [Wallets](https://docs.sui.io/guides/developer/wallets.md) - [SuiLink](https://docs.sui.io/guides/developer/wallets/suilink.md) - [Sui Validator Alert Reference](https://docs.sui.io/guides/operator/alerts.md) - [Running the Archival Store and Service](https://docs.sui.io/guides/operator/archival-stack-setup.md) - [Sui Archives](https://docs.sui.io/guides/operator/archives.md) - [Sui Bridge Validator Node Configuration](https://docs.sui.io/guides/operator/bridge-node-configuration.md) - [Data Management](https://docs.sui.io/guides/operator/data-management.md) - [Sui Exchange Integration Guide](https://docs.sui.io/guides/operator/exchange-integration.md) - [Genesis](https://docs.sui.io/guides/operator/genesis.md) - [Operator Guides](https://docs.sui.io/guides/operator.md) - [GraphQL and General-Purpose Indexer](https://docs.sui.io/guides/operator/indexer-stack-setup.md) - [Sui Node Monitoring](https://docs.sui.io/guides/operator/monitoring.md) - [Logging, Tracing, Metrics, and Observability](https://docs.sui.io/guides/operator/observability.md) - [Running a Remote Store](https://docs.sui.io/guides/operator/remote-store-setup.md) - [Database Snapshots](https://docs.sui.io/guides/operator/snapshots.md) - [Sui Full Node Configuration](https://docs.sui.io/guides/operator/sui-full-node.md) - [Updating a Full Node](https://docs.sui.io/guides/operator/updates.md) - [Sui Validators](https://docs.sui.io/guides/operator/validator-index.md) - [Validator Node Tools](https://docs.sui.io/guides/operator/validator/node-tools.md) - [Validator Deployment and Configuration](https://docs.sui.io/guides/operator/validator/validator-config.md) - [Validator Node Rewards](https://docs.sui.io/guides/operator/validator/validator-rewards.md) - [Validator Node Management](https://docs.sui.io/guides/operator/validator/validator-tasks.md) - [Best Practices](https://docs.sui.io/guides/suiplay0x1/best-practices.md) - [SuiPlay0X1 Development Guide for Game Developers](https://docs.sui.io/guides/suiplay0x1.md) - [SDK Integrations](https://docs.sui.io/guides/suiplay0x1/integration.md) - [Broader Sui Ecosystem Support](https://docs.sui.io/guides/suiplay0x1/migration-strategies.md) - [Wallet Integration Options](https://docs.sui.io/guides/suiplay0x1/wallet-integration.md) - [Custom Indexing Framework](https://docs.sui.io/guides/developer/accessing-data/custom-indexing-framework) - [Coin Index](https://docs.sui.io/guides/developer/coin-index) - [Index](https://docs.sui.io/guides/developer/cryptography/zklogin-integration/index) - [Currency](https://docs.sui.io/guides/developer/currency) - [Index](https://docs.sui.io/guides/developer/nautilus/index) - [Nft Index](https://docs.sui.io/guides/developer/nft-index) - [Nft Rental](https://docs.sui.io/guides/developer/nft-rental) - [Nft Soulbound](https://docs.sui.io/guides/developer/nft-soulbound) - [Index](https://docs.sui.io/guides/developer/object-ownership/index) - [Operator](https://docs.sui.io/guides/developer/operator) - [Index](https://docs.sui.io/guides/developer/packages/index) - [Suiplay0x1](https://docs.sui.io/guides/developer/suiplay0x1) - [Index](https://docs.sui.io/guides/developer/transactions/index) ## References - [Awesome Sui Gaming](https://docs.sui.io/references/awesome-sui-gaming.md) - [Awesome Sui](https://docs.sui.io/references/awesome-sui.md) - [Sui CLI](https://docs.sui.io/references/cli.md) - [Sui CLI Cheat Sheet](https://docs.sui.io/references/cli/cheatsheet.md) - [Sui Client CLI](https://docs.sui.io/references/cli/client.md) - [Sui Keytool CLI](https://docs.sui.io/references/cli/keytool.md) - [Sui Move CLI](https://docs.sui.io/references/cli/move.md) - [Sui Client PTB CLI](https://docs.sui.io/references/cli/ptb.md) - [Sui Replay CLI](https://docs.sui.io/references/cli/replay.md) - [Sui Trace Analysis](https://docs.sui.io/references/cli/trace-analysis.md) - [Sui Validator CLI](https://docs.sui.io/references/cli/validator.md) - [Sui Contributor Covenant Code of Conduct](https://docs.sui.io/references/contribute/code-of-conduct.md) - [Contribute to Sui Repositories](https://docs.sui.io/references/contribute/contribute-to-sui-repos.md) - [Contribute to Sui Documentation](https://docs.sui.io/references/contribute/contribution-process.md) - [Localize Sui Documentation](https://docs.sui.io/references/contribute/localize-sui-docs.md) - [MDX Components](https://docs.sui.io/references/contribute/mdx-components.md) - [Style Guide](https://docs.sui.io/references/contribute/style-guide.md) - [Sui Environment Setup](https://docs.sui.io/references/contribute/sui-environment.md) - [Exchange Integration Guide](https://docs.sui.io/references/exchange-integration-guide.md) - [Sui Framework](https://docs.sui.io/references/framework.md) - [Module bridge::bridge](https://docs.sui.io/references/framework/sui_bridge/bridge.md) - [Module bridge::chain_ids](https://docs.sui.io/references/framework/sui_bridge/chain_ids.md) - [Module bridge::committee](https://docs.sui.io/references/framework/sui_bridge/committee.md) - [Module bridge::crypto](https://docs.sui.io/references/framework/sui_bridge/crypto.md) - [sui:bridge](https://docs.sui.io/references/framework/sui_bridge.md) - [Module bridge::limiter](https://docs.sui.io/references/framework/sui_bridge/limiter.md) - [Module bridge::message](https://docs.sui.io/references/framework/sui_bridge/message.md) - [Module bridge::message_types](https://docs.sui.io/references/framework/sui_bridge/message_types.md) - [Module bridge::treasury](https://docs.sui.io/references/framework/sui_bridge/treasury.md) - [Module std::address](https://docs.sui.io/references/framework/sui_std/address.md) - [Module std::ascii](https://docs.sui.io/references/framework/sui_std/ascii.md) - [Module std::bcs](https://docs.sui.io/references/framework/sui_std/bcs.md) - [Module std::bit_vector](https://docs.sui.io/references/framework/sui_std/bit_vector.md) - [Module std::debug](https://docs.sui.io/references/framework/sui_std/debug.md) - [Module std::fixed_point32](https://docs.sui.io/references/framework/sui_std/fixed_point32.md) - [Module std::hash](https://docs.sui.io/references/framework/sui_std/hash.md) - [sui:std](https://docs.sui.io/references/framework/sui_std.md) - [Module std::internal](https://docs.sui.io/references/framework/sui_std/internal.md) - [Module std::macros](https://docs.sui.io/references/framework/sui_std/macros.md) - [Module std::option](https://docs.sui.io/references/framework/sui_std/option.md) - [Module std::string](https://docs.sui.io/references/framework/sui_std/string.md) - [Module std::type_name](https://docs.sui.io/references/framework/sui_std/type_name.md) - [Module std::u128](https://docs.sui.io/references/framework/sui_std/u128.md) - [Module std::u16](https://docs.sui.io/references/framework/sui_std/u16.md) - [Module std::u256](https://docs.sui.io/references/framework/sui_std/u256.md) - [Module std::u32](https://docs.sui.io/references/framework/sui_std/u32.md) - [Module std::u64](https://docs.sui.io/references/framework/sui_std/u64.md) - [Module std::u8](https://docs.sui.io/references/framework/sui_std/u8.md) - [Module std::uq32_32](https://docs.sui.io/references/framework/sui_std/uq32_32.md) - [Module std::uq64_64](https://docs.sui.io/references/framework/sui_std/uq64_64.md) - [Module std::vector](https://docs.sui.io/references/framework/sui_std/vector.md) - [Module sui::accumulator](https://docs.sui.io/references/framework/sui_sui/accumulator.md) - [Module sui::accumulator_metadata](https://docs.sui.io/references/framework/sui_sui/accumulator_metadata.md) - [Module sui::accumulator_settlement](https://docs.sui.io/references/framework/sui_sui/accumulator_settlement.md) - [Module sui::address](https://docs.sui.io/references/framework/sui_sui/address.md) - [Module sui::address_alias](https://docs.sui.io/references/framework/sui_sui/address_alias.md) - [Module sui::authenticator_state](https://docs.sui.io/references/framework/sui_sui/authenticator_state.md) - [Module sui::bag](https://docs.sui.io/references/framework/sui_sui/bag.md) - [Module sui::balance](https://docs.sui.io/references/framework/sui_sui/balance.md) - [Module sui::bcs](https://docs.sui.io/references/framework/sui_sui/bcs.md) - [Module sui::bls12381](https://docs.sui.io/references/framework/sui_sui/bls12381.md) - [Module sui::borrow](https://docs.sui.io/references/framework/sui_sui/borrow.md) - [Module sui::clock](https://docs.sui.io/references/framework/sui_sui/clock.md) - [Module sui::coin](https://docs.sui.io/references/framework/sui_sui/coin.md) - [Module sui::coin_registry](https://docs.sui.io/references/framework/sui_sui/coin_registry.md) - [Module sui::config](https://docs.sui.io/references/framework/sui_sui/config.md) - [Module sui::deny_list](https://docs.sui.io/references/framework/sui_sui/deny_list.md) - [Module sui::derived_object](https://docs.sui.io/references/framework/sui_sui/derived_object.md) - [Module sui::display](https://docs.sui.io/references/framework/sui_sui/display.md) - [Module sui::display_registry](https://docs.sui.io/references/framework/sui_sui/display_registry.md) - [Module sui::dynamic_field](https://docs.sui.io/references/framework/sui_sui/dynamic_field.md) - [Module sui::dynamic_object_field](https://docs.sui.io/references/framework/sui_sui/dynamic_object_field.md) - [Module sui::ecdsa_k1](https://docs.sui.io/references/framework/sui_sui/ecdsa_k1.md) - [Module sui::ecdsa_r1](https://docs.sui.io/references/framework/sui_sui/ecdsa_r1.md) - [Module sui::ecvrf](https://docs.sui.io/references/framework/sui_sui/ecvrf.md) - [Module sui::ed25519](https://docs.sui.io/references/framework/sui_sui/ed25519.md) - [Module sui::event](https://docs.sui.io/references/framework/sui_sui/event.md) - [Module sui::funds_accumulator](https://docs.sui.io/references/framework/sui_sui/funds_accumulator.md) - [Module sui::groth16](https://docs.sui.io/references/framework/sui_sui/groth16.md) - [Module sui::group_ops](https://docs.sui.io/references/framework/sui_sui/group_ops.md) - [Module sui::hash](https://docs.sui.io/references/framework/sui_sui/hash.md) - [Module sui::hex](https://docs.sui.io/references/framework/sui_sui/hex.md) - [Module sui::hmac](https://docs.sui.io/references/framework/sui_sui/hmac.md) - [sui:sui](https://docs.sui.io/references/framework/sui_sui.md) - [Module sui::kiosk](https://docs.sui.io/references/framework/sui_sui/kiosk.md) - [Module sui::kiosk_extension](https://docs.sui.io/references/framework/sui_sui/kiosk_extension.md) - [Module sui::linked_table](https://docs.sui.io/references/framework/sui_sui/linked_table.md) - [Module sui::math](https://docs.sui.io/references/framework/sui_sui/math.md) - [Module sui::nitro_attestation](https://docs.sui.io/references/framework/sui_sui/nitro_attestation.md) - [Module sui::object](https://docs.sui.io/references/framework/sui_sui/object.md) - [Module sui::object_bag](https://docs.sui.io/references/framework/sui_sui/object_bag.md) - [Module sui::object_table](https://docs.sui.io/references/framework/sui_sui/object_table.md) - [Module sui::package](https://docs.sui.io/references/framework/sui_sui/package.md) - [Module sui::party](https://docs.sui.io/references/framework/sui_sui/party.md) - [Module sui::pay](https://docs.sui.io/references/framework/sui_sui/pay.md) - [Module sui::poseidon](https://docs.sui.io/references/framework/sui_sui/poseidon.md) - [Module sui::priority_queue](https://docs.sui.io/references/framework/sui_sui/priority_queue.md) - [Module sui::protocol_config](https://docs.sui.io/references/framework/sui_sui/protocol_config.md) - [Module sui::random](https://docs.sui.io/references/framework/sui_sui/random.md) - [Module sui::ristretto255](https://docs.sui.io/references/framework/sui_sui/ristretto255.md) - [Module sui::sui](https://docs.sui.io/references/framework/sui_sui/sui.md) - [Module sui::table](https://docs.sui.io/references/framework/sui_sui/table.md) - [Module sui::table_vec](https://docs.sui.io/references/framework/sui_sui/table_vec.md) - [Module sui::token](https://docs.sui.io/references/framework/sui_sui/token.md) - [Module sui::transfer](https://docs.sui.io/references/framework/sui_sui/transfer.md) - [Module sui::transfer_policy](https://docs.sui.io/references/framework/sui_sui/transfer_policy.md) - [Module sui::tx_context](https://docs.sui.io/references/framework/sui_sui/tx_context.md) - [Module sui::types](https://docs.sui.io/references/framework/sui_sui/types.md) - [Module sui::url](https://docs.sui.io/references/framework/sui_sui/url.md) - [Module sui::vdf](https://docs.sui.io/references/framework/sui_sui/vdf.md) - [Module sui::vec_map](https://docs.sui.io/references/framework/sui_sui/vec_map.md) - [Module sui::vec_set](https://docs.sui.io/references/framework/sui_sui/vec_set.md) - [Module sui::versioned](https://docs.sui.io/references/framework/sui_sui/versioned.md) - [Module sui::zklogin_verified_id](https://docs.sui.io/references/framework/sui_sui/zklogin_verified_id.md) - [Module sui::zklogin_verified_issuer](https://docs.sui.io/references/framework/sui_sui/zklogin_verified_issuer.md) - [Module sui_system::genesis](https://docs.sui.io/references/framework/sui_sui_system/genesis.md) - [sui:sui system](https://docs.sui.io/references/framework/sui_sui_system.md) - [Module sui_system::stake_subsidy](https://docs.sui.io/references/framework/sui_sui_system/stake_subsidy.md) - [Module sui_system::staking_pool](https://docs.sui.io/references/framework/sui_sui_system/staking_pool.md) - [Module sui_system::storage_fund](https://docs.sui.io/references/framework/sui_sui_system/storage_fund.md) - [Module sui_system::sui_system](https://docs.sui.io/references/framework/sui_sui_system/sui_system.md) - [Module sui_system::sui_system_state_inner](https://docs.sui.io/references/framework/sui_sui_system/sui_system_state_inner.md) - [Module sui_system::validator](https://docs.sui.io/references/framework/sui_sui_system/validator.md) - [Module sui_system::validator_cap](https://docs.sui.io/references/framework/sui_sui_system/validator_cap.md) - [Module sui_system::validator_set](https://docs.sui.io/references/framework/sui_sui_system/validator_set.md) - [Module sui_system::validator_wrapper](https://docs.sui.io/references/framework/sui_sui_system/validator_wrapper.md) - [Module sui_system::voting_power](https://docs.sui.io/references/framework/sui_sui_system/voting_power.md) - [Sui Full Node gRPC](https://docs.sui.io/references/fullnode-protocol.md) - [Move Trace Debugger](https://docs.sui.io/references/ide/debugger.md) - [Move Analyzer VS Code Extension](https://docs.sui.io/references/ide/move.md) - [Object Display V2 Syntax](https://docs.sui.io/references/object-display-syntax.md) - [Manifest Reference](https://docs.sui.io/references/package-managers/manifest-reference.md) - [Package Management Migration](https://docs.sui.io/references/package-managers/package-manager-migration.md) - [PTB Commands](https://docs.sui.io/references/ptb-commands.md) - [Release Notes](https://docs.sui.io/references/release-notes.md) - [Legacy Rust SDK](https://docs.sui.io/references/rust-sdk.md) - [Sui RPC](https://docs.sui.io/references/sui-api.md) - [RPC Best Practices](https://docs.sui.io/references/sui-api/rpc-best-practices.md) - [include](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/directives/include.md) - [skip](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/directives/skip.md) - [executeTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/mutations/execute-transaction.md) - [address](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/address.md) - [chainIdentifier](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/chain-identifier.md) - [checkpoint](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/checkpoint.md) - [checkpoints](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/checkpoints.md) - [coinMetadata](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/coin-metadata.md) - [epoch](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/epoch.md) - [epochs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/epochs.md) - [events](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/events.md) - [multiGetAddresses](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-addresses.md) - [multiGetCheckpoints](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-checkpoints.md) - [multiGetEpochs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-epochs.md) - [multiGetObjects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-objects.md) - [multiGetPackages](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-packages.md) - [multiGetTransactionEffects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-transaction-effects.md) - [multiGetTransactions](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-transactions.md) - [multiGetTypes](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-types.md) - [nameRecord](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/name-record.md) - [node](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/node.md) - [objectVersions](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/object-versions.md) - [object](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/object.md) - [objects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/objects.md) - [packageVersions](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/package-versions.md) - [package](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/package.md) - [packages](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/packages.md) - [protocolConfigs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/protocol-configs.md) - [serviceConfig](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/service-config.md) - [simulateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/simulate-transaction.md) - [transactionEffects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/transaction-effects.md) - [transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/transaction.md) - [transactions](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/transactions.md) - [type](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/type.md) - [verifyZkLoginSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/verify-zk-login-signature.md) - [deprecated](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/deprecated.md) - [oneOf](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/one-of.md) - [specifiedBy](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/specified-by.md) - [AddressTransactionRelationship](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/address-transaction-relationship.md) - [ConsensusObjectCancellationReason](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/consensus-object-cancellation-reason.md) - [ExecutionStatus](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/execution-status.md) - [MoveAbility](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/move-ability.md) - [MoveVisibility](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/move-visibility.md) - [MultisigMemberSignatureScheme](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/multisig-member-signature-scheme.md) - [OwnerKind](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/owner-kind.md) - [RegulatedState](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/regulated-state.md) - [SupplyState](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/supply-state.md) - [TransactionKindInput](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/transaction-kind-input.md) - [WithdrawFrom](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/withdraw-from.md) - [ZkLoginIntentScope](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/zk-login-intent-scope.md) - [AddressKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/address-key.md) - [CheckpointFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/checkpoint-filter.md) - [DynamicFieldName](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/dynamic-field-name.md) - [EventFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/event-filter.md) - [ObjectFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/object-filter.md) - [ObjectKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/object-key.md) - [PackageCheckpointFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/package-checkpoint-filter.md) - [PackageKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/package-key.md) - [TransactionFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/transaction-filter.md) - [VersionFilter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/version-filter.md) - [IAddressable](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/iaddressable.md) - [IMoveDatatype](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/imove-datatype.md) - [IMoveObject](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/imove-object.md) - [IObject](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/iobject.md) - [Node](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/node.md) - [AccumulatorRootCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/accumulator-root-create-transaction.md) - [ActiveJwkConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk-connection.md) - [ActiveJwkEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk-edge.md) - [ActiveJwk](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk.md) - [AddressAliasStateCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/address-alias-state-create-transaction.md) - [AddressOwner](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/address-owner.md) - [Address](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/address.md) - [AuthenticatorStateCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-create-transaction.md) - [AuthenticatorStateExpireTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-expire-transaction.md) - [AuthenticatorStateUpdateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-update-transaction.md) - [AvailableRange](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/available-range.md) - [BalanceChangeConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change-connection.md) - [BalanceChangeEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change-edge.md) - [BalanceChange](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change.md) - [BalanceConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-connection.md) - [BalanceEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-edge.md) - [BalanceWithdraw](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-withdraw.md) - [Balance](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance.md) - [BridgeCommitteeInitTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/bridge-committee-init-transaction.md) - [BridgeStateCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/bridge-state-create-transaction.md) - [ChangeEpochTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/change-epoch-transaction.md) - [CheckpointConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/checkpoint-connection.md) - [CheckpointEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/checkpoint-edge.md) - [Checkpoint](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/checkpoint.md) - [CircomG1](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/circom-g1.md) - [CircomG2](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/circom-g2.md) - [CoinDenyListStateCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-deny-list-state-create-transaction.md) - [CoinMetadata](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-metadata.md) - [CoinRegistryCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-registry-create-transaction.md) - [CommandConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-connection.md) - [CommandEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-edge.md) - [CommandOutput](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-output.md) - [CommandResult](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-result.md) - [ConsensusAddressOwner](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-address-owner.md) - [ConsensusCommitPrologueTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-commit-prologue-transaction.md) - [ConsensusObjectCancelled](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-object-cancelled.md) - [ConsensusObjectRead](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-object-read.md) - [DisplayRegistryCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/display-registry-create-transaction.md) - [Display](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/display.md) - [DynamicFieldConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field-connection.md) - [DynamicFieldEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field-edge.md) - [DynamicField](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field.md) - [Ed25519PublicKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/ed-25519-public-key.md) - [Ed25519Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/ed-25519-signature.md) - [EndOfEpochTransactionKindConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction-kind-connection.md) - [EndOfEpochTransactionKindEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction-kind-edge.md) - [EndOfEpochTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction.md) - [EpochConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/epoch-connection.md) - [EpochEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/epoch-edge.md) - [Epoch](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/epoch.md) - [EventConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/event-connection.md) - [EventEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/event-edge.md) - [Event](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/event.md) - [ExecutionError](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/execution-error.md) - [ExecutionResult](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/execution-result.md) - [FeatureFlag](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/feature-flag.md) - [GasCoin](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/gas-coin.md) - [GasCostSummary](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/gas-cost-summary.md) - [GasEffects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/gas-effects.md) - [GasInput](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/gas-input.md) - [GenesisTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/genesis-transaction.md) - [Immutable](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/immutable.md) - [Input](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/input.md) - [Linkage](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/linkage.md) - [MakeMoveVecCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/make-move-vec-command.md) - [MergeCoinsCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/merge-coins-command.md) - [MoveCallCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-call-command.md) - [MoveDatatypeConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-datatype-connection.md) - [MoveDatatypeEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-datatype-edge.md) - [MoveDatatypeTypeParameter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-datatype-type-parameter.md) - [MoveDatatype](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-datatype.md) - [MoveEnumConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-enum-connection.md) - [MoveEnumEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-enum-edge.md) - [MoveEnumVariant](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-enum-variant.md) - [MoveEnum](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-enum.md) - [MoveField](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-field.md) - [MoveFunctionConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-function-connection.md) - [MoveFunctionEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-function-edge.md) - [MoveFunctionTypeParameter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-function-type-parameter.md) - [MoveFunction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-function.md) - [MoveModuleConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-module-connection.md) - [MoveModuleEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-module-edge.md) - [MoveModule](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-module.md) - [MoveObjectConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-object-connection.md) - [MoveObjectEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-object-edge.md) - [MoveObject](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-object.md) - [MovePackageConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-package-connection.md) - [MovePackageEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-package-edge.md) - [MovePackage](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-package.md) - [MoveStructConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-struct-connection.md) - [MoveStructEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-struct-edge.md) - [MoveStruct](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-struct.md) - [MoveType](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-type.md) - [MoveValueConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-value-connection.md) - [MoveValueEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-value-edge.md) - [MoveValue](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/move-value.md) - [MultisigCommittee](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/multisig-committee.md) - [MultisigMemberSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/multisig-member-signature.md) - [MultisigMember](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/multisig-member.md) - [MultisigSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/multisig-signature.md) - [MutateConsensusStreamEnded](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/mutate-consensus-stream-ended.md) - [NameRecord](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/name-record.md) - [ObjectChangeConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-change-connection.md) - [ObjectChangeEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-change-edge.md) - [ObjectChange](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-change.md) - [ObjectConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-connection.md) - [ObjectEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-edge.md) - [ObjectOwner](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object-owner.md) - [Object](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/object.md) - [OpenMoveType](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/open-move-type.md) - [OtherCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/other-command.md) - [OwnedOrImmutable](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/owned-or-immutable.md) - [PageInfo](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/page-info.md) - [PasskeyPublicKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/passkey-public-key.md) - [PasskeySignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/passkey-signature.md) - [PerEpochConfig](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/per-epoch-config.md) - [ProgrammableSystemTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/programmable-system-transaction.md) - [ProgrammableTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/programmable-transaction.md) - [ProtocolConfig](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/protocol-config.md) - [ProtocolConfigs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/protocol-configs.md) - [PublishCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/publish-command.md) - [Pure](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/pure.md) - [RandomnessStateCreateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/randomness-state-create-transaction.md) - [RandomnessStateUpdateTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/randomness-state-update-transaction.md) - [ReadConsensusStreamEnded](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/read-consensus-stream-ended.md) - [Receiving](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/receiving.md) - [Secp256K1PublicKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/secp-256-k1-public-key.md) - [Secp256K1Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/secp-256-k1-signature.md) - [Secp256R1PublicKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/secp-256-r1-public-key.md) - [Secp256R1Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/secp-256-r1-signature.md) - [ServiceConfig](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/service-config.md) - [SharedInput](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/shared-input.md) - [Shared](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/shared.md) - [SimulationResult](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/simulation-result.md) - [SplitCoinsCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/split-coins-command.md) - [StoreExecutionTimeObservationsTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/store-execution-time-observations-transaction.md) - [TransactionConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction-connection.md) - [TransactionEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction-edge.md) - [TransactionEffects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction-effects.md) - [TransactionInputConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction-input-connection.md) - [TransactionInputEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction-input-edge.md) - [Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transaction.md) - [TransferObjectsCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/transfer-objects-command.md) - [TxResult](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/tx-result.md) - [TypeOrigin](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/type-origin.md) - [UnchangedConsensusObjectConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/unchanged-consensus-object-connection.md) - [UnchangedConsensusObjectEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/unchanged-consensus-object-edge.md) - [UpgradeCommand](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/upgrade-command.md) - [UserSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/user-signature.md) - [ValidatorAggregatedSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/validator-aggregated-signature.md) - [ValidatorConnection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/validator-connection.md) - [ValidatorEdge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/validator-edge.md) - [ValidatorSet](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/validator-set.md) - [Validator](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/validator.md) - [WithdrawMaxAmountU64](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/withdraw-max-amount-u64.md) - [WriteAccumulatorStorageCostTransaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/write-accumulator-storage-cost-transaction.md) - [ZkLoginClaim](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-claim.md) - [ZkLoginInputs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-inputs.md) - [ZkLoginJwkId](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-jwk-id.md) - [ZkLoginProof](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-proof.md) - [ZkLoginPublicIdentifier](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-public-identifier.md) - [ZkLoginSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-signature.md) - [ZkLoginVerifyResult](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/zk-login-verify-result.md) - [Base64](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/base-64.md) - [BigInt](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/big-int.md) - [Boolean](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/boolean.md) - [DateTime](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/date-time.md) - [ID](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/id.md) - [Int](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/int.md) - [JSON](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/json.md) - [MoveTypeLayout](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/move-type-layout.md) - [MoveTypeSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/move-type-signature.md) - [OpenMoveTypeSignature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/open-move-type-signature.md) - [String](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/string.md) - [SuiAddress](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/sui-address.md) - [UInt53](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/scalars/uint-53.md) - [Command](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/command.md) - [DynamicFieldValue](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/dynamic-field-value.md) - [EndOfEpochTransactionKind](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/end-of-epoch-transaction-kind.md) - [MultisigMemberPublicKey](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/multisig-member-public-key.md) - [Owner](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/owner.md) - [SignatureScheme](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/signature-scheme.md) - [TransactionArgument](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/transaction-argument.md) - [TransactionInput](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/transaction-input.md) - [TransactionKind](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/transaction-kind.md) - [UnchangedConsensusObject](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/unchanged-consensus-object.md) - [WithdrawalReservation](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/unions/withdrawal-reservation.md) - [Comparison](https://docs.sui.io/references/sui-compared.md) - [Sui Framework Reference](https://docs.sui.io/references/sui-framework-reference.md) - [Glossary](https://docs.sui.io/references/sui-glossary.md) - [GraphQL for Sui RPC (Beta)](https://docs.sui.io/references/sui-graphql.md) - [Move References](https://docs.sui.io/references/sui-move.md) - [Sui and Community SDKs](https://docs.sui.io/references/sui-sdks.md) - [Ts Asset Tokenization](https://docs.sui.io/references/ts-asset-tokenization.md) - [Bool](https://docs.sui.io/references/framework/sui_std/bool) - [Prover](https://docs.sui.io/references/framework/sui_sui/prover) - [Reference](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference) ## Standards - [Closed-Loop Token](https://docs.sui.io/standards/closed-loop-token.md) - [Action Request](https://docs.sui.io/standards/closed-loop-token/action-request.md) - [Coin/Token API comparison](https://docs.sui.io/standards/closed-loop-token/coin-token-comparison.md) - [Rules](https://docs.sui.io/standards/closed-loop-token/rules.md) - [Spending](https://docs.sui.io/standards/closed-loop-token/spending.md) - [Token Policy](https://docs.sui.io/standards/closed-loop-token/token-policy.md) - [Coin Standard](https://docs.sui.io/standards/coin.md) - [Currency Standard](https://docs.sui.io/standards/currency.md) - [DeepBook Margin Indexer](https://docs.sui.io/standards/deepbook-margin-indexer.md) - [DeepBook Margin SDK](https://docs.sui.io/standards/deepbook-margin-sdk.md) - [Maintainer SDK](https://docs.sui.io/standards/deepbook-margin-sdk/maintainer.md) - [Margin Manager SDK](https://docs.sui.io/standards/deepbook-margin-sdk/margin-manager.md) - [Margin Pool SDK](https://docs.sui.io/standards/deepbook-margin-sdk/margin-pool.md) - [Orders SDK](https://docs.sui.io/standards/deepbook-margin-sdk/orders.md) - [Take Profit Stop Loss SDK](https://docs.sui.io/standards/deepbook-margin-sdk/tpsl.md) - [DeepBook Margin](https://docs.sui.io/standards/deepbook-margin.md) - [Contract Information](https://docs.sui.io/standards/deepbook-margin/contract-information.md) - [Interest Rates](https://docs.sui.io/standards/deepbook-margin/contract-information/interest-rates.md) - [Maintainer](https://docs.sui.io/standards/deepbook-margin/contract-information/maintainer.md) - [Margin Manager](https://docs.sui.io/standards/deepbook-margin/contract-information/margin-manager.md) - [Margin Pool](https://docs.sui.io/standards/deepbook-margin/contract-information/margin-pool.md) - [Orders](https://docs.sui.io/standards/deepbook-margin/contract-information/orders.md) - [Risk Ratio](https://docs.sui.io/standards/deepbook-margin/contract-information/risk-ratio.md) - [Supply Referral](https://docs.sui.io/standards/deepbook-margin/contract-information/supply-referral.md) - [Take Profit Stop Loss](https://docs.sui.io/standards/deepbook-margin/contract-information/tpsl.md) - [Design](https://docs.sui.io/standards/deepbook-margin/design.md) - [Margin Risks](https://docs.sui.io/standards/deepbook-margin/margin-risks.md) - [DeepBookV3](https://docs.sui.io/standards/deepbook.md) - [DeepBookV3 Indexer](https://docs.sui.io/standards/deepbookv3-indexer.md) - [DeepBookV3 SDK](https://docs.sui.io/standards/deepbookv3-sdk.md) - [BalanceManager SDK](https://docs.sui.io/standards/deepbookv3-sdk/balance-manager.md) - [Flash Loans SDK](https://docs.sui.io/standards/deepbookv3-sdk/flash-loans.md) - [Orders SDK](https://docs.sui.io/standards/deepbookv3-sdk/orders.md) - [Pools SDK](https://docs.sui.io/standards/deepbookv3-sdk/pools.md) - [Staking and Governance SDK](https://docs.sui.io/standards/deepbookv3-sdk/staking-governance.md) - [Swaps](https://docs.sui.io/standards/deepbookv3-sdk/swaps.md) - [Contract Information](https://docs.sui.io/standards/deepbookv3/contract-information.md) - [BalanceManager](https://docs.sui.io/standards/deepbookv3/contract-information/balance-manager.md) - [EWMA Gas Price Penalty](https://docs.sui.io/standards/deepbookv3/contract-information/ewma.md) - [Flash Loans](https://docs.sui.io/standards/deepbookv3/contract-information/flash-loans.md) - [Orders](https://docs.sui.io/standards/deepbookv3/contract-information/orders.md) - [Permissionless Pool Creation](https://docs.sui.io/standards/deepbookv3/contract-information/permissionless-pool.md) - [Query the Pool](https://docs.sui.io/standards/deepbookv3/contract-information/query-the-pool.md) - [Referrals](https://docs.sui.io/standards/deepbookv3/contract-information/referral.md) - [Staking and Governance](https://docs.sui.io/standards/deepbookv3/contract-information/staking-governance.md) - [Swaps](https://docs.sui.io/standards/deepbookv3/contract-information/swaps.md) - [Design](https://docs.sui.io/standards/deepbookv3/design.md) - [Object Display V2](https://docs.sui.io/standards/display/display-preview.md) - [Kiosk Apps](https://docs.sui.io/standards/kiosk-apps.md) - [Sui Kiosk](https://docs.sui.io/standards/kiosk.md) - [Payment Kit Standard](https://docs.sui.io/standards/payment-kit.md) - [Sagat](https://docs.sui.io/standards/sagat.md) - [Wallet Standard](https://docs.sui.io/standards/wallet-standard.md) ## Developer - [Getting Started](https://docs.sui.io/developer/guides/getting-started)