Documentation ¶
Index ¶
- type Handler
- func (hd *Handler) GenKey(ctx *gin.Context)
- func (hd *Handler) QueryAccTxs(ctx *gin.Context)
- func (hd *Handler) QueryAccTxsByDirection(ctx *gin.Context)
- func (hd *Handler) QueryAccount(ctx *gin.Context)
- func (hd *Handler) QuerySingleTx(ctx *gin.Context)
- func (hd *Handler) QueryTxs(ctx *gin.Context)
- func (hd *Handler) SendSignedTransactionsAsync(ctx *gin.Context)
- func (hd *Handler) SendSignedTransactionsCommit(ctx *gin.Context)
- func (hd *Handler) SendSignedTransactionsSync(ctx *gin.Context)
- func (hd *Handler) SendTransactionsAsync(ctx *gin.Context)
- func (hd *Handler) SendTransactionsCommit(ctx *gin.Context)
- func (hd *Handler) SendTransactionsSync(ctx *gin.Context)
- func (hd *Handler) ValidatorUpdate(ctx *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) QueryAccTxs ¶
func (*Handler) QueryAccTxsByDirection ¶
func (*Handler) QueryAccount ¶
func (*Handler) QuerySingleTx ¶
func (*Handler) SendSignedTransactionsAsync ¶
func (*Handler) SendSignedTransactionsCommit ¶
func (*Handler) SendSignedTransactionsSync ¶
func (*Handler) SendTransactionsAsync ¶
func (*Handler) SendTransactionsCommit ¶
func (*Handler) SendTransactionsSync ¶
func (*Handler) ValidatorUpdate ¶
Click to show internal directories.
Click to hide internal directories.