Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ModuleName is module name ModuleName = "bandwidth" // RouterKey is the message route for bandwidth RouterKey = ModuleName // QuerierRoute is the querier route for bandwidth QuerierRoute = ModuleName // querier paths. QueryBandwidthInfo = "bandwidthinfo" QueryBlockInfo = "blockinfo" QueryAppBandwidthInfo = "appinfo" )
Variables ¶
This section is empty.
Functions ¶
func ErrAppBandwidthNotEnough ¶
ErrAppBandwidthNotEnough - error when app bandwidth not enough
func ErrInvalidExpectedMPS ¶
ErrInvalidExpectedMPS - error when message fee is not valid
func ErrInvalidMsgQuota ¶
ErrInvalidMsgQuota - error when message fee is not valid
func ErrQueryFailed ¶
ErrQueryFailed - error when query bandwidth store failed
func ErrUserMsgFeeNotEnough ¶
ErrUserMsgFeeNotEnough - error when app bandwidth not enough
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.