Skip to content

Class BSV::Overlay::LookupQuestion

Inherits: Object

The question asked to the Overlay Services Engine when a consumer of state wishes to look up information.

Attributes

query [R]

  • @return [Hash] query forwarded to the Lookup Service; structure depends on the service

service [R]

  • @return [String] identifier of the Lookup Service to query

Public Instance Methods

initialize(service:, query:)

  • @param service [String]
  • @param query [Hash]
  • @return [LookupQuestion] a new instance of LookupQuestion