Watch contract events (and add new proposals)

This commit is contained in:
2017-02-05 19:27:17 +08:00
parent a7bfa3e45c
commit d0e10babfe
2 changed files with 45 additions and 4 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ import Ember from 'ember';
export default Ember.Object.extend({
id: null,
creator: null,
recipient: null,
creatorAddress: null,
recipientAddress: null,
recipientName: null,
votesCount: null,
votesNeeded: null,
amount: null,