glethers/contract

Types

pub type Contract {
  Contract(functions: List(Function))
}

Constructors

  • Contract(functions: List(Function))
pub type Function {
  Function(args: List(String))
}

Constructors

  • Function(args: List(String))
Search Document