From e50aa06ba016be993e19835b4a1b5e0fda7fea20 Mon Sep 17 00:00:00 2001 From: HashGate <149125380+HashGateApp@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:00:39 -0500 Subject: [PATCH] Update README.md {+] Transaction import to example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 291b1a7c..efea862c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This is what you need to start using HashConnect, it will be explained in detail ```js import { HashConnect, HashConnectConnectionState, SessionData } from 'hashconnect'; -import { LedgerId } from '@hashgraph/sdk'; +import { LedgerId, Transaction } from '@hashgraph/sdk'; const appMetadata = { name: "", @@ -360,4 +360,4 @@ export interface SessionData { accountIds: string[]; network: string; } -``` \ No newline at end of file +```