Type: ReceiveName

Represents a receive-function in a smart contract module. A value of this type is assumed to be a valid receive name which means:

  • It only contains ASCII alpha, numeric and punctuations.
  • It is at most 100 characters.
  • It contains at least one '.' character.

Generated using TypeDoc