OSDN Git Service

refactor(federation): change filter in list-txs (#221)
[bytom/vapor.git] / federation / common / const.go
1 package common
2
3 const (
4         _ uint8 = iota
5         CrossTxPendingStatus
6         CrossTxCompletedStatus
7 )