Utils

Bancor SDKGlobalsUtils

Class: Utils

The Utils module provides various utility and helper functions

Hierarchy

  • SDKModule

    Utils

Index

Constructors

Properties

Methods

Constructors

constructor

+ new Utils(core: Core): Utils

Inherited from History.constructor

Parameters:

Name

Type

core

Core

Returns: Utils

Properties

core

core: any = null

Inherited from History.core

Methods

getConverterVersion

getConverterVersion(converter: Converter): Promise‹string›

returns the version number of a converter in the bancor network

Parameters:

Name

Type

Description

converter

converter

Returns: Promise‹string›

converter version

Last updated