kopia lustrzana https://github.com/bugout-dev/moonstream
				
				
				
			
		
			
				
	
	
		
			12 wiersze
		
	
	
		
			360 B
		
	
	
	
		
			Go
		
	
	
			
		
		
	
	
			12 wiersze
		
	
	
		
			360 B
		
	
	
	
		
			Go
		
	
	
package cmd
 | 
						|
 | 
						|
type PingResponse struct {
 | 
						|
	Status string `json:"status"`
 | 
						|
}
 | 
						|
 | 
						|
type BlockLatestResponse struct {
 | 
						|
	EthereumBlockLatest                   uint64 `json:"ethereum_block_latest"`
 | 
						|
	PolygonBlockLatest                    uint64 `json:"polygon_block_latest"`
 | 
						|
	PolygonBlockLatestLabelsMoonwormAlpha uint64 `json:"polygon_block_latest_label_moonworm_alpha"`
 | 
						|
}
 |