Types

Supported types

  • integer (whole numbers only)

  • address

  • boolean

  • string

  • bytes

  • tuple

  • list

  • map

  • sturct - user defined structs, see Struct Statement

Please see Source Expressions (Specifically the "Literals" section) for more information on how to instantiate data with these types.

Last updated