pub const PROFILE_BODY: u8 = 225;Expand description
Wire opcode for a directed profile-body response (epic #3008).
Body is store_id ‖ root ‖ len:u32be ‖ body — the two 32-byte hashes the request named,
then a big-endian length prefix and that many bytes of profile body. The receiver rehashes
the body and compares against root, which is why the announce that started the exchange
needs no signature.