@wharfkit/session - v4.0.1
    Preparing search index...

    Class PermissionName

    Antelope/EOSIO Name

    Hierarchy (View Summary)

    • Name
      • PermissionName
    Index
    value: UInt64

    The numeric representation of the name.

    abiName: string
    pattern: RegExp

    Regex pattern matching a Antelope/EOSIO name, case-sensitive.

    • get rawValue(): UInt64

      The raw representation of the name.

      Returns UInt64

      Use value instead.

    • Compare with another name by underlying uint64 value.

      Parameters

      Returns number

    • Return true if this name is equal to passed name.

      Parameters

      Returns boolean

    • Called when encoding to binary abi format.

      Parameters

      Returns void

    • Return string representation of this name.

      Returns string

    • Returns Name

    • Create a new Name instance from any of its representing types.

      Parameters

      Returns Name