Documentation ¶
Index ¶
- func AddCommands(cmd *cobra.Command)
- func BlockRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
- func GetChainHeight(ctx context.CoreContext) (int64, error)
- func LatestBlockRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
- func LatestValidatorSetRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
- func NodeInfoRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
- func NodeSyncingRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
- func RegisterRoutes(ctx context.CoreContext, r *mux.Router)
- func ValidatorSetRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
AddCommands adds a number of rpc-related subcommands
func BlockRequestHandlerFn ¶ added in v0.16.0
func BlockRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
REST handler to get a block
func GetChainHeight ¶
func GetChainHeight(ctx context.CoreContext) (int64, error)
get the current blockchain height
func LatestBlockRequestHandlerFn ¶ added in v0.16.0
func LatestBlockRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
REST handler to get the latest block
func LatestValidatorSetRequestHandlerFn ¶ added in v0.16.0
func LatestValidatorSetRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
Latest Validator Set REST handler
func NodeInfoRequestHandlerFn ¶ added in v0.16.0
func NodeInfoRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
REST handler for node info
func NodeSyncingRequestHandlerFn ¶ added in v0.16.0
func NodeSyncingRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
REST handler for node syncing
func RegisterRoutes ¶
func RegisterRoutes(ctx context.CoreContext, r *mux.Router)
Register REST endpoints
func ValidatorSetRequestHandlerFn ¶ added in v0.16.0
func ValidatorSetRequestHandlerFn(ctx context.CoreContext) http.HandlerFunc
Validator Set at a height REST handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.