You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`pinocchio`](https://crates.io/crates/pinocchio) helpers to perform cross-program invocations (CPIs) for System program instructions.
3
+
This crate contains [`pinocchio`](https://crates.io/crates/pinocchio) helpers to perform cross-program invocations (CPIs) for System program instructions.
4
4
5
5
Each instruction defines an `struct` with the accounts and parameters required. Once all values are set, you can call directly `invoke` or `invoke_signed` to perform the CPI.
6
6
7
7
> [!IMPORTANT]
8
-
> The API defined in this crate should be considered experimental.
8
+
> The API defined in this crate is subject to change.
9
9
10
10
## Examples
11
11
@@ -35,4 +35,4 @@ Transfer {
35
35
36
36
## License
37
37
38
-
The code is licensed under the [Apache License Version 2.0](../LICENSE)
38
+
The code is licensed under the [Apache License Version 2.0](../LICENSE)
0 commit comments