Decode a NIP-19 encoded string (npub, note, nevent, nprofile, naddr) Returns the decoded hex string
static String decode(String nip19String) { return Nip19Decoder.decode(nip19String); }