roshi-interface 0.6.0

On-chain instruction interface and types for the Roshi Solana program.
Documentation
1
2
3
4
5
6
7
8
//! Account wire types shared with off-chain readers.

pub mod vault;

pub use vault::{Role, Vault, VaultControls};

/// Tag byte that prefixes a `Vault` payload in the program's tagged `Account`.
pub const VAULT_ACCOUNT_TAG: u8 = 1;