stealth-vault 0.1.1

Anchor program interface for Shadow SDK stealth vaults and hashed execution intents
Documentation
1
2
3
4
5
6
pub const VAULT_SEED: &[u8] = b"vault";
pub const INTENT_SEED: &[u8] = b"intent";

pub const INTENT_STATUS_PENDING: u8 = 0;
pub const INTENT_STATUS_CANCELLED: u8 = 1;
pub const INTENT_STATUS_EXECUTED: u8 = 2;