Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/name_ex"

Index

Classes

Functions

Functions

NEX

  • convert a string to NameEx. There are some limits for param str:

    1. length of str must be less than 21.
    2. only contains "._0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".
    3. can not end with "."
    function

    NEX

    Parameters

    • str: string

      a string to convert to NameEx

    Returns NameEx

    an instance of NameEx

RNEX

  • RNEX(h: u64, l: u64): string
  • convert NameEx.valueH, NameEx.valueL to a string.

    function

    RNEX

    Parameters

    • h: u64

      high 64 bits of NameEx.

    • l: u64

      low 64 bits of NameEx.

    Returns string

char_to_symbol_ex

  • char_to_symbol_ex(c: u8): u64

Generated using TypeDoc