(
withHashes = false,
)
| 654 | }; |
| 655 | |
| 656 | const getTransactionMergeableChanges = ( |
| 657 | withHashes = false, |
| 658 | ): MergeableChanges<typeof withHashes> => |
| 659 | getTransactionMergeableChangesImpl(withHashes); |
| 660 | |
| 661 | const getEncodedTransactionMergeableChanges = ( |
| 662 | withHashes: boolean, |
nothing calls this directly
no test coverage detected
searching dependent graphs…