diff --git a/react/lib/util/types.ts b/react/lib/util/types.ts index 692fea0a..c27da957 100644 --- a/react/lib/util/types.ts +++ b/react/lib/util/types.ts @@ -15,6 +15,7 @@ export interface Transaction { timestamp: number address: string rawMessage?: string + inputAddresses?: (string | undefined)[] } export interface UtxoDetails {