Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the auction Msg service.
PlaceBid message type used by bidders to place bids on auctions
MsgPlaceBid represents a message used by bidders to place bids on auctions
MsgPlaceBidResponse defines the Msg/PlaceBid response type.
(message has no fields)
Query defines the gRPC querier service for auction module
Params queries all parameters of the auction module.
QueryParamsRequest defines the request type for querying x/auction parameters.
(message has no fields)
QueryParamsResponse defines the response type for querying x/auction parameters.
Auction queries an individual Auction by auction ID
QueryAuctionRequest is the request type for the Query/Auction RPC method.
QueryAuctionResponse is the response type for the Query/Auction RPC method.
Auctions queries auctions filtered by asset denom, owner address, phase, and auction type
QueryAuctionsRequest is the request type for the Query/Auctions RPC method.
pagination defines an optional pagination for the request.
QueryAuctionsResponse is the response type for the Query/Auctions RPC method.
pagination defines the pagination in the response.
NextAuctionID queries the next auction ID
QueryNextAuctionIDRequest defines the request type for querying x/auction next auction ID.
(message has no fields)
QueryNextAuctionIDResponse defines the response type for querying x/auction next auction ID.
BaseAuction defines common attributes of all auctions
Used in:
, ,CollateralAuction is a two phase auction. Initially, in forward auction phase, bids can be placed up to a max bid. Then it switches to a reverse auction phase, where the initial amount up for auction is bid down. Unsold Lot is sent to LotReturns, being divided among the addresses by weight. Collateral auctions are normally used to sell off collateral seized from CDPs.
DebtAuction is a reverse auction that mints what it pays out. It is normally used to acquire pegged asset to cover the CDP system's debts that were not covered by selling collateral.
GenesisState defines the auction module's genesis state.
Genesis auctions
Params defines the parameters for the issuance module.
Used in:
,SurplusAuction is a forward auction that burns what it receives from bids. It is normally used to sell off excess pegged asset acquired by the CDP system.
WeightedAddresses is a type for storing some addresses and associated weights.
Used in: