Skip to content

ResponseEcho

JaapWijnen edited this page May 4, 2021 · 4 revisions

ResponseEcho

Echoes a string to test an abci client/server implementation.

public struct ResponseEcho 

Initializers

init(message:)

Echoes a string to test an abci client/server implementation.

public init(message: String) 

Parameters

  • message: The string sent in the request.

Properties

message

The string sent in the request.

public let message: String
Clone this wiki locally