OSDN Git Service

Voter reward (#286)
[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 }