Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockService ¶
type BlockService struct {
// contains filtered or unexported fields
}
func NewBlockService ¶
func NewBlockService(dao blockDAO) *BlockService
NewBlockService creates a new BlockService with the given DAO.
func (*BlockService) Create ¶
func (b *BlockService) Create(block *insightjson.BlockResult) error
func (*BlockService) Get ¶
func (b *BlockService) Get(hash chainhash.Hash) (*insightjson.BlockResult, error)
Click to show internal directories.
Click to hide internal directories.