Function receive_dispatch

Source
pub fn receive_dispatch(
    _deps: DepsMut<'_>,
    account: Account,
    account_msgs: Vec<ExecuteMsg>,
) -> HostResult
Expand description

Execute account message on local account.