Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

Rename `new` to `from_serial` which ensures valid length #75

Closed Bargsteen closed 1 year ago

Bargsteen commented 1 year ago

Purpose

Replace new with from_serial which also checks the length.

Changes

Checklist