-
Notifications
You must be signed in to change notification settings - Fork 0
ABCIProcessor
JaapWijnen edited this page May 4, 2021
·
4 revisions
public struct ABCIProcessor
Proceses the incoming ABCI messages from Tendermint Core.
public static func process(
bytes: [UInt8],
application: ABCIApplication,
logger: Logger
) -> [UInt8]
- bytes: the message.
- application: the ABCI Server processing the messages.
- logger: Logger.
the serialized response from the the ABCI server .
Generated at 2021-05-04T10:50:27+0000 using swift-doc 1.0.0-beta.6.
Types
- ABCIProcessor
- BlockID
- BlockParams
- CheckTxType
- ConsensusParams
- Event
- EventAttribute
- Evidence
- EvidenceParams
- EvidenceType
- Header
- IntToStringCoder
- KeyValueStoreApp
- LastCommitInfo
- NIOABCIChannelHandler
- NIOABCIServer
- PartSetHeader
- Proof
- ProofOp
- ProofOps
- PublicKey
- RequestApplySnapshotChunk
- RequestBeginBlock
- RequestCheckTx
- RequestDeliverTx
- RequestEcho
- RequestEndBlock
- RequestInfo
- RequestInitChain
- RequestLoadSnapshotChunk
- RequestOfferSnapshot
- RequestQuery
- ResponseApplySnapshotChunk
- ResponseApplySnapshotChunk.Result
- ResponseBeginBlock
- ResponseCheckTx
- ResponseCommit
- ResponseDeliverTx
- ResponseEcho
- ResponseEndBlock
- ResponseInfo
- ResponseInitChain
- ResponseListSnapshots
- ResponseLoadSnapshotChunk
- ResponseOfferSnapshot
- ResponseOfferSnapshot.Result
- ResponseQuery
- Snapshot
- Store
- Store.Transaction
- Validator
- ValidatorParams
- ValidatorUpdate
- Version
- VoteInfo