Documentation
¶
Index ¶
- func AddBlock(block *types.Block, db *types.DB)
- func AddTx(tx *types.Tx, db *types.DB)
- func Count(addr string, db *types.DB) int
- func DeleteBlock(db *types.DB)
- func HexInv(right string) string
- func HexMul(left, right string) string
- func HexSum(left, right string) string
- func RecentBlockTargets(db *types.DB, size, length int) []string
- func RecentBlockTimes(db *types.DB, size, length int) []float64
- func Target(db *types.DB, length int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBlock ¶
DeleteBlock removes the most recent block from the blockchain.
func RecentBlockTargets ¶
RecentBlockTargets grabs info from old blocks. recent_blockthings(key, DB, size, length=0)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.