Module entry_points

Module entry_points 

Source
Expand description

CosmWasm smart contracts contain entry points. More on this pattern here: https://book.cosmwasm.com/basics/entry-points.html

Modulesยง

execute
The execute entry point
instantiate
The instantiate entry point
query
The query entry point