rialo-s-system-program 0.3.0

Solana System program
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
// This file is either (a) original to Subzero Labs, Inc. or (b) derived from the Anza codebase and modified by Subzero Labs, Inc.

#![allow(clippy::arithmetic_side_effects)]
pub mod system_instruction;
pub mod system_processor;

pub use rialo_s_nonce_account::{get_system_account_kind, SystemAccountKind};
use rialo_s_sdk_ids::system_program;
pub use system_program::id;