decodeM

open fun decodeM(string: String): Array<Byte>

Decodes a Bech32m string. Returns null if the string is not a valid Bech32m string.

Return

the decoded data, null if the string is not a valid Bech32m string. Note that the human-readable part is not returned.

Parameters

string

The Bech32m string to decode.