Convert code to base64 tvc string and return (tvc, hash) or throw error
(String, String) codeToTvc(String code) { final data = ntCodeToTvc(code: code); return (data[0], data[1]); }