Docs.rs
solana-conditional-liquidity-1.0.0-rc.1
solana-conditional-liquidity 1.0.0-rc.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
jeff-delonge
Dependencies
bytemuck ^1
normal
solana-program >=1, <=2
normal
base64 ^0.22.1
dev
Versions
66.67%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
solana_conditional_liquidity/
lib.rs
1
2
3
4
5
mod
origin;
mod
registry;
pub use
origin::
*
;
pub use
registry::
*
;