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

Add signature and key types to concordium-contracts-common #103

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Purpose

Signature and key types are not solely used by smart contracts anymore. It makes sense to move them to concordium-contracts-common from concordium-std so they are easier accessible and can be imported by e.g. backends to construct input parameters.

Changes

Add signature and key types to concordium-contracts-common