Installation and usage of the platform

gRPC: sending transactions into the blockchain

The gRPC interface supports the ability to send transactions to the blockchain by sending a Broadcast request packaged in the transaction_public_service.proto file.

The Broadcast method requires following parameters:

  • version - transaction version;

  • transaction - name of the transaction along with the set of parameters intended for it.

For each transaction, there is a separate protobuf file describing the request and response fields. These fields are universal for gRPC and REST API queries and are given in the article Transactions of the blockchain platform.

See also