(Feature) - Update decoded value types#1285
Conversation
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
|
||
| export interface DecodedValue { | ||
| export interface ValueDecoded { | ||
| operation: Operation |
There was a problem hiding this comment.
Operation type updated.
Instead
{ CALL = 'CALL', DELEGATE_CALL = 'DELEGATE_CALL', CREATE = 'CREATE', }
Should be type Number
There was a problem hiding this comment.
Should be ok now :)
|
Travis automatic deployment: |
|
@Uxio0 will deploy this to If this is merged today should use |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
Related to #137