PublicKeyBundle
Class: PublicKeyBundle
Implements
PublicKeyBundle
Constructors
constructor
• new PublicKeyBundle(identityKey
, preKey
)
Parameters
Name | Type |
---|---|
identityKey | PublicKey |
preKey | PublicKey |
Defined in
Properties
identityKey
• identityKey: PublicKey
Implementation of
proto.PublicKeyBundle.identityKey
Defined in
preKey
• preKey: PublicKey
Implementation of
proto.PublicKeyBundle.preKey
Defined in
Methods
toBytes
▸ toBytes(): Uint8Array
Returns
Uint8Array
Defined in
walletSignatureAddress
▸ walletSignatureAddress(): string
Returns
string
Defined in
fromBytes
▸ Static
fromBytes(bytes
): PublicKeyBundle
Parameters
Name | Type |
---|---|
bytes | Uint8Array |