Skip to main content

SignedPublicKeyBundle

Class: SignedPublicKeyBundle

Implements

  • SignedPublicKeyBundle

Constructors

constructor

new SignedPublicKeyBundle(bundle)

Parameters

NameType
bundleSignedPublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:41

Properties

identityKey

identityKey: SignedPublicKey

Implementation of

publicKey.SignedPublicKeyBundle.identityKey

Defined in

crypto/PublicKeyBundle.ts:38


preKey

preKey: SignedPublicKey

Implementation of

publicKey.SignedPublicKeyBundle.preKey

Defined in

crypto/PublicKeyBundle.ts:39

Methods

equals

equals(other): boolean

Parameters

NameType
otherSignedPublicKeyBundle

Returns

boolean

Defined in

crypto/PublicKeyBundle.ts:56


isFromLegacyBundle

isFromLegacyBundle(): boolean

Returns

boolean

Defined in

crypto/PublicKeyBundle.ts:67


toBytes

toBytes(): Uint8Array

Returns

Uint8Array

Defined in

crypto/PublicKeyBundle.ts:63


toLegacyBundle

toLegacyBundle(): PublicKeyBundle

Returns

PublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:71


walletSignatureAddress

walletSignatureAddress(): Promise<string>

Returns

Promise<string>

Defined in

crypto/PublicKeyBundle.ts:52


fromBytes

Static fromBytes(bytes): SignedPublicKeyBundle

Parameters

NameType
bytesUint8Array

Returns

SignedPublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:78


fromLegacyBundle

Static fromLegacyBundle(bundle): SignedPublicKeyBundle

Parameters

NameType
bundlePublicKeyBundle

Returns

SignedPublicKeyBundle

Defined in

crypto/PublicKeyBundle.ts:83

Was the information on this page helpful?