OSDN Git Service

3ddfb458ae3342fd9f27271d3a41c17263ccf7c7
[bytom/vapor.git] / toolbar / precog / database / orm / chain.go
1 package orm
2
3 type Chain struct {
4         BestHeight uint64
5 }