Function instantiate

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

Creates a new contract with the specified parameters in the InstantiateMsg.