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

instantiation function. See InitMsg for the api