Interface LnUrlService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      A human readable name for the service.
      java.util.Map<java.lang.String,​java.lang.Object> toMap()
      Return the serializable representation of this service
    • Method Detail

      • toMap

        java.util.Map<java.lang.String,​java.lang.Object> toMap()
        Return the serializable representation of this service
        Returns:
        the service data, the same way it was received from the LNURL endpoint.
      • getName

        java.lang.String getName()
        A human readable name for the service. Used for debugging and logging purposes.
        Returns:
        the name of the service