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

    Class Name

    Antelope/EOSIO Name

    Hierarchy (View Summary)

    Implements

    Index
    • Parameters

      Returns Name

    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

    • Return string representation of this name.

      Returns string

    • Returns Name

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

      Parameters

      Returns Name