github.com/algorand/go-algorand-sdk@v1.24.0/client/v2/common/models/catchpoint_start_response.go (about)

     1  package models
     2  
     3  // CatchpointStartResponse
     4  type CatchpointStartResponse struct {
     5  	// CatchupMessage catchup start response string
     6  	CatchupMessage string `json:"catchup-message"`
     7  }