mirror of
https://github.com/fluencelabs/aquavm
synced 2025-07-02 16:11:33 +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.