Documentation ¶
Index ¶
- func NewFullNodeAPI(ApiURL string, token string) (api.FullNode, error)
- func NewFullNodeAPIV2(ApiURL string, token string) (api.FullNode, error)
- func NewGetFullNodeAPIV1(envValue string) (api.FullNode, error)
- type GetBlockRewardRequest
- type GetBlockRewardResponse
- type GetMinerBlockCountResponse
- type ServiceManage
- type SimpleServerHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetBlockRewardRequest ¶
type GetBlockRewardRequest struct {
Height int64 `json:"height"`
}
type GetBlockRewardResponse ¶
type ServiceManage ¶
func (*ServiceManage) GetBlockReward ¶
func (sm *ServiceManage) GetBlockReward(c echo.Context) error
func (*ServiceManage) GetMinerBlockCount ¶
func (sm *ServiceManage) GetMinerBlockCount(c echo.Context) error
type SimpleServerHandler ¶
type SimpleServerHandler struct {
// contains filtered or unexported fields
}
Have a type with some exported methods
Click to show internal directories.
Click to hide internal directories.