1 unstable release
0.1.0 | May 2, 2024 |
---|
#7 in #entrypoint
Used in nitrate
31KB
412 lines
Types and helper functions for programs using nitrate
entrypoint.
account_info
: Account representation.cpi
: Helper types to create cross-program invocations usingsol_invoke_signed_c
.system
: Helper functions to invokesolana_program::system_program
.
Getting started
The types are used as part of the nitrate
crate:
cargo add nitrate
[!IMPORTANT] You need to use the custom
entrypoint!
defined on the crate in order to use the types included in this crate.
License
Copyright (c) 2024 nifty-oss maintainers
Copyright (c) 2024 Magnetar Fields
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This crate is based on solana-nostd-entrypoint
.
Dependencies
~16–25MB
~412K SLoC