Module cpi

Module cpi 

Source
👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
Expand description

Cross-Program Invocation (CPI) error types

Structs§

CallerAccountDeprecated
Host side representation of AccountInfo or SolAccountInfo passed to the CPI syscall.
TranslatedAccountDeprecated
Account data and metadata that has been translated from caller space.

Enums§

CpiErrorDeprecated
CPI-specific error types

Traits§

SyscallInvokeSignedDeprecated
Implemented by language specific data structure translators

Functions§

cpi_commonDeprecated
Call process instruction, common to both Rust and C
translate_accounts_cDeprecated
translate_accounts_rustDeprecated
translate_instruction_cDeprecated
translate_instruction_rustDeprecated
translate_signers_cDeprecated
translate_signers_rustDeprecated