Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadixAccount

Hierarchy

  • RadixAccount

Index

Constructors

constructor

Properties

Private accountSystems

accountSystems: TSMap<string, RadixAccountSystem> = new TSMap()

Private atomSubscription

atomSubscription: Subject<RadixAtomUpdate>

cacheSystem

connectionStatus

connectionStatus: BehaviorSubject<string> = new BehaviorSubject('STARTING')

dataSystem

decryptionSystem

keyPair

keyPair: RadixKeyPair

Public key of the account

messagingSystem

Private nodeConnection

nodeConnection: RadixNodeConnection

transferSystem

Methods

_onAtomReceived

Private _onConnectionClosed

  • _onConnectionClosed(): void

addAccountSystem

enableCache

enableDecryption

getAddress

  • getAddress(): string

getSystem

openNodeConnection

  • openNodeConnection(): Promise<void>

removeAccountSystem

  • removeAccountSystem(name: string): void

Static fromAddress

  • fromAddress(address: string, plain?: boolean): RadixAccount

Generated using TypeDoc