Skip to content

Commit

Permalink
Add stakeNetworkFee and unstakeNetworkFee
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Dec 19, 2023
1 parent 68071a9 commit 14609e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ export type EdgeTxAction =

export type EdgeAssetActionType =
| 'stake'
| 'stakeNetworkFee'
| 'stakeOrder'
| 'unstake'
| 'unstakeNetworkFee'
| 'unstakeOrder'
| 'stake'
| 'stakeOrder'
Expand Down

0 comments on commit 14609e9

Please sign in to comment.