From 700c6f0430f0ff5042ebebbd3ee278eae7641dda Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Tue, 3 Sep 2013 15:41:08 -0700 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83ccd384..a749f60f 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ remote.connect(function() { }); ``` +###Transaction events + [Transaction](https://github.com/ripple/ripple-lib/blob/develop/src/js/ripple/transaction.js) objects are EventEmitters. They may emit the following events. + `final` Transaction has erred or succeeded. This event indicates that the transaction has finished processing.