Skip to main content

message_to_wire_with

Function message_to_wire_with 

Source
pub fn message_to_wire_with(
    from: &str,
    value: &RuntimeValue,
    codec: WireCodec,
    integrity: WireIntegrity,
) -> Result<Vec<u8>, String>
Expand description

As message_to_wire, with an explicit codec and integrity mode.