Open ehanoc opened 6 years ago
Wrap AddressBook usage to corresponding wallet/api/python/*.cpp files prefixed by "Py" that use shared pointers instead of raw pointers.
Add these new mapped classes to pywallet_api modules at wallet/api/python/pywallet_api.cpp
wallet/api/wallet2_api.h as reference
For more info on why this is needed read : http://pybind11.readthedocs.io/en/stable/advanced/smart_ptrs.html#std-shared-ptr
Wrap AddressBook usage to corresponding wallet/api/python/*.cpp files prefixed by "Py" that use shared pointers instead of raw pointers.
Add these new mapped classes to pywallet_api modules at wallet/api/python/pywallet_api.cpp
wallet/api/wallet2_api.h as reference
For more info on why this is needed read : http://pybind11.readthedocs.io/en/stable/advanced/smart_ptrs.html#std-shared-ptr