shuriken-api-types 0.7.0

Public API payload types for the Shuriken platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod alpha;
pub mod analytics;
pub mod automation;
pub mod error;
pub mod evm;
pub mod notification;
pub mod signal;
pub mod svm;
pub mod wallet;

mod network;
pub use network::{Network, UnknownNetworkError};

mod platform;
pub use platform::Platform;