execute

Function execute 

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

§Description

Available the execute messages of the contract.

§Params

  • deps is the object of type Deps.
  • env is the object of type Env.
  • info is the object of type MessageInfo.
  • msg is the object of type ExecuteMsg.