Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadixTransferAccountSystem

Hierarchy

  • RadixTransferAccountSystem

Implements

Index

Constructors

constructor

Properties

balance

balance: object

Type declaration

  • [tokenId: string]: number

balanceSubject

balanceSubject: BehaviorSubject<object>

keyPair

keyPair: RadixKeyPair

name

name: string = "TRANSFER"

Private spentConsumables

spentConsumables: TSMap<string, RadixParticle> = new TSMap()

transactionSubject

transactionSubject: Subject<RadixTransactionUpdate> = new Subject()

transactions

transactions: TSMap<string, RadixTransaction> = new TSMap()

Private unspentConsumables

unspentConsumables: TSMap<string, RadixParticle> = new TSMap()

Methods

getAllTransactions

getUnspentConsumables

processAtomUpdate

Private processDeleteAtom

Private processStoreAtom

Generated using TypeDoc