Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UtilsModule

Misc utility Functions.

Hierarchy

  • UtilsModule

Index

Constructors

Properties

client: IClient

Methods

  • Validates and returns the type of any TON address.

    remarks

    Address types are the following

    0:919db8e740d50bf349df2eea03fa30c385d846b991ff5542e67098ee833fc7f7 - standard TON address most commonly used in all cases. Also called as hex address 919db8e740d50bf349df2eea03fa30c385d846b991ff5542e67098ee833fc7f7 - account ID. A part of full address. Identifies account inside particular workchain EQCRnbjnQNUL80nfLuoD+jDDhdhGuZH/VULmcJjugz/H9wam - base64 address. Also called "user-friendly". Was used at the beginning of TON. Now it is supported for compatibility

    Parameters

    Returns Promise<ResultOfGetAddressType>

    ResultOfGetAddressType

  • Validates and returns the type of any TON address.

    remarks

    Address types are the following

    0:919db8e740d50bf349df2eea03fa30c385d846b991ff5542e67098ee833fc7f7 - standard TON address most commonly used in all cases. Also called as hex address 919db8e740d50bf349df2eea03fa30c385d846b991ff5542e67098ee833fc7f7 - account ID. A part of full address. Identifies account inside particular workchain EQCRnbjnQNUL80nfLuoD+jDDhdhGuZH/VULmcJjugz/H9wam - base64 address. Also called "user-friendly". Was used at the beginning of TON. Now it is supported for compatibility

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfGetAddressType

    ResultOfGetAddressType

Generated using TypeDoc