privy-rs 0.1.0-alpha.5

Privy SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Subclients
//!
//! This module houses all the sub-clients that are used by the main client.
//! You can usually attain an instance of a sub-client by calling the relevant
//! function on the main client. See `PrivyClient` for more information.

include!(concat!(env!("OUT_DIR"), "/subclients.rs"));

mod key_quorums;
mod policies;
mod wallets;