You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK exposes only PublicKey.fromString(), despite having fromStringECDSA() and fromStringED25519(). Basically under the hood it uses them in order to decide which way to parse the string but we should expose them as well to be available to the user.
Steps to reproduce
PublicKey.fromStringECDSA() and PublicKey.fromStringED25519() are not exposed for the user
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
v2.23.0
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Description
The SDK exposes only
PublicKey.fromString()
, despite havingfromStringECDSA()
andfromStringED25519()
. Basically under the hood it uses them in order to decide which way to parse the string but we should expose them as well to be available to the user.Steps to reproduce
PublicKey.fromStringECDSA()
andPublicKey.fromStringED25519()
are not exposed for the userAdditional context
No response
Hedera network
mainnet, testnet, previewnet
Version
v2.23.0
Operating system
macOS
The text was updated successfully, but these errors were encountered: