interveil-sdk 0.1.0

A portable execution language for intent-based Solana transactions — build, sign, and submit intents without holding keys
Documentation
1
2
3
4
5
6
7
mod chain;
mod nonce;
mod signature;

pub use chain::Chain;
pub use nonce::Nonce;
pub use signature::Signature;