Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HTTPHost string `json:"host"`
HTTPPort int `json:"port"`
TokenRPC string `json:"tokenRPC"`
Recipient string `json:"recipient"`
FeedSize int `json:"feedSize"`
MinFee uint64 `json:"minFee"`
FeeDelta uint64 `json:"feeDelta"`
MessagesPerEpoch int `json:"messagesPerEpoch"`
TargetDurationPerEpoch int64 `json:"targetDurationPerEpoch"` // seconds
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.