bitgo 0.0.3

BitGo API client
Documentation
1
2
3
4
5
6
7
8
9
pub mod error;
pub mod send_coin;
pub mod transfer;
pub mod wallet;

pub use error::Error;
pub use send_coin::SendCoin;
pub use transfer::*;
pub use wallet::{Wallet, WalletAddress};