tape-api 0.1.9

Your data, permanently recorded — uncensorable, uneditable, and here for good.
Documentation
pub mod consts;
pub mod error;
pub mod instruction;
pub mod sdk;
pub mod state;
pub mod pda;
pub mod utils;
pub mod types;
pub mod loaders;
pub mod event;
mod macros;

pub use crate::consts::*;

pub mod prelude {
    pub use crate::consts::*;
    pub use crate::error::*;
    pub use crate::instruction::*;
    pub use crate::sdk::*;
    pub use crate::state::*;
    pub use crate::pda::*;
    pub use crate::utils::*;
    pub use crate::types::*;
    pub use crate::event::*;
    pub use crate::loaders::*;
}

use steel::*;

declare_id!("tape9hFAE7jstfKB2QT1ovFNUZKKtDUyGZiGQpnBFdL");