let url = "http://neo-privnet:30333"; const client = Neon.create.rpcClient(url, '2.3.2'); let id = this.get('model').id; console.log(id); client.getRawTransaction(id) .then((res) => { console.log(res) })