nsecEncode abstract method

String nsecEncode(
  1. String hex
)

Encodes a given hexadecimal string into a NIP-19 'nsec' string.

Implementation

String nsecEncode(String hex);