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

     1  package models
     2  
     3  // ApplicationResponse
     4  type ApplicationResponse struct {
     5  	// Application application index and its parameters
     6  	Application Application `json:"application,omitempty"`
     7  
     8  	// CurrentRound round at which the results were computed.
     9  	CurrentRound uint64 `json:"current-round"`
    10  }