Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeeManager ¶
type FeeManager struct {
// contains filtered or unexported fields
}
FeeManager is responsible for tracking any application fees that are being charged to this siad instance
func New ¶
func New(cs modules.ConsensusSet, w modules.Wallet, persistDir string) (*FeeManager, error)
New creates a new FeeManager
func NewCustomFeeManager ¶
func NewCustomFeeManager(cs modules.ConsensusSet, w modules.Wallet, persistDir, serverStr string, deps modules.Dependencies) (*FeeManager, error)
NewCustomFeeManager creates a new FeeManager using custom dependencies and custom server string
Click to show internal directories.
Click to hide internal directories.