github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/token/types/const.go (about)

     1  package types
     2  
     3  const (
     4  	LockCoinsTypeQuantity = 1
     5  	LockCoinsTypeFee      = 2
     6  )