Method Decode
Decode(string)
Decodes a base 32 encoded NKey into a nkey seed and verifies the checksum.
public static byte[] Decode(string src)
Parameters
src
stringBase 32 encoded NKey.
Returns
- byte[]
Decodes a base 32 encoded NKey into a nkey seed and verifies the checksum.
public static byte[] Decode(string src)
src
stringBase 32 encoded NKey.