v0.2.0
Feature:
- Tx
Msg.value
is now a<serde_json::Value>
instead of a<Hashmap<String, serde_json::Value>>
. It makes it easier to unpack it later into other objects.
Feature:
Msg.value
is now a <serde_json::Value>
instead of a <Hashmap<String, serde_json::Value>>
. It makes it easier to unpack it later into other objects.