()
| 1921 | }; |
| 1922 | |
| 1923 | const getTransactionChanges = (): Changes => getTransactionChangesImpl(); |
| 1924 | |
| 1925 | const getEncodedTransactionChanges = (): Changes => |
| 1926 | getTransactionChangesImpl(true); |
nothing calls this directly
no test coverage detected
searching dependent graphs…