Skip to content

Commit

Permalink
[EDW-1036] Add request balance unfreeze op display
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kosobutskiy authored and doomdabidon committed Sep 18, 2020
1 parent 7c45ce8 commit 725517f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/constants/Operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ export default {
},
signer: 'account',
},
request_balance_unfreeze: {
value: OPERATIONS_IDS.REQUEST_BALANCE_UNFREEZE,
name: 'Request balance unfreeze',
options: {
from: 'account',
subject: null,
value: null,
asset: null,
},
signer: 'account',
},
contract_create: {
value: OPERATIONS_IDS.CONTRACT_CREATE,
name: 'Contract create',
Expand Down

0 comments on commit 725517f

Please sign in to comment.