Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Fix `SchemaType` implementation of `OnReceivingCis2DataParams<T, A, D>` #426

Closed lassemoldrup closed 4 months ago

lassemoldrup commented 4 months ago

Purpose

Closes #420.

Changes

Added a manual implementation of SchemaType for OnReceivingCis2DataParams<T, A, D> that matches the Serial and Deserial implementations

Checklist