Skip to content

ABCIProcessor

JaapWijnen edited this page May 4, 2021 · 4 revisions

ABCIProcessor

public struct ABCIProcessor 

Methods

process(bytes:application:logger:)

Proceses the incoming ABCI messages from Tendermint Core.

public static func process(
        bytes: [UInt8],
        application: ABCIApplication,
        logger: Logger
    ) -> [UInt8] 

Parameters

  • bytes: the message.
  • application: the ABCI Server processing the messages.
  • logger: Logger.

Returns

the serialized response from the the ABCI server .

Clone this wiki locally