noteEncode abstract method

String noteEncode(
  1. String hex
)

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

Implementation

String noteEncode(String hex);