Preparing search index...
The search index is not available
@xmtp/xmtp-js
@xmtp/xmtp-js
PublicKeyBundle
Class PublicKeyBundle
Implements
PublicKeyBundle
Index
Constructors
constructor
Properties
identity
Key
pre
Key
Methods
equals
to
Bytes
wallet
Signature
Address
from
Bytes
Constructors
constructor
new
Public
Key
Bundle
(
bundle
)
:
PublicKeyBundle
Parameters
bundle
:
PublicKeyBundle
Returns
PublicKeyBundle
Properties
identity
Key
identity
Key
:
PublicKey
Identity key MUST be signed by the wallet.
pre
Key
pre
Key
:
PublicKey
Pre-key MUST be signed by the identity key.
Methods
equals
equals
(
other
)
:
boolean
Parameters
other
:
this
Returns
boolean
to
Bytes
to
Bytes
(
)
:
Uint8Array
Returns
Uint8Array
wallet
Signature
Address
wallet
Signature
Address
(
)
:
string
Returns
string
Static
from
Bytes
from
Bytes
(
bytes
)
:
PublicKeyBundle
Parameters
bytes
:
Uint8Array
Returns
PublicKeyBundle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
identity
Key
pre
Key
Methods
equals
to
Bytes
wallet
Signature
Address
from
Bytes
@xmtp/xmtp-js
Loading...
Identity key MUST be signed by the wallet.