-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3692: Make LedgerStateEvents a type alias r=nc6 a=andreabedini IMHO There's no real value in LedgerStateEvents. - In the exported API it only appears in the type of applyBlock (in positive position) - It is not exported, preventing users to make use of applyBlock This replaces the data type with a type alias (to keep the type signature brief) and changes the signature of applyBlock to not mention the type. Co-authored-by: Andrea Bedini <andrea.bedini@tweag.io>
- Loading branch information
Showing
1 changed file
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters