Closed brainandforce closed 1 year ago
Patch coverage: 64.28
% and project coverage change: +0.28
:tada:
Comparison is base (
b2dc5f1
) 57.31% compared to head (8d9e08f
) 57.59%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This should allow direct export of data to TOML files. When the TOML module is loaded, the
writeTOML()
function is exported, andElectrum.toml_convert()
allows for Electrum data types to be converted to a type usable byTOML.print()
.