Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the savings Msg service.
Deposit defines a method for depositing funds to the savings module account
MsgDeposit defines the Msg/Deposit request type.
MsgDepositResponse defines the Msg/Deposit response type.
(message has no fields)
Withdraw defines a method for withdrawing funds to the savings module account
MsgWithdraw defines the Msg/Withdraw request type.
MsgWithdrawResponse defines the Msg/Withdraw response type.
(message has no fields)
Query defines the gRPC querier service for savings module
Deposits queries savings deposits.
QueryDepositsRequest defines the request type for querying x/savings deposits.
QueryDepositsResponse defines the response type for querying x/savings deposits.
Params queries all parameters of the savings module.
QueryParamsRequest defines the request type for querying x/savings parameters.
(message has no fields)
QueryParamsResponse defines the response type for querying x/savings parameters.
TotalSupply returns the total sum of all coins currently locked into the savings module.
QueryTotalSupplyRequest defines the request type for Query/TotalSupply method.
(message has no fields)
TotalSupplyResponse defines the response type for the Query/TotalSupply method.
Height is the block height at which these totals apply
Result is a list of coins supplied to savings
Deposit defines an amount of coins deposited into a savings module account.
Used in: ,
GenesisState defines the savings module's genesis state.
params defines all the parameters of the module.
Params defines the parameters for the savings module.
Used in: ,