6 lines
81 B
Go
6 lines
81 B
Go
package internal
|
|
|
|
type HeightHash struct {
|
|
Height uint64
|
|
BlockHash []byte
|
|
}
|