LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : enum AddressType { 2 : legacy, 3 : segwit, 4 : taproot, 5 : compatibility, 6 : cashaddr, 7 : evm, 8 : tron; 9 : 10 1 : static AddressType fromIndex(int index) { 11 1 : return AddressType.values[index]; 12 : } 13 : } |
![]() |
Generated by: LCOV version 2.0-1 |