Wrapper APIs
The Wrapper APIs are the components from which the requests received in the Router are derived. It processes the request according to the endpoint indicated, verifies that all the necessary information is available to perform the operation and applies the required transformations to finally delegate the final execution of the request to the corresponding blockchain node.
Each Wrapper API follows the same internal structure, thus seeking uniformity among them, however, each of them is developed as an independent component, allowing isolation and modularity.
Last updated