github.com/algorand/go-algorand-sdk@v1.24.0/client/v2/common/models/catchpoint_abort_response.go (about) 1 package models 2 3 // CatchpointAbortResponse 4 type CatchpointAbortResponse struct { 5 // CatchupMessage catchup abort response string 6 CatchupMessage string `json:"catchup-message"` 7 }