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 helpers for checking types of addresses. #61

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

Add convenience methods.

Changes

Add simple helpers to check which variant of an address it is.

Checklist