fromEncodedSignerKey

fun fromEncodedSignerKey(encodedSignerKey: String): SignerKey

Creates a SignerKey from an encoded signer key string.

This method automatically detects the signer key type based on the encoded string format and creates the appropriate SignerKey instance.

Return

A new SignerKey instance

Parameters

encodedSignerKey

The StrKey-encoded signer key string

Throws

if the encoded signer key is invalid