Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Client

High-level client API

Hierarchy

  • Client

Index

Constructors

constructor

Properties

id

id: string

keys

keys: Keypair

network

network: Network

Methods

getBalance

  • getBalance(): Promise<number>
  • Retrieve the Client balance

    Returns Promise<number>

getLockStatus

  • getLockStatus(): Promise<any>

lock

register

send

unlock

Static fromMnemonic

  • Create a Client instance using a mnemonic phrase

    Parameters

    Returns Client