Decode naddr and return Naddr object
static Naddr decodeNaddr(String naddrStr) { return Nip19Decoder.decodeNaddr(naddrStr); }