wallet_standard 0.5.1

An implementation of the solana wallet standard in rust
Documentation
1
2
3
4
5
6
7
8
mod connect;
pub use connect::*;

mod disconnect;
pub use disconnect::*;

mod events;
pub use events::*;