OSDN Git Service

rename dir (#283)
[bytom/vapor.git] / toolbar / federation / common / const.go
1 package common
2
3 const (
4         _ uint8 = iota
5         CrossTxPendingStatus
6         CrossTxCompletedStatus
7 )
8
9 const (
10         BytomChainName = "btm"
11         VaporChainName = "vapor"
12
13         CrossTxPendingStatusLabel   = "pending"
14         CrossTxCompletedStatusLabel = "completed"
15 )