Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Coin <~> Database Via dbName = "viacoin" Btc dbName = "Btc" Ltc dbName = "litecoin" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockDAO ¶
type BlockDAO struct {
// contains filtered or unexported fields
}
func (*BlockDAO) Create ¶
func (dao *BlockDAO) Create(block *insightjson.BlockResult) error
func (*BlockDAO) Get ¶
func (dao *BlockDAO) Get(hash chainhash.Hash) (*insightjson.BlockResult, error)
Click to show internal directories.
Click to hide internal directories.