type WatchTransactionsParams = SharedBlockParams & { onTransactions: (transactions: Array<Transaction>) => void;} & { address: string };