Documentation ¶
Index ¶
- type TendermintApplication
- func (app *TendermintApplication) BeginBlock(params types.RequestBeginBlock) types.ResponseBeginBlock
- func (app *TendermintApplication) CheckTx(tx []byte) types.ResponseCheckTx
- func (app *TendermintApplication) Commit() (resp types.ResponseCommit)
- func (app *TendermintApplication) DeliverTx(tx []byte) types.ResponseDeliverTx
- func (app *TendermintApplication) EndBlock(req types.RequestEndBlock) types.ResponseEndBlock
- func (app *TendermintApplication) Info(req types.RequestInfo) types.ResponseInfo
- func (app *TendermintApplication) InitChain(req types.RequestInitChain) types.ResponseInitChain
- func (app *TendermintApplication) SetOption(req types.RequestSetOption) types.ResponseSetOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TendermintApplication ¶
type TendermintApplication struct { types.BaseApplication // contains filtered or unexported fields }
func NewTendermintApplication ¶
func NewTendermintApplication(cfg *cfg.Config, state *ethbaseapp.EthereumWorkState) *TendermintApplication
func (*TendermintApplication) BeginBlock ¶
func (app *TendermintApplication) BeginBlock(params types.RequestBeginBlock) types.ResponseBeginBlock
func (*TendermintApplication) CheckTx ¶
func (app *TendermintApplication) CheckTx(tx []byte) types.ResponseCheckTx
func (*TendermintApplication) Commit ¶
func (app *TendermintApplication) Commit() (resp types.ResponseCommit)
func (*TendermintApplication) DeliverTx ¶
func (app *TendermintApplication) DeliverTx(tx []byte) types.ResponseDeliverTx
func (*TendermintApplication) EndBlock ¶
func (app *TendermintApplication) EndBlock(req types.RequestEndBlock) types.ResponseEndBlock
func (*TendermintApplication) Info ¶
func (app *TendermintApplication) Info(req types.RequestInfo) types.ResponseInfo
func (*TendermintApplication) InitChain ¶
func (app *TendermintApplication) InitChain(req types.RequestInitChain) types.ResponseInitChain
func (*TendermintApplication) SetOption ¶
func (app *TendermintApplication) SetOption(req types.RequestSetOption) types.ResponseSetOption
Click to show internal directories.
Click to hide internal directories.