# Functions
CancelRequest request generates a request to cancel an in progress request.
CancelResponse makes a new cancel response message.
CompleteResponse returns a new complete response message.
FromNet can read a network stream to deserialize a GraphSyncMessage.
FromNet can read a network stream to deserialize a GraphSyncMessage.
NewRequest generates a new request for the data transfer protocol.
NewResponse builds a new Data Transfer response.
RestartExistingChannelRequest creates a request to ask the other side to restart an existing channel.
RestartResponse builds a new Data Transfer response.
UpdateRequest generates a new request update.
UpdateResponse returns a new update response.
VoucherRequest generates a new request for the data transfer protocol.
VoucherResultResponse builds a new response for a voucher result.
# Variables
No description provided by the author
# Structs
TransferMessage1_1 is the transfer message for the 1.1 Data Transfer Protocol.
TransferRequest1_1 is a struct for the 1.1 Data Transfer Protocol that fulfills the datatransfer.Request interface.
TransferResponse1_1 is a private struct that satisfies the datatransfer.Response interface It is the response message for the Data Transfer 1.1 and 1.2 Protocol.