Documentation ¶
Index ¶
Constants ¶
View Source
const BLOCK_MAX = 50
Variables ¶
This section is empty.
Functions ¶
func FilterBlocks ¶
func FilterBlocks(blockchain blockchain_types.Blockchain, filterFactory *event.FilterFactory, filterData []*event.FilterData) (*core_types.Blocks, error)
Get the blocks from 'minHeight' to 'maxHeight'. TODO Caps on total number of blocks should be set.
func NewBlockchainFilterFactory ¶
func NewBlockchainFilterFactory() *event.FilterFactory
Types ¶
type BlockHeightFilter ¶
type BlockHeightFilter struct {
// contains filtered or unexported fields
}
Filter for block height. Ops: All
func (*BlockHeightFilter) Configure ¶
func (blockHeightFilter *BlockHeightFilter) Configure(fd *event.FilterData) error
func (*BlockHeightFilter) Match ¶
func (this *BlockHeightFilter) Match(v interface{}) bool
Click to show internal directories.
Click to hide internal directories.