Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the cdp Msg service.
CreateCDP defines a method to create a new CDP.
MsgCreateCDP defines a message to create a new CDP.
MsgCreateCDPResponse defines the Msg/CreateCDP response type.
Deposit defines a method to deposit to a CDP.
MsgDeposit defines a message to deposit to a CDP.
MsgDepositResponse defines the Msg/Deposit response type.
(message has no fields)
DrawDebt defines a method to draw debt from a CDP.
MsgDrawDebt defines a message to draw debt from a CDP.
MsgDrawDebtResponse defines the Msg/DrawDebt response type.
(message has no fields)
Liquidate defines a method to attempt to liquidate a CDP whos collateralization ratio is under its liquidation ratio.
MsgLiquidate defines a message to attempt to liquidate a CDP whos collateralization ratio is under its liquidation ratio.
MsgLiquidateResponse defines the Msg/Liquidate response type.
(message has no fields)
RepayDebt defines a method to repay debt from a CDP.
MsgRepayDebt defines a message to repay debt from a CDP.
MsgRepayDebtResponse defines the Msg/RepayDebt response type.
(message has no fields)
Withdraw defines a method to withdraw collateral from a CDP.
MsgWithdraw defines a message to withdraw collateral from a CDP.
MsgWithdrawResponse defines the Msg/Withdraw response type.
(message has no fields)
Query defines the gRPC querier service for cdp module
Accounts queries the CDP module accounts.
QueryAccountsRequest defines the request type for the Query/Accounts RPC method.
(message has no fields)
QueryAccountsResponse defines the response type for the Query/Accounts RPC method.
Cdp queries a CDP with the input owner address and collateral type.
QueryCdpRequest defines the request type for the Query/Cdp RPC method.
QueryCdpResponse defines the response type for the Query/Cdp RPC method.
Cdps queries all active CDPs.
QueryCdpsRequest is the params for a filtered CDP query, the request type for the Query/Cdps RPC method.
sdk.Dec as a string
QueryCdpsResponse defines the response type for the Query/Cdps RPC method.
Deposits queries deposits associated with the CDP owned by an address for a collateral type.
QueryDepositsRequest defines the request type for the Query/Deposits RPC method.
QueryDepositsResponse defines the response type for the Query/Deposits RPC method.
Params queries all parameters of the cdp module.
QueryParamsRequest defines the request type for the Query/Params RPC method.
(message has no fields)
QueryParamsResponse defines the response type for the Query/Params RPC method.
TotalCollateral queries the total collateral of a given collateral type.
QueryTotalCollateralRequest defines the request type for the Query/TotalCollateral RPC method.
QueryTotalCollateralResponse defines the response type for the Query/TotalCollateral RPC method.
TotalPrincipal queries the total principal of a given collateral type.
QueryTotalPrincipalRequest defines the request type for the Query/TotalPrincipal RPC method.
QueryTotalPrincipalResponse defines the response type for the Query/TotalPrincipal RPC method.
CDP defines the state of a single collateralized debt position.
Used in:
CDPResponse defines the state of a single collateralized debt position.
Used in: ,
CollateralParam defines governance parameters for each collateral type within the cdp module
Used in:
DebtParam defines governance params for debt assets
Used in:
Deposit defines an amount of coins deposited by an account to a cdp
Used in: ,
GenesisAccumulationTime defines the previous distribution time and its corresponding denom
Used in:
GenesisState defines the cdp module's genesis state.
params defines all the parameters of the module.
GenesisTotalPrincipal defines the total principal and its corresponding collateral type
Used in:
OwnerCDPIndex defines the cdp ids for a single cdp owner
Params defines the parameters for the cdp module.
Used in: ,
TotalCollateral defines the total collateral of a given collateral type
Used in:
TotalPrincipal defines the total principal of a given collateral type
Used in: