case class Abi(json: JsArray) extends MaybeEmpty with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Abi
- Serializable
- Serializable
- Product
- Equals
- MaybeEmpty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Abi(json: JsArray)
Value Members
- val constructors: List[Constructor]
- val events: List[Event]
- val fallback: Option[Fallback]
- val functions: List[Function]
-
def
isEmpty: Boolean
- Definition Classes
- Abi → MaybeEmpty
- val json: JsArray
- val receive: Option[Receive]
- lazy val sorted: Abi
- val unexpected: IndexedSeq[JsValue]
- def withStandardSort: Abi