OSDN Git Service

56f7d0b3e3f81bf9f1eb71b5b9d0563b9511349f
[bytom/vapor.git] / federation / common / const.go
1 package common
2
3 const (
4         _ uint8 = iota
5         CrossTxPendingStatus
6         CrossTxCompletedStatus
7 )
8
9 const (
10         CrossTxPendingStatusLabel   = "pending"
11         CrossTxCompletedStatusLabel = "completed"
12 )