Versions in this module Expand all Collapse all v0 v0.16.1 Apr 4, 2017 Changes in this version + func AssertCompatibleConsensus(consensusMinorVersion string) error + func GetErisMintVersion() *version.VersionIdentifier + func NewErisMintPipe(moduleConfig *config.ModuleConfig, eventSwitch go_events.EventSwitch, ...) (*erisMintPipe, error) + type AccountBalanceFilter struct + func (this *AccountBalanceFilter) Configure(fd *event.FilterData) error + func (this *AccountBalanceFilter) Match(v interface{}) bool + type AccountCodeFilter struct + func (this *AccountCodeFilter) Configure(fd *event.FilterData) error + func (this *AccountCodeFilter) Match(v interface{}) bool + type ErisMint struct + func NewErisMint(s *sm.State, evsw tendermint_events.EventSwitch, ...) *ErisMint + func (app *ErisMint) CheckTx(txBytes []byte) abci.Result + func (app *ErisMint) Commit() (res abci.Result) + func (app *ErisMint) DeliverTx(txBytes []byte) abci.Result + func (app *ErisMint) GetCheckCache() *sm.BlockCache + func (app *ErisMint) GetState() *sm.State + func (app *ErisMint) Info() (info abci.ResponseInfo) + func (app *ErisMint) Query(query []byte) (res abci.Result) + func (app *ErisMint) SetOption(key string, value string) (log string) + type NameRegDataFilter struct + func (this *NameRegDataFilter) Configure(fd *event.FilterData) error + func (this *NameRegDataFilter) Match(v interface{}) bool + type NameRegExpiresFilter struct + func (this *NameRegExpiresFilter) Configure(fd *event.FilterData) error + func (this *NameRegExpiresFilter) Match(v interface{}) bool + type NameRegNameFilter struct + func (this *NameRegNameFilter) Configure(fd *event.FilterData) error + func (this *NameRegNameFilter) Match(v interface{}) bool + type NameRegOwnerFilter struct + func (this *NameRegOwnerFilter) Configure(fd *event.FilterData) error + func (this *NameRegOwnerFilter) Match(v interface{}) bool + type ResultListNames struct + BlockHeight int + Names []*core_types.NameRegEntry