Export serialize public key (#505)

This commit is contained in:
Jakub Kotula 2023-11-06 17:54:26 +01:00 committed by GitHub
parent 0093a99312
commit 80b6f7afb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@status-im/js": patch
---
Export serialize public key

View File

@ -22,3 +22,4 @@ export { createRequestClient } from './request-client/request-client'
export { deserializePublicKey } from './utils/deserialize-public-key'
export { publicKeyToColorHash } from './utils/public-key-to-color-hash'
export { publicKeyToEmojiHash } from './utils/public-key-to-emoji-hash'
export { serializePublicKey } from './utils/serialize-public-key'