mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
66 lines
2.4 KiB
Go
66 lines
2.4 KiB
Go
|
// nolint
|
||
|
// autogenerated code using github.com/rigelrozanski/multitool
|
||
|
// aliases generated for the following subdirectories:
|
||
|
// ALIASGEN: github.com/kava-labs/kava/x/auction/types/
|
||
|
// ALIASGEN: github.com/kava-labs/kava/x/auction/keeper/
|
||
|
package auction
|
||
|
|
||
|
import (
|
||
|
"github.com/kava-labs/kava/x/auction/keeper"
|
||
|
"github.com/kava-labs/kava/x/auction/types"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
ModuleName = types.ModuleName
|
||
|
StoreKey = types.StoreKey
|
||
|
RouterKey = types.RouterKey
|
||
|
DefaultParamspace = types.DefaultParamspace
|
||
|
DefaultMaxAuctionDuration = types.DefaultMaxAuctionDuration
|
||
|
DefaultMaxBidDuration = types.DefaultMaxBidDuration
|
||
|
DefaultStartingAuctionID = types.DefaultStartingAuctionID
|
||
|
QueryGetAuction = types.QueryGetAuction
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// functions aliases
|
||
|
NewIDFromString = types.NewIDFromString
|
||
|
NewForwardAuction = types.NewForwardAuction
|
||
|
NewReverseAuction = types.NewReverseAuction
|
||
|
NewForwardReverseAuction = types.NewForwardReverseAuction
|
||
|
RegisterCodec = types.RegisterCodec
|
||
|
NewGenesisState = types.NewGenesisState
|
||
|
DefaultGenesisState = types.DefaultGenesisState
|
||
|
ValidateGenesis = types.ValidateGenesis
|
||
|
NewMsgPlaceBid = types.NewMsgPlaceBid
|
||
|
NewAuctionParams = types.NewAuctionParams
|
||
|
DefaultAuctionParams = types.DefaultAuctionParams
|
||
|
ParamKeyTable = types.ParamKeyTable
|
||
|
NewKeeper = keeper.NewKeeper
|
||
|
NewQuerier = keeper.NewQuerier
|
||
|
|
||
|
// variable aliases
|
||
|
ModuleCdc = types.ModuleCdc
|
||
|
KeyAuctionBidDuration = types.KeyAuctionBidDuration
|
||
|
KeyAuctionDuration = types.KeyAuctionDuration
|
||
|
KeyAuctionStartingID = types.KeyAuctionStartingID
|
||
|
)
|
||
|
|
||
|
type (
|
||
|
Auction = types.Auction
|
||
|
BaseAuction = types.BaseAuction
|
||
|
ID = types.ID
|
||
|
EndTime = types.EndTime
|
||
|
BankInput = types.BankInput
|
||
|
BankOutput = types.BankOutput
|
||
|
ForwardAuction = types.ForwardAuction
|
||
|
ReverseAuction = types.ReverseAuction
|
||
|
ForwardReverseAuction = types.ForwardReverseAuction
|
||
|
BankKeeper = types.BankKeeper
|
||
|
GenesisAuctions = types.GenesisAuctions
|
||
|
GenesisState = types.GenesisState
|
||
|
MsgPlaceBid = types.MsgPlaceBid
|
||
|
AuctionParams = types.AuctionParams
|
||
|
QueryResAuctions = types.QueryResAuctions
|
||
|
Keeper = keeper.Keeper
|
||
|
)
|