github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/auth/vesting/alias.go (about)

     1  // nolint
     2  // autogenerated code using github.com/rigelrozanski/multitool
     3  // aliases generated for the following subdirectories:
     4  // ALIASGEN: github.com/cosmos/cosmos-sdk/x/auth/vesting/types/
     5  package vesting
     6  
     7  import (
     8  	"github.com/fibonacci-chain/fbc/libs/cosmos-sdk/x/auth/vesting/types"
     9  )
    10  
    11  var (
    12  	// functions aliases
    13  	RegisterCodec                  = types.RegisterCodec
    14  	NewBaseVestingAccount          = types.NewBaseVestingAccount
    15  	NewContinuousVestingAccountRaw = types.NewContinuousVestingAccountRaw
    16  	NewContinuousVestingAccount    = types.NewContinuousVestingAccount
    17  	NewPeriodicVestingAccountRaw   = types.NewPeriodicVestingAccountRaw
    18  	NewPeriodicVestingAccount      = types.NewPeriodicVestingAccount
    19  	NewDelayedVestingAccountRaw    = types.NewDelayedVestingAccountRaw
    20  	NewDelayedVestingAccount       = types.NewDelayedVestingAccount
    21  
    22  	// variable aliases
    23  	VestingCdc = types.VestingCdc
    24  )
    25  
    26  type (
    27  	BaseVestingAccount       = types.BaseVestingAccount
    28  	ContinuousVestingAccount = types.ContinuousVestingAccount
    29  	PeriodicVestingAccount   = types.PeriodicVestingAccount
    30  	DelayedVestingAccount    = types.DelayedVestingAccount
    31  	Period                   = types.Period
    32  	Periods                  = types.Periods
    33  )