OSDN Git Service

7157d96d66ddbcb48c69db548a97c34ed197dcb7
[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         BytomChainName = "btm"
11         VaporChainName = "vapor"
12
13         CrossTxPendingStatusLabel   = "pending"
14         CrossTxCompletedStatusLabel = "completed"
15 )