Function execute

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

Exposes all the execute functions available in the contract.