Packages

case class Abi(json: JsArray) extends MaybeEmpty with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, MaybeEmpty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Abi
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MaybeEmpty
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Abi(json: JsArray)

Value Members

  1. val constructors: List[Constructor]
  2. val events: List[Event]
  3. val fallback: Option[Fallback]
  4. val functions: List[Function]
  5. def isEmpty: Boolean
    Definition Classes
    AbiMaybeEmpty
  6. val json: JsArray
  7. val receive: Option[Receive]
  8. lazy val sorted: Abi
  9. val unexpected: IndexedSeq[JsValue]
  10. def withStandardSort: Abi