# Sui Documentation for LLMs > Comprehensive reference for Sui blockchain development, including Move smart contract programming, Sui framework concepts, frontend integration, and fullstack application architecture. Designed for efficient retrieval and grounding by large language models. > For the complete, unabridged page index see [llms-full.txt](https://docs.sui.io/llms-full.txt). ## Move - [Move Language Reference](https://move-book.com/llms.txt) Complete reference for the Move programming language as used on Sui. Covers syntax, types, functions, structs, abilities (copy, drop, store, key), generics, ownership and the Sui object model, entry functions, public functions, module structure, error handling, events, and testing with the Move test framework. Includes best practices for safe and efficient contracts, object creation and transfer, capability patterns, witness patterns, and hot potato patterns. Essential reference for all Move smart contract development on Sui. ## Develop - [Develop](https://docs.sui.io/develop.md) ### Develop/Accessing Data - [Authenticated Events](https://docs.sui.io/develop/accessing-data/authenticated-events.md) - [Data Serving](https://docs.sui.io/develop/accessing-data/data-serving.md) - [Accessing Data Index](https://docs.sui.io/develop/accessing-data/index.md) - [Using Events](https://docs.sui.io/develop/accessing-data/using-events.md) ### Develop/Accessing Data/Archival Store - [Archival Store Index](https://docs.sui.io/develop/accessing-data/archival-store/index.md) - [Using Archival Store](https://docs.sui.io/develop/accessing-data/archival-store/using-archival-store.md) - [What Is Archival Store](https://docs.sui.io/develop/accessing-data/archival-store/what-is-archival-store.md) ### Develop/Accessing Data/Custom Indexer - [Bring Your Own Store](https://docs.sui.io/develop/accessing-data/custom-indexer/bring-your-own-store.md) - [Build](https://docs.sui.io/develop/accessing-data/custom-indexer/build.md) - [Custom Indexers](https://docs.sui.io/develop/accessing-data/custom-indexer/custom-indexers.md) - [Custom Indexer Index](https://docs.sui.io/develop/accessing-data/custom-indexer/index.md) - [Indexer Data Integration](https://docs.sui.io/develop/accessing-data/custom-indexer/indexer-data-integration.md) - [Indexer Runtime Perf](https://docs.sui.io/develop/accessing-data/custom-indexer/indexer-runtime-perf.md) - [Pipeline Architecture](https://docs.sui.io/develop/accessing-data/custom-indexer/pipeline-architecture.md) ### Develop/Accessing Data/Graphql - [Graphql Rpc](https://docs.sui.io/develop/accessing-data/graphql/graphql-rpc.md) - [Graphql Index](https://docs.sui.io/develop/accessing-data/graphql/index.md) - [Query With Graphql](https://docs.sui.io/develop/accessing-data/graphql/query-with-graphql.md) ### Develop/Accessing Data/Grpc - [Grpc Index](https://docs.sui.io/develop/accessing-data/grpc/index.md) - [Using Grpc](https://docs.sui.io/develop/accessing-data/grpc/using-grpc.md) - [What Is Grpc](https://docs.sui.io/develop/accessing-data/grpc/what-is-grpc.md) ### Develop/Cryptography - [Ecvrf](https://docs.sui.io/develop/cryptography/ecvrf.md) - [Groth16](https://docs.sui.io/develop/cryptography/groth16.md) - [Hashing](https://docs.sui.io/develop/cryptography/hashing.md) - [Cryptography Index](https://docs.sui.io/develop/cryptography/index.md) - [Passkeys](https://docs.sui.io/develop/cryptography/passkeys.md) - [Signing](https://docs.sui.io/develop/cryptography/signing.md) ### Develop/Manage Packages - [Automated Address Management](https://docs.sui.io/develop/manage-packages/automated-address-management.md) - [Manage Packages Index](https://docs.sui.io/develop/manage-packages/index.md) - [Move Package Management](https://docs.sui.io/develop/manage-packages/move-package-management.md) ### Develop/Objects - [Derived Objects](https://docs.sui.io/develop/objects/derived-objects.md) - [Dynamic Fields](https://docs.sui.io/develop/objects/dynamic-fields.md) - [Objects Index](https://docs.sui.io/develop/objects/index.md) - [Versioning](https://docs.sui.io/develop/objects/versioning.md) ### Develop/Objects/Display - [Display Overview](https://docs.sui.io/develop/objects/display/display-overview.md) - [Display Preview](https://docs.sui.io/develop/objects/display/display-preview.md) - [Display Index](https://docs.sui.io/develop/objects/display/index.md) - [Using Display](https://docs.sui.io/develop/objects/display/using-display.md) ### Develop/Objects/Object Ownership - [Address Owned](https://docs.sui.io/develop/objects/object-ownership/address-owned.md) - [Immutable](https://docs.sui.io/develop/objects/object-ownership/immutable.md) - [Object Ownership Index](https://docs.sui.io/develop/objects/object-ownership/index.md) - [Party](https://docs.sui.io/develop/objects/object-ownership/party.md) - [Shared](https://docs.sui.io/develop/objects/object-ownership/shared.md) - [Wrapped](https://docs.sui.io/develop/objects/object-ownership/wrapped.md) ### Develop/Objects/Transfers - [Custom Rules](https://docs.sui.io/develop/objects/transfers/custom-rules.md) - [Transfers Index](https://docs.sui.io/develop/objects/transfers/index.md) - [Simulating Refs](https://docs.sui.io/develop/objects/transfers/simulating-refs.md) - [Transfer Policies](https://docs.sui.io/develop/objects/transfers/transfer-policies.md) - [Transfer To Object](https://docs.sui.io/develop/objects/transfers/transfer-to-object.md) ### Develop/Publish Upgrade Packages - [Custom Policies](https://docs.sui.io/develop/publish-upgrade-packages/custom-policies.md) - [Publish Upgrade Packages Index](https://docs.sui.io/develop/publish-upgrade-packages/index.md) - [Upgrade](https://docs.sui.io/develop/publish-upgrade-packages/upgrade.md) - [Versioning](https://docs.sui.io/develop/publish-upgrade-packages/versioning.md) ### Develop/Sui Architecture - [Checkpoint Verification](https://docs.sui.io/develop/sui-architecture/checkpoint-verification.md) - [Components](https://docs.sui.io/develop/sui-architecture/components.md) - [Consensus](https://docs.sui.io/develop/sui-architecture/consensus.md) - [Epochs](https://docs.sui.io/develop/sui-architecture/epochs.md) ## Getting Started - [Getting Started](https://docs.sui.io/getting-started.md) - [Dev Cheat Sheet](https://docs.sui.io/getting-started/dev-cheat-sheet.md) ### Getting Started/Examples - [Capability Pattern](https://docs.sui.io/getting-started/examples/capability-pattern.md) - [Dapp Kit Frontend](https://docs.sui.io/getting-started/examples/dapp-kit-frontend.md) - [Derived Objects](https://docs.sui.io/getting-started/examples/derived-objects.md) - [Event Indexer](https://docs.sui.io/getting-started/examples/event-indexer.md) - [Examples Index](https://docs.sui.io/getting-started/examples/index.md) - [Lootbox Ctf](https://docs.sui.io/getting-started/examples/lootbox-ctf.md) - [Merchant Ctf](https://docs.sui.io/getting-started/examples/merchant-ctf.md) - [Nft App](https://docs.sui.io/getting-started/examples/nft-app.md) - [Plinko](https://docs.sui.io/getting-started/examples/plinko.md) - [Scenario Testing](https://docs.sui.io/getting-started/examples/scenario-testing.md) - [Staking Ctf](https://docs.sui.io/getting-started/examples/staking-ctf.md) ### Getting Started/Onboarding - [App Frontends](https://docs.sui.io/getting-started/onboarding/app-frontends.md) - [Configure Sui Client](https://docs.sui.io/getting-started/onboarding/configure-sui-client.md) - [Get Address](https://docs.sui.io/getting-started/onboarding/get-address.md) - [Get Coins](https://docs.sui.io/getting-started/onboarding/get-coins.md) ## Onchain Finance - [Onchain Finance](https://docs.sui.io/onchain-finance.md) ### Onchain Finance/Asset Custody/Address Balances - [Address Balances Index](https://docs.sui.io/onchain-finance/asset-custody/address-balances/index.md) - [Migrate Address Balances](https://docs.sui.io/onchain-finance/asset-custody/address-balances/migrate-address-balances.md) - [Using Address Balances](https://docs.sui.io/onchain-finance/asset-custody/address-balances/using-address-balances.md) - [Asset Custody Index](https://docs.sui.io/onchain-finance/asset-custody/index.md) ### Onchain Finance/Asset Custody/Wallets - [Wallets Index](https://docs.sui.io/onchain-finance/asset-custody/wallets/index.md) - [Self Custody](https://docs.sui.io/onchain-finance/asset-custody/wallets/self-custody.md) - [Slush](https://docs.sui.io/onchain-finance/asset-custody/wallets/slush.md) - [Suilink](https://docs.sui.io/onchain-finance/asset-custody/wallets/suilink.md) - [Wallet Standard](https://docs.sui.io/onchain-finance/asset-custody/wallets/wallet-standard.md) - [What Is A Wallet](https://docs.sui.io/onchain-finance/asset-custody/wallets/what-is-a-wallet.md) - [Zk Login Wallets](https://docs.sui.io/onchain-finance/asset-custody/wallets/zk-login-wallets.md) ### Onchain Finance/Closed Loop Token - [Action Request](https://docs.sui.io/onchain-finance/closed-loop-token/action-request.md) - [Closed Loop Token Index](https://docs.sui.io/onchain-finance/closed-loop-token/index.md) - [Rules](https://docs.sui.io/onchain-finance/closed-loop-token/rules.md) - [Spending](https://docs.sui.io/onchain-finance/closed-loop-token/spending.md) - [Token Policy](https://docs.sui.io/onchain-finance/closed-loop-token/token-policy.md) ### Onchain Finance/Deepbook Margin - [Contract Information](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information.md) - [Deepbook Margin Indexer](https://docs.sui.io/onchain-finance/deepbook-margin/deepbook-margin-indexer.md) - [Design](https://docs.sui.io/onchain-finance/deepbook-margin/design.md) - [Deepbook Margin Index](https://docs.sui.io/onchain-finance/deepbook-margin/index.md) - [Margin Risks](https://docs.sui.io/onchain-finance/deepbook-margin/margin-risks.md) ### Onchain Finance/Deepbook Margin Sdk - [Deepbook Margin Sdk Index](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/index.md) - [Maintainer](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/maintainer.md) - [Margin Manager](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/margin-manager.md) - [Margin Pool](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/margin-pool.md) - [Orders](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/orders.md) - [Tpsl](https://docs.sui.io/onchain-finance/deepbook-margin-sdk/tpsl.md) ### Onchain Finance/Deepbook Margin/Contract Information - [Interest Rates](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/interest-rates.md) - [Maintainer](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/maintainer.md) - [Margin Manager](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/margin-manager.md) - [Margin Pool](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/margin-pool.md) - [Orders](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/orders.md) - [Risk Ratio](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/risk-ratio.md) - [Supply Referral](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/supply-referral.md) - [Tpsl](https://docs.sui.io/onchain-finance/deepbook-margin/contract-information/tpsl.md) ### Onchain Finance/Deepbook Predict - [Contract Information](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information.md) - [Design](https://docs.sui.io/onchain-finance/deepbook-predict/design.md) - [Deepbook Predict Index](https://docs.sui.io/onchain-finance/deepbook-predict/index.md) ### Onchain Finance/Deepbook Predict/Contract Information - [Market Keys](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/market-keys.md) - [Oracle](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/oracle.md) - [Predict Manager](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/predict-manager.md) - [Predict](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/predict.md) - [Registry](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/registry.md) - [Vault](https://docs.sui.io/onchain-finance/deepbook-predict/contract-information/vault.md) ### Onchain Finance/Deepbookv3 - [Contract Information](https://docs.sui.io/onchain-finance/deepbookv3/contract-information.md) - [Deepbook](https://docs.sui.io/onchain-finance/deepbookv3/deepbook.md) - [Deepbookv3 Indexer](https://docs.sui.io/onchain-finance/deepbookv3/deepbookv3-indexer.md) - [Design](https://docs.sui.io/onchain-finance/deepbookv3/design.md) ### Onchain Finance/Deepbookv3 Sdk - [Balance Manager](https://docs.sui.io/onchain-finance/deepbookv3-sdk/balance-manager.md) - [Flash Loans](https://docs.sui.io/onchain-finance/deepbookv3-sdk/flash-loans.md) - [Deepbookv3 Sdk Index](https://docs.sui.io/onchain-finance/deepbookv3-sdk/index.md) - [Orders](https://docs.sui.io/onchain-finance/deepbookv3-sdk/orders.md) - [Pools](https://docs.sui.io/onchain-finance/deepbookv3-sdk/pools.md) - [Staking Governance](https://docs.sui.io/onchain-finance/deepbookv3-sdk/staking-governance.md) - [Swaps](https://docs.sui.io/onchain-finance/deepbookv3-sdk/swaps.md) ### Onchain Finance/Deepbookv3/Contract Information - [Balance Manager](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/balance-manager.md) - [Ewma](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/ewma.md) - [Flash Loans](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/flash-loans.md) - [Orders](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/orders.md) - [Permissionless Pool](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/permissionless-pool.md) - [Query The Pool](https://docs.sui.io/onchain-finance/deepbookv3/contract-information/query-the-pool.md) ## Operators - [Operators](https://docs.sui.io/operators.md) - [Bridge Node Configuration](https://docs.sui.io/operators/bridge-node-configuration.md) ### Operators/Data Management - [Archival Stack Setup](https://docs.sui.io/operators/data-management/archival-stack-setup.md) - [Archives](https://docs.sui.io/operators/data-management/archives.md) - [Data Management Index](https://docs.sui.io/operators/data-management/index.md) - [Indexer Stack Setup](https://docs.sui.io/operators/data-management/indexer-stack-setup.md) - [Managing Data](https://docs.sui.io/operators/data-management/managing-data.md) - [Remote Store Setup](https://docs.sui.io/operators/data-management/remote-store-setup.md) - [Exchange Integration](https://docs.sui.io/operators/exchange-integration.md) ### Operators/Full Node - [Full Node Index](https://docs.sui.io/operators/full-node/index.md) - [Monitoring](https://docs.sui.io/operators/full-node/monitoring.md) - [Sui Full Node](https://docs.sui.io/operators/full-node/sui-full-node.md) - [Updates](https://docs.sui.io/operators/full-node/updates.md) - [Genesis](https://docs.sui.io/operators/genesis.md) ## References - [References](https://docs.sui.io/references.md) - [Awesome Sui Gaming](https://docs.sui.io/references/awesome-sui-gaming.md) - [Awesome Sui](https://docs.sui.io/references/awesome-sui.md) - [Cli](https://docs.sui.io/references/cli.md) ### References/Cli - [Cheatsheet](https://docs.sui.io/references/cli/cheatsheet.md) - [Client](https://docs.sui.io/references/cli/client.md) - [External Signers](https://docs.sui.io/references/cli/external-signers.md) - [Keytool](https://docs.sui.io/references/cli/keytool.md) - [Move](https://docs.sui.io/references/cli/move.md) - [Ptb](https://docs.sui.io/references/cli/ptb.md) - [Replay](https://docs.sui.io/references/cli/replay.md) - [Trace Analysis](https://docs.sui.io/references/cli/trace-analysis.md) - [Validator](https://docs.sui.io/references/cli/validator.md) ### References/Contribute - [Code Of Conduct](https://docs.sui.io/references/contribute/code-of-conduct.md) - [Contribute To Sui Repos](https://docs.sui.io/references/contribute/contribute-to-sui-repos.md) - [Contribution Process](https://docs.sui.io/references/contribute/contribution-process.md) - [Diagram Standards](https://docs.sui.io/references/contribute/diagram-standards.md) - [Localize Sui Docs](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](https://docs.sui.io/references/contribute/sui-environment.md) - [Framework](https://docs.sui.io/references/framework.md) ### References/Framework/Sui Bridge - [Bridge](https://docs.sui.io/references/framework/sui_bridge/bridge.md) - [Chain Ids](https://docs.sui.io/references/framework/sui_bridge/chain_ids.md) - [Committee](https://docs.sui.io/references/framework/sui_bridge/committee.md) - [Crypto](https://docs.sui.io/references/framework/sui_bridge/crypto.md) - [Sui Bridge Index](https://docs.sui.io/references/framework/sui_bridge/index.md) - [Limiter](https://docs.sui.io/references/framework/sui_bridge/limiter.md) - [Message](https://docs.sui.io/references/framework/sui_bridge/message.md) - [Treasury](https://docs.sui.io/references/framework/sui_bridge/treasury.md) ### References/Framework/Sui Std - [Ascii](https://docs.sui.io/references/framework/sui_std/ascii.md) - [Bcs](https://docs.sui.io/references/framework/sui_std/bcs.md) - [Bit Vector](https://docs.sui.io/references/framework/sui_std/bit_vector.md) - [Debug](https://docs.sui.io/references/framework/sui_std/debug.md) - [Fixed Point32](https://docs.sui.io/references/framework/sui_std/fixed_point32.md) - [Hash](https://docs.sui.io/references/framework/sui_std/hash.md) - [Sui Std Index](https://docs.sui.io/references/framework/sui_std/index.md) - [Internal](https://docs.sui.io/references/framework/sui_std/internal.md) - [Macros](https://docs.sui.io/references/framework/sui_std/macros.md) - [Option](https://docs.sui.io/references/framework/sui_std/option.md) - [String](https://docs.sui.io/references/framework/sui_std/string.md) - [Type Name](https://docs.sui.io/references/framework/sui_std/type_name.md) - [U128](https://docs.sui.io/references/framework/sui_std/u128.md) - [U16](https://docs.sui.io/references/framework/sui_std/u16.md) - [U256](https://docs.sui.io/references/framework/sui_std/u256.md) - [U32](https://docs.sui.io/references/framework/sui_std/u32.md) - [U64](https://docs.sui.io/references/framework/sui_std/u64.md) - [U8](https://docs.sui.io/references/framework/sui_std/u8.md) - [Uq32 32](https://docs.sui.io/references/framework/sui_std/uq32_32.md) - [Uq64 64](https://docs.sui.io/references/framework/sui_std/uq64_64.md) - [Vector](https://docs.sui.io/references/framework/sui_std/vector.md) ### References/Framework/Sui Sui - [Accumulator Metadata](https://docs.sui.io/references/framework/sui_sui/accumulator_metadata.md) - [Accumulator Settlement](https://docs.sui.io/references/framework/sui_sui/accumulator_settlement.md) - [Accumulator](https://docs.sui.io/references/framework/sui_sui/accumulator.md) - [Address Alias](https://docs.sui.io/references/framework/sui_sui/address_alias.md) - [Address](https://docs.sui.io/references/framework/sui_sui/address.md) - [Authenticator State](https://docs.sui.io/references/framework/sui_sui/authenticator_state.md) - [Bag](https://docs.sui.io/references/framework/sui_sui/bag.md) - [Balance](https://docs.sui.io/references/framework/sui_sui/balance.md) - [Bcs](https://docs.sui.io/references/framework/sui_sui/bcs.md) - [Bls12381](https://docs.sui.io/references/framework/sui_sui/bls12381.md) - [Borrow](https://docs.sui.io/references/framework/sui_sui/borrow.md) - [Clock](https://docs.sui.io/references/framework/sui_sui/clock.md) - [Coin Registry](https://docs.sui.io/references/framework/sui_sui/coin_registry.md) - [Coin](https://docs.sui.io/references/framework/sui_sui/coin.md) - [Config](https://docs.sui.io/references/framework/sui_sui/config.md) - [Deny List](https://docs.sui.io/references/framework/sui_sui/deny_list.md) - [Derived Object](https://docs.sui.io/references/framework/sui_sui/derived_object.md) - [Display Registry](https://docs.sui.io/references/framework/sui_sui/display_registry.md) - [Display](https://docs.sui.io/references/framework/sui_sui/display.md) - [Dynamic Field](https://docs.sui.io/references/framework/sui_sui/dynamic_field.md) - [Dynamic Object Field](https://docs.sui.io/references/framework/sui_sui/dynamic_object_field.md) - [Ecdsa K1](https://docs.sui.io/references/framework/sui_sui/ecdsa_k1.md) - [Ecdsa R1](https://docs.sui.io/references/framework/sui_sui/ecdsa_r1.md) - [Ecvrf](https://docs.sui.io/references/framework/sui_sui/ecvrf.md) - [Ed25519](https://docs.sui.io/references/framework/sui_sui/ed25519.md) - [Event](https://docs.sui.io/references/framework/sui_sui/event.md) - [Funds Accumulator](https://docs.sui.io/references/framework/sui_sui/funds_accumulator.md) - [Groth16](https://docs.sui.io/references/framework/sui_sui/groth16.md) - [Group Ops](https://docs.sui.io/references/framework/sui_sui/group_ops.md) - [Hash](https://docs.sui.io/references/framework/sui_sui/hash.md) - [Hmac](https://docs.sui.io/references/framework/sui_sui/hmac.md) - [Sui Sui Index](https://docs.sui.io/references/framework/sui_sui/index.md) - [Kiosk Extension](https://docs.sui.io/references/framework/sui_sui/kiosk_extension.md) - [Kiosk](https://docs.sui.io/references/framework/sui_sui/kiosk.md) - [Linked Table](https://docs.sui.io/references/framework/sui_sui/linked_table.md) - [Math](https://docs.sui.io/references/framework/sui_sui/math.md) - [Nitro Attestation](https://docs.sui.io/references/framework/sui_sui/nitro_attestation.md) - [Object Bag](https://docs.sui.io/references/framework/sui_sui/object_bag.md) - [Object Table](https://docs.sui.io/references/framework/sui_sui/object_table.md) - [Object](https://docs.sui.io/references/framework/sui_sui/object.md) - [Package](https://docs.sui.io/references/framework/sui_sui/package.md) - [Party](https://docs.sui.io/references/framework/sui_sui/party.md) - [Pay](https://docs.sui.io/references/framework/sui_sui/pay.md) - [Poseidon](https://docs.sui.io/references/framework/sui_sui/poseidon.md) - [Priority Queue](https://docs.sui.io/references/framework/sui_sui/priority_queue.md) - [Protocol Config](https://docs.sui.io/references/framework/sui_sui/protocol_config.md) - [Random](https://docs.sui.io/references/framework/sui_sui/random.md) - [Rangeproofs](https://docs.sui.io/references/framework/sui_sui/rangeproofs.md) - [Ristretto255](https://docs.sui.io/references/framework/sui_sui/ristretto255.md) - [Sui](https://docs.sui.io/references/framework/sui_sui/sui.md) - [Table Vec](https://docs.sui.io/references/framework/sui_sui/table_vec.md) - [Table](https://docs.sui.io/references/framework/sui_sui/table.md) - [Token](https://docs.sui.io/references/framework/sui_sui/token.md) - [Transfer Policy](https://docs.sui.io/references/framework/sui_sui/transfer_policy.md) - [Transfer](https://docs.sui.io/references/framework/sui_sui/transfer.md) - [Tx Context](https://docs.sui.io/references/framework/sui_sui/tx_context.md) - [Types](https://docs.sui.io/references/framework/sui_sui/types.md) - [Url](https://docs.sui.io/references/framework/sui_sui/url.md) - [Vdf](https://docs.sui.io/references/framework/sui_sui/vdf.md) - [Vec Map](https://docs.sui.io/references/framework/sui_sui/vec_map.md) - [Vec Set](https://docs.sui.io/references/framework/sui_sui/vec_set.md) - [Versioned](https://docs.sui.io/references/framework/sui_sui/versioned.md) - [Zklogin Verified Id](https://docs.sui.io/references/framework/sui_sui/zklogin_verified_id.md) - [Zklogin Verified Issuer](https://docs.sui.io/references/framework/sui_sui/zklogin_verified_issuer.md) ### References/Framework/Sui Sui System - [Genesis](https://docs.sui.io/references/framework/sui_sui_system/genesis.md) - [Sui Sui System Index](https://docs.sui.io/references/framework/sui_sui_system/index.md) - [Stake Subsidy](https://docs.sui.io/references/framework/sui_sui_system/stake_subsidy.md) - [Staking Pool](https://docs.sui.io/references/framework/sui_sui_system/staking_pool.md) - [Storage Fund](https://docs.sui.io/references/framework/sui_sui_system/storage_fund.md) - [Sui System State Inner](https://docs.sui.io/references/framework/sui_sui_system/sui_system_state_inner.md) - [Sui System](https://docs.sui.io/references/framework/sui_sui_system/sui_system.md) - [Validator Cap](https://docs.sui.io/references/framework/sui_sui_system/validator_cap.md) - [Validator Set](https://docs.sui.io/references/framework/sui_sui_system/validator_set.md) - [Validator](https://docs.sui.io/references/framework/sui_sui_system/validator.md) - [Voting Power](https://docs.sui.io/references/framework/sui_sui_system/voting_power.md) - [Fullnode Protocol Messages](https://docs.sui.io/references/fullnode-protocol-messages.md) - [Fullnode Protocol Types](https://docs.sui.io/references/fullnode-protocol-types.md) - [Fullnode Protocol](https://docs.sui.io/references/fullnode-protocol.md) - [Gaming](https://docs.sui.io/references/gaming.md) ### References/Ide - [Debugger](https://docs.sui.io/references/ide/debugger.md) - [Ide Index](https://docs.sui.io/references/ide/index.md) - [Move](https://docs.sui.io/references/ide/move.md) - [Object Display Syntax](https://docs.sui.io/references/object-display-syntax.md) ### References/Package Managers - [Manifest Reference](https://docs.sui.io/references/package-managers/manifest-reference.md) - [Package Manager 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) - [Research Papers](https://docs.sui.io/references/research-papers.md) - [Rust Sdk](https://docs.sui.io/references/rust-sdk.md) - [Sui Api](https://docs.sui.io/references/sui-api.md) - [Rpc Best Practices](https://docs.sui.io/references/sui-api/rpc-best-practices.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Operations/Directives - [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) - [Execute Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/mutations/execute-transaction.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Operations/Queries - [Address](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/address.md) - [Chain Identifier](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) - [Coin Metadata](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) - [Multi Get Addresses](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-addresses.md) - [Multi Get Checkpoints](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-checkpoints.md) - [Multi Get Epochs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-epochs.md) - [Multi Get Objects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-objects.md) - [Multi Get Packages](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-packages.md) - [Multi Get Transaction Effects](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-transaction-effects.md) - [Multi Get Transactions](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-transactions.md) - [Multi Get Types](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/multi-get-types.md) - [Name Record](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) - [Object Versions](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) - [Package Versions](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) - [Protocol Configs](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/protocol-configs.md) - [Service Config](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/service-config.md) - [Simulate Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/simulate-transaction.md) - [Transaction Effects](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) - [Verify Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/verify-signature.md) - [Verify Zk Login Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/operations/queries/verify-zk-login-signature.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Types/Directives - [Deprecated](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/deprecated.md) - [One Of](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/one-of.md) - [Specified By](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/directives/specified-by.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Types/Enums - [Address Transaction Relationship](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/address-transaction-relationship.md) - [Consensus Object Cancellation Reason](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/consensus-object-cancellation-reason.md) - [Execution Status](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/execution-status.md) - [Intent Scope](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/intent-scope.md) - [Move Ability](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/move-ability.md) - [Move Visibility](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/move-visibility.md) - [Owner Kind](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/owner-kind.md) - [Regulated State](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/regulated-state.md) - [Supply State](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/supply-state.md) - [Transaction Kind Input](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/transaction-kind-input.md) - [Withdraw From](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/withdraw-from.md) - [Zk Login Intent Scope](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/enums/zk-login-intent-scope.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Types/Inputs - [Address Key](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/address-key.md) - [Checkpoint Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/checkpoint-filter.md) - [Dynamic Field Name](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/dynamic-field-name.md) - [Event Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/event-filter.md) - [Object Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/object-filter.md) - [Object Key](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/object-key.md) - [Package Checkpoint Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/package-checkpoint-filter.md) - [Package Key](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/package-key.md) - [Transaction Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/transaction-filter.md) - [Version Filter](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/inputs/version-filter.md) ### References/Sui Api/Sui Graphql/Beta/Reference/Types/Interfaces - [Iaddressable](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/iaddressable.md) - [Imove Datatype](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/interfaces/imove-datatype.md) - [Imove Object](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) ### References/Sui Api/Sui Graphql/Beta/Reference/Types/Objects - [Accumulator Root Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/accumulator-root-create-transaction.md) - [Active Jwk Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk-connection.md) - [Active Jwk Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk-edge.md) - [Active Jwk](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/active-jwk.md) - [Address Alias State Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/address-alias-state-create-transaction.md) - [Address Owner](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) - [Authenticator State Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-create-transaction.md) - [Authenticator State Expire Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-expire-transaction.md) - [Authenticator State Update Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/authenticator-state-update-transaction.md) - [Available Range](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/available-range.md) - [Balance Change Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change-connection.md) - [Balance Change Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change-edge.md) - [Balance Change](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-change.md) - [Balance Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-connection.md) - [Balance Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/balance-edge.md) - [Balance Withdraw](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) - [Bridge Committee Init Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/bridge-committee-init-transaction.md) - [Bridge State Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/bridge-state-create-transaction.md) - [Change Epoch Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/change-epoch-transaction.md) - [Checkpoint Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/checkpoint-connection.md) - [Checkpoint Edge](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) - [Circom G1](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/circom-g1.md) - [Circom G2](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/circom-g2.md) - [Coin Deny List State Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-deny-list-state-create-transaction.md) - [Coin Metadata](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-metadata.md) - [Coin Registry Create Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/coin-registry-create-transaction.md) - [Command Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-connection.md) - [Command Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-edge.md) - [Command Output](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-output.md) - [Command Result](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/command-result.md) - [Consensus Address Owner](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-address-owner.md) - [Consensus Commit Prologue Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-commit-prologue-transaction.md) - [Consensus Object Cancelled](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-object-cancelled.md) - [Consensus Object Read](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/consensus-object-read.md) - [Display Registry Create Transaction](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) - [Dynamic Field Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field-connection.md) - [Dynamic Field Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field-edge.md) - [Dynamic Field](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/dynamic-field.md) - [Ed 25519 Public Key](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/ed-25519-public-key.md) - [Ed 25519 Signature](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/ed-25519-signature.md) - [End Of Epoch Transaction Kind Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction-kind-connection.md) - [End Of Epoch Transaction Kind Edge](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction-kind-edge.md) - [End Of Epoch Transaction](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/end-of-epoch-transaction.md) - [Epoch Connection](https://docs.sui.io/references/sui-api/sui-graphql/beta/reference/types/objects/epoch-connection.md) ## Sui Stack - [Sui Stack](https://docs.sui.io/sui-stack.md) ### Sui Stack/Enoki - [Solitaire](https://docs.sui.io/sui-stack/enoki/solitaire.md) - [Ticketing Poc](https://docs.sui.io/sui-stack/enoki/ticketing-poc.md) ### Sui Stack/Nautilus - [Community Dev Tools](https://docs.sui.io/sui-stack/nautilus/community-dev-tools.md) - [Customize Nautilus](https://docs.sui.io/sui-stack/nautilus/customize-nautilus.md) - [Nautilus Index](https://docs.sui.io/sui-stack/nautilus/index.md) - [Nautilus Design](https://docs.sui.io/sui-stack/nautilus/nautilus-design.md) - [Nautilus Overview](https://docs.sui.io/sui-stack/nautilus/nautilus-overview.md) - [Nautilus Weather Oracle](https://docs.sui.io/sui-stack/nautilus/nautilus-weather-oracle.md) - [Seal](https://docs.sui.io/sui-stack/nautilus/seal.md) - [Using Nautilus](https://docs.sui.io/sui-stack/nautilus/using-nautilus.md) ### Sui Stack/On Chain Primitives - [Access Time](https://docs.sui.io/sui-stack/on-chain-primitives/access-time.md) - [On Chain Primitives Index](https://docs.sui.io/sui-stack/on-chain-primitives/index.md) - [Randomness Onchain](https://docs.sui.io/sui-stack/on-chain-primitives/randomness-onchain.md) - [Sagat](https://docs.sui.io/sui-stack/sagat.md) ### Sui Stack/Seal - [Seal Index](https://docs.sui.io/sui-stack/seal/index.md) - [Sui Chat App](https://docs.sui.io/sui-stack/seal/sui-chat-app.md) - [Sui Stack Seal](https://docs.sui.io/sui-stack/seal/sui-stack-seal.md) ### Sui Stack/Suins - [Suins Index](https://docs.sui.io/sui-stack/suins/index.md) - [Sui Stack Suins](https://docs.sui.io/sui-stack/suins/sui-stack-suins.md) ### Sui Stack/Suiplay0x1 - [Best Practices](https://docs.sui.io/sui-stack/suiplay0x1/best-practices.md) - [Suiplay0x1 Index](https://docs.sui.io/sui-stack/suiplay0x1/index.md)