Skip to main content

PublicKeyBundle

Class: PublicKeyBundle

Implements

  • PublicKeyBundle

Constructors

constructor

new PublicKeyBundle(bundle)

Parameters

NameType
bundlePublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:100

Properties

identityKey

identityKey: PublicKey

Implementation of

publicKey.PublicKeyBundle.identityKey

Defined in

crypto/PublicKeyBundle.ts:97


preKey

preKey: PublicKey

Implementation of

publicKey.PublicKeyBundle.preKey

Defined in

crypto/PublicKeyBundle.ts:98

Methods

equals

equals(other): boolean

Parameters

NameType
otherPublicKeyBundle

Returns

boolean

Defined in

crypto/PublicKeyBundle.ts:111


toBytes

toBytes(): Uint8Array

Returns

Uint8Array

Defined in

crypto/PublicKeyBundle.ts:122


walletSignatureAddress

walletSignatureAddress(): string

Returns

string

Defined in

crypto/PublicKeyBundle.ts:118


fromBytes

Static fromBytes(bytes): PublicKeyBundle

Parameters

NameType
bytesUint8Array

Returns

PublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:126

Was the information on this page helpful?