What is base58Prefixes in Bitcion?
what is base58Prefixes[SCRIPT_ADDRESS] ? when we use it ? base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5); How to generate value base58Prefixes[SECRET_KEY], base58Prefixes[EXT_PUBLIC_KEY], base58Prefixes[EXT_SECRET_KEY? base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1,128); base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E}; base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};