Documentation ¶
Index ¶
Constants ¶
View Source
const DAY_NOTES = 5e6
Each day 500,000 Notes
View Source
const RATIO = 1e8
100,000,000
Variables ¶
View Source
var CmdCountdown = cli.Command{ Name: "countdown", Usage: "countdown to last day", Description: ``, Action: runCountdown, Flags: []cli.Flag{}, }
View Source
var CmdFetch = cli.Command{ Name: "fetch", Usage: "fetch or update the latest status", Description: `Fetch or update the latest status.`, Action: runFetch, Flags: []cli.Flag{}, }
View Source
var CmdList = cli.Command{ Name: "list", Usage: "list all days status ", Description: ``, Action: runList, Flags: []cli.Flag{}, }
View Source
var CmdShow = cli.Command{ Name: "show", Usage: "show daily donations", Description: ``, Action: runShow, Flags: []cli.Flag{}, }
View Source
var CmdSummary = cli.Command{ Name: "summary", Usage: "show bitshares music note pre-sale summary", Description: ``, Action: runSummary, Flags: []cli.Flag{}, }
Functions ¶
This section is empty.
Types ¶
type Transactions ¶
Click to show internal directories.
Click to hide internal directories.