Export serialize public key (#505)
This commit is contained in:
parent
0093a99312
commit
80b6f7afb5
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@status-im/js": patch
|
||||
---
|
||||
|
||||
Export serialize public key
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue