node

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BeneficiaryRouter

func BeneficiaryRouter(router *gin.RouterGroup)

func NeighborRouter

func NeighborRouter(router *gin.RouterGroup)

func NodeConfigRouter

func NodeConfigRouter(router *gin.RouterGroup)

func StatusRouter

func StatusRouter(router *gin.RouterGroup)

Types

type SetBeneficiaryData

type SetBeneficiaryData struct {
	BeneficiaryAddr string `form:"beneficiaryAddr" binding:"required"`
}

type SetConfigData

type SetConfigData struct {
	RegisterIDTxnFee      int64  `form:"registerIDTxnFee" binding:"required"`
	NumLowFeeTxnPerBlock  uint32 `form:"numLowFeeTxnPerBlock" binding:"required"`
	LowFeeTxnSizePerBlock uint32 `form:"lowFeeTxnSizePerBlock" binding:"required"`
	MinTxnFee             int64  `form:"minTxnFee" binding:"required"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL