Search
Preparing search index...
The search index is not available
radixdlt
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RadixTransferAccountSystem
Class RadixTransferAccountSystem
Hierarchy
RadixTransferAccountSystem
Implements
RadixAccountSystem
Index
Constructors
constructor
Properties
balance
balance
Subject
key
Pair
name
spent
Consumables
transaction
Subject
transactions
unspent
Consumables
Methods
get
All
Transactions
get
Unspent
Consumables
process
Atom
Update
process
Delete
Atom
process
Store
Atom
Constructors
constructor
new
Radix
Transfer
Account
System
(
keyPair
:
RadixKeyPair
)
:
RadixTransferAccountSystem
Parameters
keyPair:
RadixKeyPair
Returns
RadixTransferAccountSystem
Properties
balance
balance
:
object
Type declaration
[
tokenId:
string
]:
number
balance
Subject
balance
Subject
:
BehaviorSubject
<
object
>
key
Pair
key
Pair
:
RadixKeyPair
name
name
:
string
= "TRANSFER"
Private
spent
Consumables
spent
Consumables
:
TSMap
<
string
,
RadixParticle
>
= new TSMap()
transaction
Subject
transaction
Subject
:
Subject
<
RadixTransactionUpdate
>
= new Subject()
transactions
transactions
:
TSMap
<
string
,
RadixTransaction
>
= new TSMap()
Private
unspent
Consumables
unspent
Consumables
:
TSMap
<
string
,
RadixParticle
>
= new TSMap()
Methods
get
All
Transactions
get
All
Transactions
(
)
:
Observable
<
RadixTransactionUpdate
>
Returns
Observable
<
RadixTransactionUpdate
>
get
Unspent
Consumables
get
Unspent
Consumables
(
)
:
TSMap
<
string
,
RadixParticle
>
Returns
TSMap
<
string
,
RadixParticle
>
process
Atom
Update
process
Atom
Update
(
atomUpdate
:
RadixAtomUpdate
)
:
Promise
<
void
>
Parameters
atomUpdate:
RadixAtomUpdate
Returns
Promise
<
void
>
Private
process
Delete
Atom
process
Delete
Atom
(
atom
:
RadixTransactionAtom
)
:
void
Parameters
atom:
RadixTransactionAtom
Returns
void
Private
process
Store
Atom
process
Store
Atom
(
atom
:
RadixTransactionAtom
)
:
void
Parameters
atom:
RadixTransactionAtom
Returns
void
Globals
Radix
Transfer
Account
System
constructor
balance
balance
Subject
key
Pair
name
spent
Consumables
transaction
Subject
transactions
unspent
Consumables
get
All
Transactions
get
Unspent
Consumables
process
Atom
Update
process
Delete
Atom
process
Store
Atom
Generated using
TypeDoc