1 stable release
2.2.1 | Apr 29, 2025 |
---|
#12 in #invocation
168 downloads per month
Used in 59 crates
(6 directly)
170KB
2.5K
SLoC
Cross-program invocation.
Solana programs may call other programs, termed cross-program
invocations (CPI), with the invoke
and invoke_signed
functions.
This crate does not support overwriting syscall stubs for offchain code.
If you want to overwrite syscall stubs, use the wrapper functions in
clone_solana_program::program
.
Dependencies
~0.2–5MB
~15K SLoC