1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// `error_chain!` can recurse deeply
/*!
This crate provides an interface into the Terra LCD HTTP service.
# PFC
This work is sponsored by the PFC (Pretty Freaking Cool) Validator,
feel free to delegate to the [PFC](https://station.terra.money/validator/terravaloper12g4nkvsjjnl0t7fvq3hdcw7y8dc9fq69nyeu9q) validator.
It will help defray the costs.
# Warning
This uses crytpographic routines that have not gone through any security audit.
The manner which it stores private keys may be unsecure/subject to hacks, and if you use it, may put the assets behind those keys at risk.
This is ALPHA software.
# Usage
```toml
[dependencies]
terra-rust-api="0.1"
```
*/
/// Error Messages
/// definitions of the different type of Messages we have implemented
extern crate lazy_static;
extern crate erased_serde;
extern crate rustc_serialize;
//
//#[macro_use]
extern crate error_chain;
extern crate reqwest;
pub use ;
pub use ;
pub use ;
pub use bank;