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.
pub fn execute(
deps: DepsMut<'_, NeutronQuery>,
env: Env,
info: MessageInfo,
msg: ExecuteMsg<HubMsg>,
) -> Result<Response<NeutronMsg>, ContractError>Exposes all the execute functions available in the contract.