Documentation
¶
Index ¶
- type Application
- func (_m *Application) ApplySnapshotChunk(_a0 types.RequestApplySnapshotChunk) types.ResponseApplySnapshotChunk
- func (_m *Application) BeginBlock(_a0 types.RequestBeginBlock) types.ResponseBeginBlock
- func (_m *Application) CheckTx(_a0 types.RequestCheckTx) types.ResponseCheckTx
- func (_m *Application) Commit() types.ResponseCommit
- func (_m *Application) DeliverTx(_a0 types.RequestDeliverTx) types.ResponseDeliverTx
- func (_m *Application) EndBlock(_a0 types.RequestEndBlock) types.ResponseEndBlock
- func (_m *Application) Info(_a0 types.RequestInfo) types.ResponseInfo
- func (_m *Application) InitChain(_a0 types.RequestInitChain) types.ResponseInitChain
- func (_m *Application) ListSnapshots(_a0 types.RequestListSnapshots) types.ResponseListSnapshots
- func (_m *Application) LoadSnapshotChunk(_a0 types.RequestLoadSnapshotChunk) types.ResponseLoadSnapshotChunk
- func (_m *Application) OfferSnapshot(_a0 types.RequestOfferSnapshot) types.ResponseOfferSnapshot
- func (_m *Application) PrepareProposal(_a0 types.RequestPrepareProposal) types.ResponsePrepareProposal
- func (_m *Application) ProcessProposal(_a0 types.RequestProcessProposal) types.ResponseProcessProposal
- func (_m *Application) Query(_a0 types.RequestQuery) types.ResponseQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
Application is an autogenerated mock type for the Application type
func NewApplication ¶ added in v0.10.0
func NewApplication(t mockConstructorTestingTNewApplication) *Application
NewApplication creates a new instance of Application. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Application) ApplySnapshotChunk ¶
func (_m *Application) ApplySnapshotChunk(_a0 types.RequestApplySnapshotChunk) types.ResponseApplySnapshotChunk
ApplySnapshotChunk provides a mock function with given fields: _a0
func (*Application) BeginBlock ¶
func (_m *Application) BeginBlock(_a0 types.RequestBeginBlock) types.ResponseBeginBlock
BeginBlock provides a mock function with given fields: _a0
func (*Application) CheckTx ¶
func (_m *Application) CheckTx(_a0 types.RequestCheckTx) types.ResponseCheckTx
CheckTx provides a mock function with given fields: _a0
func (*Application) Commit ¶
func (_m *Application) Commit() types.ResponseCommit
Commit provides a mock function with given fields:
func (*Application) DeliverTx ¶
func (_m *Application) DeliverTx(_a0 types.RequestDeliverTx) types.ResponseDeliverTx
DeliverTx provides a mock function with given fields: _a0
func (*Application) EndBlock ¶
func (_m *Application) EndBlock(_a0 types.RequestEndBlock) types.ResponseEndBlock
EndBlock provides a mock function with given fields: _a0
func (*Application) Info ¶
func (_m *Application) Info(_a0 types.RequestInfo) types.ResponseInfo
Info provides a mock function with given fields: _a0
func (*Application) InitChain ¶
func (_m *Application) InitChain(_a0 types.RequestInitChain) types.ResponseInitChain
InitChain provides a mock function with given fields: _a0
func (*Application) ListSnapshots ¶
func (_m *Application) ListSnapshots(_a0 types.RequestListSnapshots) types.ResponseListSnapshots
ListSnapshots provides a mock function with given fields: _a0
func (*Application) LoadSnapshotChunk ¶
func (_m *Application) LoadSnapshotChunk(_a0 types.RequestLoadSnapshotChunk) types.ResponseLoadSnapshotChunk
LoadSnapshotChunk provides a mock function with given fields: _a0
func (*Application) OfferSnapshot ¶
func (_m *Application) OfferSnapshot(_a0 types.RequestOfferSnapshot) types.ResponseOfferSnapshot
OfferSnapshot provides a mock function with given fields: _a0
func (*Application) PrepareProposal ¶ added in v0.10.0
func (_m *Application) PrepareProposal(_a0 types.RequestPrepareProposal) types.ResponsePrepareProposal
PrepareProposal provides a mock function with given fields: _a0
func (*Application) ProcessProposal ¶ added in v0.10.0
func (_m *Application) ProcessProposal(_a0 types.RequestProcessProposal) types.ResponseProcessProposal
ProcessProposal provides a mock function with given fields: _a0
func (*Application) Query ¶
func (_m *Application) Query(_a0 types.RequestQuery) types.ResponseQuery
Query provides a mock function with given fields: _a0