adjacent tagging for EntryValue

feat/vaults
Tomáš Mládek 2021-02-20 12:10:03 +01:00
parent 5dd15aecd2
commit f5dd4141b1
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ pub struct Entry {
}
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(tag = "t", content = "c")]
pub enum EntryValue {
Value(serde_json::Value),
Address(Address),