Concordium / concordium-base

Core Rust and Haskell libraries used by various components of the Concordium blockchain, as well as some tools used for testing and development.
Mozilla Public License 2.0
22 stars 23 forks source link

Query contract module #511

Closed td202 closed 8 months ago

td202 commented 8 months ago

Purpose

Adds new functionality to the host::invoke function allowing smart contracts to query the module reference and contract name of a smart contract instance.

Changes

Checklist