pub fn decode_header<T: Transport>(
buffer: &mut T::RecvBuffer,
) -> Result<(u32, u64), 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), DecodeError>
Parses the transaction ID and ordinal from the given buffer.