Package

scorex.api

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ApiError extends AnyRef

    Permalink
  2. trait ApiRoute extends Directives with CommonApiFunctions

    Permalink
  3. trait CommonApiFunctions extends AnyRef

    Permalink
  4. case class CompositeHttpService(system: ActorSystem, apiTypes: Seq[scala.reflect.api.JavaUniverse.Type], routes: Seq[ApiRoute], settings: Settings) extends CorsSupport with Product with Serializable

    Permalink
  5. case class PeersApiRoute(application: Application)(implicit context: ActorRefFactory) extends ApiRoute with Product with Serializable

    Permalink
    Annotations
    @Path() @Api()
  6. case class SignedMessage(message: String, signature: String, publickey: String) extends Product with Serializable

    Permalink
  7. case class UtilsApiRoute(application: Application)(implicit context: ActorRefFactory) extends ApiRoute with Product with Serializable

    Permalink
    Annotations
    @Path() @Api()

Value Members

  1. object ApiKeyNotValid extends ApiError with Product with Serializable

    Permalink
  2. object BlockNotExists extends ApiError with Product with Serializable

    Permalink
  3. object InvalidAddress extends ApiError with Product with Serializable

    Permalink
  4. object InvalidAmount extends ApiError with Product with Serializable

    Permalink
  5. object InvalidFee extends ApiError with Product with Serializable

    Permalink
  6. object InvalidMessage extends ApiError with Product with Serializable

    Permalink
  7. object InvalidNotNumber extends ApiError with Product with Serializable

    Permalink
  8. object InvalidPublicKey extends ApiError with Product with Serializable

    Permalink
  9. object InvalidRecipient extends ApiError with Product with Serializable

    Permalink
  10. object InvalidSeed extends ApiError with Product with Serializable

    Permalink
  11. object InvalidSender extends ApiError with Product with Serializable

    Permalink
  12. object InvalidSignature extends ApiError with Product with Serializable

    Permalink
  13. object SignedMessage extends Serializable

    Permalink
  14. object Unknown extends ApiError with Product with Serializable

    Permalink
  15. object WrongJson extends ApiError with Product with Serializable

    Permalink
  16. package swagger

    Permalink

Ungrouped