bitgo 0.0.3

BitGo API client
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Default, Debug, Clone, PartialEq, serde_derive::Serialize, serde_derive::Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct Error {
    pub error: String,
    pub name: String,
    pub request_id: String,
    pub context: serde_json::Value,
}