Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
RegisterRoutes - Central function to define routes that get registered by the main application
Types ¶
type SeizeAndStartCollateralAuctionRequest ¶
type SeizeAndStartCollateralAuctionRequest struct { BaseReq rest.BaseReq `json:"base_req"` Sender sdk.AccAddress `json:"sender"` CdpOwner sdk.AccAddress `json:"cdp_owner"` CollateralDenom string `json:"collateral_denom"` }
type StartDebtAuctionRequest ¶
type StartDebtAuctionRequest struct { BaseReq rest.BaseReq `json:"base_req"` Sender sdk.AccAddress `json:"sender"` // TODO use baseReq.From instead? }
Click to show internal directories.
Click to hide internal directories.