Structs

Message to request for the accepted blocks/vertices of the “remote” peer. The local node sends out this message during bootstrap, following “get_accepted_frontier”. Basically, sending the list of the accepted frontier and expects the response of the accepted IDs from the remote peer. See “avalanchego/snow/engine/common/bootstrapper.Startup” and “sendGetAccepted”.