Documentation
¶
Index ¶
- type ABCIApplicationInterface
- func (app *ABCIApplicationInterface) ApplySnapshotChunk(ctx context.Context, chunk *abcitypes.RequestApplySnapshotChunk) (*abcitypes.ResponseApplySnapshotChunk, error)
- func (app *ABCIApplicationInterface) CheckTx(_ context.Context, check *abcitypes.RequestCheckTx) (*abcitypes.ResponseCheckTx, error)
- func (app *ABCIApplicationInterface) Commit(_ context.Context, commit *abcitypes.RequestCommit) (*abcitypes.ResponseCommit, error)
- func (app ABCIApplicationInterface) ExtendVote(ctx context.Context, extend *abcitypes.RequestExtendVote) (*abcitypes.ResponseExtendVote, error)
- func (app *ABCIApplicationInterface) FinalizeBlock(_ context.Context, req *abcitypes.RequestFinalizeBlock) (*abcitypes.ResponseFinalizeBlock, error)
- func (app *ABCIApplicationInterface) Info(_ context.Context, info *abcitypes.RequestInfo) (*abcitypes.ResponseInfo, error)
- func (app *ABCIApplicationInterface) InitChain(_ context.Context, chain *abcitypes.RequestInitChain) (*abcitypes.ResponseInitChain, error)
- func (app *ABCIApplicationInterface) ListSnapshots(ctx context.Context, snapshots *abcitypes.RequestListSnapshots) (*abcitypes.ResponseListSnapshots, error)
- func (app *ABCIApplicationInterface) LoadSnapshotChunk(ctx context.Context, chunk *abcitypes.RequestLoadSnapshotChunk) (*abcitypes.ResponseLoadSnapshotChunk, error)
- func (app *ABCIApplicationInterface) OfferSnapshot(ctx context.Context, snapshot *abcitypes.RequestOfferSnapshot) (*abcitypes.ResponseOfferSnapshot, error)
- func (app *ABCIApplicationInterface) PrepareProposal(ctx context.Context, proposal *abcitypes.RequestPrepareProposal) (*abcitypes.ResponsePrepareProposal, error)
- func (app *ABCIApplicationInterface) ProcessProposal(ctx context.Context, proposal *abcitypes.RequestProcessProposal) (*abcitypes.ResponseProcessProposal, error)
- func (app *ABCIApplicationInterface) Query(_ context.Context, req *abcitypes.RequestQuery) (*abcitypes.ResponseQuery, error)
- func (app *ABCIApplicationInterface) VerifyVoteExtension(ctx context.Context, verify *abcitypes.RequestVerifyVoteExtension) (*abcitypes.ResponseVerifyVoteExtension, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ABCIApplicationInterface ¶
type ABCIApplicationInterface struct { // appV2 *appV2.ABCIApplication CurrentBlockHeight int64 // contains filtered or unexported fields }
func NewABCIApplicationInterface ¶
func NewABCIApplicationInterface() *ABCIApplicationInterface
func (*ABCIApplicationInterface) ApplySnapshotChunk ¶
func (app *ABCIApplicationInterface) ApplySnapshotChunk(ctx context.Context, chunk *abcitypes.RequestApplySnapshotChunk) (*abcitypes.ResponseApplySnapshotChunk, error)
func (*ABCIApplicationInterface) CheckTx ¶
func (app *ABCIApplicationInterface) CheckTx(_ context.Context, check *abcitypes.RequestCheckTx) (*abcitypes.ResponseCheckTx, error)
func (*ABCIApplicationInterface) Commit ¶
func (app *ABCIApplicationInterface) Commit(_ context.Context, commit *abcitypes.RequestCommit) (*abcitypes.ResponseCommit, error)
func (ABCIApplicationInterface) ExtendVote ¶
func (app ABCIApplicationInterface) ExtendVote(ctx context.Context, extend *abcitypes.RequestExtendVote) (*abcitypes.ResponseExtendVote, error)
func (*ABCIApplicationInterface) FinalizeBlock ¶
func (app *ABCIApplicationInterface) FinalizeBlock(_ context.Context, req *abcitypes.RequestFinalizeBlock) (*abcitypes.ResponseFinalizeBlock, error)
func (*ABCIApplicationInterface) Info ¶
func (app *ABCIApplicationInterface) Info(_ context.Context, info *abcitypes.RequestInfo) (*abcitypes.ResponseInfo, error)
func (*ABCIApplicationInterface) InitChain ¶
func (app *ABCIApplicationInterface) InitChain(_ context.Context, chain *abcitypes.RequestInitChain) (*abcitypes.ResponseInitChain, error)
func (*ABCIApplicationInterface) ListSnapshots ¶
func (app *ABCIApplicationInterface) ListSnapshots(ctx context.Context, snapshots *abcitypes.RequestListSnapshots) (*abcitypes.ResponseListSnapshots, error)
func (*ABCIApplicationInterface) LoadSnapshotChunk ¶
func (app *ABCIApplicationInterface) LoadSnapshotChunk(ctx context.Context, chunk *abcitypes.RequestLoadSnapshotChunk) (*abcitypes.ResponseLoadSnapshotChunk, error)
func (*ABCIApplicationInterface) OfferSnapshot ¶
func (app *ABCIApplicationInterface) OfferSnapshot(ctx context.Context, snapshot *abcitypes.RequestOfferSnapshot) (*abcitypes.ResponseOfferSnapshot, error)
func (*ABCIApplicationInterface) PrepareProposal ¶
func (app *ABCIApplicationInterface) PrepareProposal(ctx context.Context, proposal *abcitypes.RequestPrepareProposal) (*abcitypes.ResponsePrepareProposal, error)
func (*ABCIApplicationInterface) ProcessProposal ¶
func (app *ABCIApplicationInterface) ProcessProposal(ctx context.Context, proposal *abcitypes.RequestProcessProposal) (*abcitypes.ResponseProcessProposal, error)
func (*ABCIApplicationInterface) Query ¶
func (app *ABCIApplicationInterface) Query(_ context.Context, req *abcitypes.RequestQuery) (*abcitypes.ResponseQuery, error)
func (*ABCIApplicationInterface) VerifyVoteExtension ¶
func (app *ABCIApplicationInterface) VerifyVoteExtension(ctx context.Context, verify *abcitypes.RequestVerifyVoteExtension) (*abcitypes.ResponseVerifyVoteExtension, error)
Click to show internal directories.
Click to hide internal directories.