wallet_standard_browser 0.4.3

The wasm / browser compatible rust based implementation of the wallet standard.
Documentation
1
2
3
4
5
6
7
8
9
pub use experimental::*;
#[cfg(feature = "solana")]
pub use solana::*;
pub use standard::*;

mod experimental;
#[cfg(feature = "solana")]
mod solana;
mod standard;