Interface that should be implemented by ABI serializable objects.

Hierarchy-Diagram

UML class diagram of PermissionName
Legend
icon for a class in the UML class diagram class
icon for a public method in the UML class diagram public method
underlined static property/method

Hierarchy (view full)

Constructors

Properties

value: UInt64

The numeric representation of the name.

abiName: string = 'name'
pattern: RegExp = ...

Regex pattern matching a Wire name, case-sensitive.

Accessors

  • get rawValue(): UInt64
  • The raw representation of the name.

    Returns UInt64

    Deprecated

    Use value instead.

Methods