anchor-book/searchindex.js

1 line
749 KiB
JavaScript
Raw Normal View History

Object.assign(window.search, {"doc_urls":["introduction/introduction.html#introduction","introduction/what_is_anchor.html#what-is-anchor","introduction/anchor_documentation.html#anchor-documentation","prerequisites/prerequisites.html#prerequisites","prerequisites/useful_resources.html#useful-resources","prerequisites/useful_resources.html#rust","prerequisites/useful_resources.html#solana","prerequisites/intro_to_solana.html#intro-to-programming-on-solana","prerequisites/intro_to_solana.html#memory-on-solana","prerequisites/intro_to_solana.html#transactions-and-accounts","prerequisites/intro_to_solana.html#rent","prerequisites/intro_to_solana.html#program-example-the-system-program","prerequisites/intro_to_solana.html#program-composition","prerequisites/intro_to_solana.html#program-composition-via-multiple-instructions-in-a-transaction","prerequisites/intro_to_solana.html#program-composition-via-cross-program-invocations","prerequisites/intro_to_solana.html#validating-inputs","getting_started/getting_started.html#getting-started","getting_started/installation.html#installation","getting_started/installation.html#rust","getting_started/installation.html#solana","getting_started/installation.html#yarn","getting_started/installation.html#anchor","getting_started/installation.html#installing-using-anchor-version-manager-avm-recommended","getting_started/installation.html#install-using-pre-build-binary-on-x86_64-linux","getting_started/installation.html#build-from-source-for-other-operating-systems-without-avm","getting_started/hello_anchor.html#hello-anchor","anchor_in_depth/anchor_programs_in-depth.html#anchor-programs-in-depth","anchor_in_depth/essentials.html#essentials","anchor_in_depth/high-level_overview.html#high-level-overview","anchor_in_depth/the_accounts_struct.html#the-accounts-struct","anchor_in_depth/the_accounts_struct.html#types","anchor_in_depth/the_accounts_struct.html#the-account-type","anchor_in_depth/the_accounts_struct.html#constraints","anchor_in_depth/the_accounts_struct.html#safety-checks","anchor_in_depth/the_program_module.html#the-program-module","anchor_in_depth/the_program_module.html#context","anchor_in_depth/the_program_module.html#instruction-data","anchor_in_depth/errors.html#errors","anchor_in_depth/errors.html#anchor-internal-errors","anchor_in_depth/errors.html#custom-errors","anchor_in_depth/errors.html#require","anchor_in_depth/milestone_project_tic-tac-toe.html#milestone-project---tic-tac-toe","anchor_in_depth/milestone_project_tic-tac-toe.html#setting-up-the-game","anchor_in_depth/milestone_project_tic-tac-toe.html#state","anchor_in_depth/milestone_project_tic-tac-toe.html#the-setup-instruction","anchor_in_depth/milestone_project_tic-tac-toe.html#testing-the-setup-instruction","anchor_in_depth/milestone_project_tic-tac-toe.html#playing-the-game","anchor_in_depth/milestone_project_tic-tac-toe.html#the-play-instruction","anchor_in_depth/milestone_project_tic-tac-toe.html#testing-the-play-instruction","anchor_in_depth/milestone_project_tic-tac-toe.html#deployment","anchor_in_depth/milestone_project_tic-tac-toe.html#program-directory-organization","anchor_in_depth/intermediate.html#intermediate","anchor_in_depth/CPIs.html#cross-program-invocations","anchor_in_depth/CPIs.html#setting-up-basic-cpi-functionality","anchor_in_depth/CPIs.html#privilege-extension","anchor_in_depth/CPIs.html#reloading-an-account","anchor_in_depth/CPIs.html#returning-values-from-handler-functions","anchor_in_depth/CPIs.html#reading-return-data-in-the-clients","anchor_in_depth/CPIs.html#return-data-size-limit-workarounds","anchor_in_depth/CPIs.html#programs-as-signers","anchor_in_depth/PDAs.html#pdas","anchor_in_depth/PDAs.html#creation-of-a-pda","anchor_in_depth/PDAs.html#using-pdas","anchor_in_depth/PDAs.html#hashmap-like-structures-using-pdas","anchor_in_depth/PDAs.html#programs-as-signers","anchor_in_depth/PDAs.html#pdas-conclusion","anchor_in_depth/events.html#events","anchor_in_depth/events.html#table-of-contents","anchor_in_depth/events.html#introduction-to-events","anchor_in_depth/events.html#defining-event