pub fn instantiate(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
msg: InstantiateMsg,
snip20: impl Snip20
) -> StdResult<Response>
Expand description

The instantiate entry point of the SNIP-20 contract.