Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ABCIProxy ¶
type ABCIProxy struct { types.BaseApplication // contains filtered or unexported fields }
func (*ABCIProxy) BeginBlock ¶
func (p *ABCIProxy) BeginBlock(req types.RequestBeginBlock) types.ResponseBeginBlock
******************************************************* Implement Tendermint ABCI application ********************************************************
func (*ABCIProxy) Commit ¶
func (p *ABCIProxy) Commit() types.ResponseCommit
type Tendermint ¶
type Tendermint struct {
// contains filtered or unexported fields
}
func NewTendermint ¶
func NewTendermint(config *config.TmConfig, logger *logrus.Logger) *Tendermint
func (*Tendermint) Run ¶
func (t *Tendermint) Run() error
Click to show internal directories.
Click to hide internal directories.