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
Copy file name to clipboardExpand all lines: programs/system/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This crate contains [`pinocchio`](https://crates.io/crates/pinocchio) helpers to
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
+
This is a `no_std` crate.
8
+
7
9
> **Note:** The API defined in this crate is subject to change.
0 commit comments