Documentation ¶
Index ¶
- func ParamValidate() gin.HandlerFunc
- type Handler
- func (h *Handler) GenRisc0Proof(c *gin.Context)
- func (h *Handler) GenRisc0ProofAsync(c *gin.Context)
- func (h *Handler) Hello(c *gin.Context)
- func (h *Handler) HelloAsync(c *gin.Context)
- func (h *Handler) ReadTx(c *gin.Context)
- func (h *Handler) ReadTxAsync(c *gin.Context)
- func (h *Handler) SendTx(c *gin.Context)
- func (h *Handler) SendTxAsync(c *gin.Context)
- func (h *Handler) SendTxAsyncStateCheck(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParamValidate ¶
func ParamValidate() gin.HandlerFunc
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func New ¶
func New(mgrDB sqlx.DBExecutor, chainConf *types.ChainConfig, opPool optypes.Pool, sfid confid.SFIDGenerator, asyncCli *asynq.Client, risc0Conf *types.Risc0Config) *Handler
func (*Handler) GenRisc0Proof ¶ added in v1.5.9
func (*Handler) GenRisc0ProofAsync ¶ added in v1.5.9
func (*Handler) HelloAsync ¶ added in v1.5.9
func (*Handler) ReadTxAsync ¶ added in v1.5.9
func (*Handler) SendTxAsync ¶ added in v1.5.9
func (*Handler) SendTxAsyncStateCheck ¶ added in v1.5.9
Click to show internal directories.
Click to hide internal directories.