Documentation
¶
Index ¶
- func Fee(p ops.GetFeeParams) middleware.Responder
- func FeeByActionName(p ops.GetFeeByActionNameParams) middleware.Responder
- func FeeMultiplierProducer(params ops.GetFeeMultiplierProducerParams) middleware.Responder
- func FeeVotesProducer(params ops.GetFeeVotesProducerParams) middleware.Responder
- func GetPrice(ops.GetPriceParams) middleware.Responder
- func SuggestFee(params ops.GetSuggestFeevoteParams) middleware.Responder
- func SuggestMult(p ops.GetSuggestSetfeemultParams) middleware.Responder
- type FeeVote2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fee ¶
func Fee(p ops.GetFeeParams) middleware.Responder
func FeeByActionName ¶
func FeeByActionName(p ops.GetFeeByActionNameParams) middleware.Responder
func FeeMultiplierProducer ¶
func FeeMultiplierProducer(params ops.GetFeeMultiplierProducerParams) middleware.Responder
func FeeVotesProducer ¶
func FeeVotesProducer(params ops.GetFeeVotesProducerParams) middleware.Responder
func GetPrice ¶
func GetPrice(ops.GetPriceParams) middleware.Responder
func SuggestFee ¶
func SuggestFee(params ops.GetSuggestFeevoteParams) middleware.Responder
func SuggestMult ¶
func SuggestMult(p ops.GetSuggestSetfeemultParams) middleware.Responder
Types ¶
type FeeVote2 ¶
type FeeVote2 struct {
Id uint64 `json:"id"`
BlockProducerName eos.AccountName `json:"block_producer_name"`
FeeVotes []fio.FeeValueTs `json:"feevotes"`
LastVoteTimestamp uint64 `json:"lastvotetimestamp"`
}
FeeVote2 (query response) is the new voting table format There is a bug in fio-go, with the wrong tag: has fee_votes, not feevotes, this is a workaround:
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
stats-server
command
|
|
|
Package restapi fio-stats
|
Package restapi fio-stats |
Click to show internal directories.
Click to hide internal directories.