Documentation
¶
Index ¶
- func CoinInfo(c *gin.Context)
- func CoinInfoById(c *gin.Context)
- func EstimateCoinBuy(c *gin.Context)
- func EstimateCoinSell(c *gin.Context)
- func EstimateCoinSellAll(c *gin.Context)
- func EstimateTxCommission(c *gin.Context)
- func GetMinGas(c *gin.Context)
- func GetNonce(c *gin.Context)
- func PostTransaction(c *gin.Context)
- func PushTransaction(c *gin.Context)
- type PushTransactionRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoinInfoById ¶
func EstimateCoinBuy ¶
func EstimateCoinSell ¶
func EstimateCoinSellAll ¶
func EstimateTxCommission ¶
func PostTransaction ¶
func PushTransaction ¶
Types ¶
type PushTransactionRequest ¶
type PushTransactionRequest struct {
Transaction string `form:"tx" json:"tx" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.