TIP 查询
协议
查询消息
type QueryMessage = {
typ: MsgType.QUERY // 1
id: string
stream: StreamID
}响应消息
type ResponseMessage = {
typ: MsgType.RESPONSE // 2
id: string
tips: Map<StreamId, CID>
}Last updated
type QueryMessage = {
typ: MsgType.QUERY // 1
id: string
stream: StreamID
}type ResponseMessage = {
typ: MsgType.RESPONSE // 2
id: string
tips: Map<StreamId, CID>
}Last updated