circle-developer-controlled-wallets 0.1.0

Rust client for the Circle Web3 Services Developer-Controlled Wallets API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Data models for the Circle Developer-Controlled Wallets API.
//!
//! This module groups all request and response types by resource area.

pub mod common;
pub mod signing;
pub mod token;
pub mod transaction;
pub mod wallet;
pub mod wallet_set;