rialo_s_system_program/lib.rs
1// Copyright (c) Subzero Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3// This file is either (a) original to Subzero Labs, Inc. or (b) derived from the Anza codebase and modified by Subzero Labs, Inc.
4
5#![allow(clippy::arithmetic_side_effects)]
6pub mod system_instruction;
7pub mod system_processor;
8
9pub use rialo_s_nonce_account::{get_system_account_kind, SystemAccountKind};
10use rialo_s_sdk_ids::system_program;
11pub use system_program::id;