mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-27 01:41:12 +00:00
* feat(air-interpreter-signatures): use (de)serialize_with Wrapper types do not hold strings anymore, but use `(de)serialize_with` serde attributes to parse keys and signatures during parse time. `PublicKey` and `Signature` traits implement `Deref` trait that returns the inner value.