Versions in this module Expand all Collapse all v1 v1.0.1 Oct 12, 2020 Changes in this version + const AppVersion + const Error + const NotFoundCode + const Success + type GHApplication struct + IsSync bool + func NewGHApplication(adaptors map[account.ChainType]adaptors.IBlockchainAdaptor, ...) (*GHApplication, error) + func (app *GHApplication) BeginBlock(req abcitypes.RequestBeginBlock) abcitypes.ResponseBeginBlock + func (app *GHApplication) CheckTx(req abcitypes.RequestCheckTx) abcitypes.ResponseCheckTx + func (app *GHApplication) Commit() abcitypes.ResponseCommit + func (app *GHApplication) DeliverTx(req abcitypes.RequestDeliverTx) abcitypes.ResponseDeliverTx + func (app *GHApplication) EndBlock(req abcitypes.RequestEndBlock) abcitypes.ResponseEndBlock + func (app *GHApplication) Info(req abcitypes.RequestInfo) abcitypes.ResponseInfo + func (app *GHApplication) InitChain(req abcitypes.RequestInitChain) abcitypes.ResponseInitChain + func (app *GHApplication) Query(reqQuery abcitypes.RequestQuery) (resQuery abcitypes.ResponseQuery) + func (app *GHApplication) SetOption(req abcitypes.RequestSetOption) abcitypes.ResponseSetOption + type Genesis struct + ConsulsCount int + OraclesAddressByValidator map[account.ConsulPubKey][]OraclesAddresses + type OraclesAddresses struct