Closed gregzaitsev closed 5 years ago
Currently for simplicity polkadot.h includes all files used throughout the project. There need to be only dependencies that are necessary to use polkacpp library in other projects.
Also, dependencies need to be correctly minimized to optimize build time.
Currently for simplicity polkadot.h includes all files used throughout the project. There need to be only dependencies that are necessary to use polkacpp library in other projects.