ts-algochat
Preparing search index...
ChatEnvelope
Interface ChatEnvelope
Parsed message envelope from transaction note
interface
ChatEnvelope
{
ciphertext
:
Uint8Array
;
encryptedSenderKey
:
Uint8Array
;
ephemeralPublicKey
:
Uint8Array
;
nonce
:
Uint8Array
;
protocolId
:
number
;
senderPublicKey
:
Uint8Array
;
version
:
number
;
}
Index
Properties
ciphertext
encrypted
Sender
Key
ephemeral
Public
Key
nonce
protocol
Id
sender
Public
Key
version
Properties
ciphertext
ciphertext
:
Uint8Array
encrypted
Sender
Key
encryptedSenderKey
:
Uint8Array
ephemeral
Public
Key
ephemeralPublicKey
:
Uint8Array
nonce
nonce
:
Uint8Array
protocol
Id
protocolId
:
number
sender
Public
Key
senderPublicKey
:
Uint8Array
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ciphertext
encrypted
Sender
Key
ephemeral
Public
Key
nonce
protocol
Id
sender
Public
Key
version
ts-algochat
Loading...
Parsed message envelope from transaction note