github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/staking/exported/alias.go (about)

     1  package exported
     2  
     3  import (
     4  	"github.com/fibonacci-chain/fbc/libs/cosmos-sdk/x/staking/exported"
     5  )
     6  
     7  type (
     8  	// DelegationI is the type alias of exported.DelegationI
     9  	DelegationI = exported.DelegationI
    10  	// ValidatorI is the type alias of exported.ValidatorI
    11  	//ValidatorI = exported.ValidatorI
    12  )