pub fn decode_header<T: Transport>(
buffer: &mut T::RecvBuffer,
) -> Result<(u32, u64, Flexibility), DecodeError>Expand description
Parses the transaction ID and ordinal from the given buffer.
pub fn decode_header<T: Transport>(
buffer: &mut T::RecvBuffer,
) -> Result<(u32, u64, Flexibility), DecodeError>Parses the transaction ID and ordinal from the given buffer.