typhoon-accounts 0.3.0

Account types and traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod account;
mod mutable;
mod program;
mod signer;
mod system;
mod unchecked;

pub use {
    account::*,
    mutable::*,
    program::*,
    signer::{Signer, SignerCheck, UncheckedSigner},
    system::*,
    unchecked::*,
};