OSDN Git Service

6fdd155044443b6caeafd112f9c34595a0b1e1ee
[bytom/vapor.git] / toolbar / reward / database / orm / block_state.go
1 package orm
2
3 type BlockState struct {
4         Height    uint64
5         BlockHash string
6 }