Module contract_name

Source
Expand description

Contract name type and parsing

Structs§

ContractName
Contract name type

Enums§

ContractNameError
Error type for contract name parsing

Constants§

CONTRACT_MAX_NAME_LENGTH
Maximum contract name length
CONTRACT_MIN_NAME_LENGTH
Minimum contract name length

Statics§

CONTRACT_NAME_REGEX
Regex for contract names
CONTRACT_NAME_REGEX_STRING
Regex string for contract names