Merge PR #4772: Add New Events Attributes

This commit is contained in:
Alexander Bezobchuk
2019-07-24 15:50:34 -07:00
committed by GitHub
parent bfb6445b05
commit 2b3d78599e
12 changed files with 14 additions and 16 deletions
+1
View File
@@ -9,6 +9,7 @@ The bank module emits the following events:
| Type | Attribute Key | Attribute Value |
|----------|---------------|--------------------|
| transfer | recipient | {recipientAddress} |
| transfer | amount | {amount} |
| message | module | bank |
| message | action | send |
| message | sender | {senderAddress} |