dione/node/wire/last_block_height.go
2021-07-11 03:32:58 +03:00

6 lines
66 B
Go

package wire
type LastBlockHeightReply struct {
Height uint64
}