Packages

final case class Function(json: JsObject) extends Product with Serializable

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

Instance Constructors

  1. new Function(json: JsObject)

Value Members

  1. val constant: Boolean
  2. val inputs: Seq[Function.Parameter]
  3. val json: JsObject
  4. val name: String
  5. val outputs: Seq[Function.Parameter]
  6. val payable: Boolean
  7. lazy val sorted: Function
  8. val stateMutability: Option[String]
  9. def withInputs(inputs: Seq[Function.Parameter]): Function