Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandName = "calculate" CalcRewardCommandName = "reward" CalcFeeCommandName = "fee" HelpCommandName = "help" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calculator ¶
type Calculator struct {
// contains filtered or unexported fields
}
func NewCalculator ¶
func NewCalculator(clientMgr client.IManager) *Calculator
func (*Calculator) GetCommand ¶
func (bc *Calculator) GetCommand() *command.Command
Click to show internal directories.
Click to hide internal directories.