Package

scorex.api

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ApiError extends AnyRef

    Permalink
  2. case class ApiErrorResponse(error: Int, message: String) extends Product with Serializable

    Permalink
  3. trait ApiRoute extends Directives with CommonApiFunctions

    Permalink
  4. trait CommonApiFunctions extends AnyRef

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

    Permalink
  6. final case class JsonResponse(response: JsValue, code: StatusCode) extends Product with Serializable

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

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

    Permalink
  9. 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 InvalidName extends ApiError with Product with Serializable

    Permalink
  8. object InvalidNotNumber extends ApiError with Product with Serializable

    Permalink
  9. object InvalidPublicKey extends ApiError with Product with Serializable

    Permalink
  10. object InvalidRecipient extends ApiError with Product with Serializable

    Permalink
  11. object InvalidSeed extends ApiError with Product with Serializable

    Permalink
  12. object InvalidSender extends ApiError with Product with Serializable

    Permalink
  13. object InvalidSignature extends ApiError with Product with Serializable

    Permalink
  14. object SignedMessage extends Serializable

    Permalink
  15. object StateCheckFailed extends ApiError with Product with Serializable

    Permalink
  16. object TooBigArrayAllocation extends ApiError with Product with Serializable

    Permalink
  17. object Unknown extends ApiError with Product with Serializable

    Permalink
  18. object WrongJson extends ApiError with Product with Serializable

    Permalink
  19. package swagger

    Permalink

Ungrouped