kopia lustrzana https://github.com/bugout-dev/moonstream
10 wiersze
152 B
Go
10 wiersze
152 B
Go
![]() |
package cmd
|
||
|
|
||
|
type PingResponse struct {
|
||
|
Status string `json:"status"`
|
||
|
}
|
||
|
|
||
|
type BlockNumberResponse struct {
|
||
|
BlockNumber uint64 `json:"block_number"`
|
||
|
}
|