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