Antelope/EOSIO Name

Hierarchy

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns Name

Properties

value: UInt64

The numeric representation of the name.

abiName: string
pattern: RegExp

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

Accessors

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

    Deprecated

    Use value instead.

    Returns UInt64

Methods

  • 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

  • Parameters

    Returns Name