rialo-sol-attribute-program 0.11.0

Sol attribute macro for defining a program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

pub mod accounts;
pub mod client;
pub mod constants;
pub mod cpi;
pub mod errors;
pub mod events;
pub mod internal;
pub mod program;
pub mod types;
pub mod utils;

use super::common;