OSDN Git Service

94020315259f6535df7e363168d1ad4ccdc1363d
[bytom/vapor.git] / federation / common / const.go
1 package common
2
3 const (
4         _ uint8 = iota
5         CrossTxPendingStatus
6         CrossTxCompletedStatus
7 )