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

     1  package models
     2  
     3  // AssetResponse
     4  type AssetResponse struct {
     5  	// Asset specifies both the unique identifier and the parameters for an asset
     6  	Asset Asset `json:"asset"`
     7  
     8  	// CurrentRound round at which the results were computed.
     9  	CurrentRound uint64 `json:"current-round"`
    10  }