Skip to main content

remove

Function remove 

Source
pub fn remove(
    from: &Address,
    pending: &RwLock<HashMap<Address, MsgSet>>,
    sequence: u64,
    applied: bool,
) -> Result<(), Error>
Expand description

Remove a message from pending given the from address and sequence.