Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainBase ¶
type ChainBase struct {
// contains filtered or unexported fields
}
ChainBase will maintain blockchain data for memory and hard disk.
func (*ChainBase) BlockCache ¶
func (c *ChainBase) BlockCache() blockcache.BlockCache
BlockCache return the block cache.
func (*ChainBase) BlockChain ¶
BlockChain return the block chain database.
Click to show internal directories.
Click to hide internal directories.