Module cfxcore::sync::message

source ·

Modules§

Structs§

Enums§

Traits§

Functions§

  • handle the RLP encoded message with given context ctx. If the message not handled, return Ok(false). Otherwise, return Ok(true) if handled successfully or Err(e) on any error.