Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Update types.json for New Events
Browse files Browse the repository at this point in the history
These were missing in the previous release.
  • Loading branch information
hayesgm committed Mar 5, 2021
1 parent 198bcab commit b73b157
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions types.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,18 @@
"log_index": "u64",
"event": "EthereumEvent"
},
"LockOld": {
"asset": "[u8; 20]",
"sender": "[u8; 20]",
"recipient": "[u8; 20]",
"amount": "u128"
},
"LockCashOld": {
"sender": "[u8; 20]",
"recipient": "[u8; 20]",
"amount": "u128",
"principal": "u128"
},
"LockEvent": {
"asset": "[u8; 20]",
"sender": "[u8; 20]",
Expand Down

0 comments on commit b73b157

Please sign in to comment.