31 #ifndef LEDGER_CORE_DJINNI_HELPERS_HPP 32 #define LEDGER_CORE_DJINNI_HELPERS_HPP 34 #define CLONE_BITCOIN_LIKE_NETWORK_PARAMETERS(source, destination) \ 36 source.identifier, source.P2PKHVersion, source.P2SHVersion, source.XPUBVersion, source.usesFeePerBytePolicy, \ 37 source.BIP44CoinType, source.PaymentUriScheme \ 40 #endif //LEDGER_CORE_DJINNI_HELPERS_HPP