Перейти к содержанию

Blockchain Connector Service

Overview

The service implements blockchain-specific logic and is designed to interact with various blockchains through a unified API. It supports the following methods for working with transactions:

  • Retrieving necessary data for transaction formation based on the specified configuration parameters.
  • Retrieving a hash of a formed transaction.
  • Signing a transaction.
  • Sending a signed transaction to a network.

Additionally, for each supported blockchain, the service provides a method for generating an address from the corresponding public key format.