isValidMed25519PublicKey

fun isValidMed25519PublicKey(med25519PublicKey: String): Boolean

Checks validity of muxed ed25519 public key (M...)

Muxed accounts (M...) are virtual accounts that share the same underlying ed25519 key but have different IDs. They are used for memo-less payments as defined in SEP-0023.

Return

true if the given muxed public key is valid, false otherwise

Parameters

med25519PublicKey

The muxed public key to check

See also