×
The system program is responsible for the creation of accounts and nonce accounts. It is responsible for transferring lamports from accounts owned by the system ...
Missing: url | Show results with:url
The base library for all Solana on-chain Rust programs.
Missing: index. html
A directive for a single invocation of a Solana program. ProcessedSiblingInstruction. Use to query and convey information about the sibling instruction ...
Missing: url | Show results with:url
A directive for a single invocation of a Solana program. An instruction specifies which program it is calling, which accounts it may read or modify, ...
Missing: url system_instruction/ index.
Solana programs may call other programs, termed cross-program invocations (CPI), with the invoke and invoke_signed functions. Constants§. MAX_RETURN_DATA.
Missing: url | Show results with:url
The base library for all Solana on-chain Rust programs. //! //! All Solana Rust programs that run on-chain will link to this crate, which //! acts as a ...
Missing: url | Show results with:url
The serialized instructions of the current transaction. //! //! The _instructions sysvar_ provides access to the serialized instruction data //! for the ...
Missing: url | Show results with:url
Types for directing the execution of Solana programs. //! //! Every invocation of a Solana program executes a single instruction, as //! defined by the ...
Sep 20, 2022 · Is there some way to do a single CPI that will send a transaction with multiple instructions? Link to function: https://docs.rs/solana-program/ ...