stateless-asks 0.1.0

Stateless escrow for SPL tokens
1
2
3
4
5
6
7
8
9
10
pub mod error;
pub mod instruction;
pub mod processor;
pub mod validation_utils;

#[cfg(not(feature = "no-entrypoint"))]
mod entrypoint;

// Export current sdk types for downstream users building with a different sdk version
pub use solana_program;