Search
Preparing search index...
The search index is not available
radixdlt
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RadixMessagingAccountSystem
Class RadixMessagingAccountSystem
Hierarchy
RadixMessagingAccountSystem
Implements
RadixAccountSystem
Index
Constructors
constructor
Properties
chats
key
Pair
message
Subject
messages
name
Methods
get
All
Messages
process
Atom
Update
process
Delete
Atom
process
Store
Atom
start
New
Chat
Constructors
constructor
new
Radix
Messaging
Account
System
(
keyPair
:
any
)
:
RadixMessagingAccountSystem
Parameters
keyPair:
any
Returns
RadixMessagingAccountSystem
Properties
chats
chats
:
TSMap
<
string
,
RadixChat
>
= new TSMap()
key
Pair
key
Pair
:
any
message
Subject
message
Subject
:
Subject
<
RadixMessageUpdate
>
= new Subject()
messages
messages
:
TSMap
<
string
,
RadixMessage
>
= new TSMap()
name
name
:
string
= "RADIX-MESSAGING"
Methods
get
All
Messages
get
All
Messages
(
)
:
Observable
<
RadixMessageUpdate
>
Returns
Observable
<
RadixMessageUpdate
>
process
Atom
Update
process
Atom
Update
(
atomUpdate
:
RadixAtomUpdate
)
:
Promise
<
void
>
Parameters
atomUpdate:
RadixAtomUpdate
Returns
Promise
<
void
>
Private
process
Delete
Atom
process
Delete
Atom
(
atom
:
RadixApplicationPayloadAtom
)
:
void
Parameters
atom:
RadixApplicationPayloadAtom
Returns
void
Private
process
Store
Atom
process
Store
Atom
(
atom
:
RadixApplicationPayloadAtom
)
:
void
Parameters
atom:
RadixApplicationPayloadAtom
Returns
void
start
New
Chat
start
New
Chat
(
to
:
RadixKeyPair
)
:
void
Parameters
to:
RadixKeyPair
Returns
void
Globals
Radix
Messaging
Account
System
constructor
chats
key
Pair
message
Subject
messages
name
get
All
Messages
process
Atom
Update
process
Delete
Atom
process
Store
Atom
start
New
Chat
Generated using
TypeDoc