Affected by GO-2022-0813
and 1 other vulnerabilities
GO-2022-0813: Authentication bypass by capture-replay in github.com/cosmos/ethermint
GO-2022-0889: Authentication bypass by capture-replay in github.com/cosmos/ethermint
package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Sep 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RegisterRoutes register REST endpoints for the faucet module
type PostRequestBody struct {
BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"`
Amount sdk.Coins `json:"amount" yaml:"amount"`
Recipient string `json:"receipient" yaml:"receipient"`
}
PostRequestBody defines fund request's body.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.