PublicKeyBundle
Class: PublicKeyBundle
Implements
PublicKeyBundle
Constructors
constructor
new PublicKeyBundle(bundle
)
Parameters
Name | Type |
---|---|
bundle | PublicKeyBundle |
Defined in
Properties
identityKey
identityKey: PublicKey
Implementation of
publicKey.PublicKeyBundle.identityKey
Defined in
preKey
preKey: PublicKey
Implementation of
publicKey.PublicKeyBundle.preKey
Defined in
Methods
equals
equals(other
): boolean
Parameters
Name | Type |
---|---|
other | PublicKeyBundle |
Returns
boolean
Defined in
toBytes
toBytes(): Uint8Array
Returns
Uint8Array
Defined in
walletSignatureAddress
walletSignatureAddress(): string
Returns
string
Defined in
fromBytes
Static
fromBytes(bytes
): PublicKeyBundle
Parameters
Name | Type |
---|---|
bytes | Uint8Array |