Skip to content

CommandService

View as Markdown

CommandService defines transactional RPCs that mutate state or perform expensive computations.

Package: thru.services.v1

Submit a new transaction to the cluster.

Try it live thru.services.v1.CommandService/SendTransaction
POST https://grpc-web.alphanet.thruput.org

Submit multiple transactions to the cluster in batch.

Try it live thru.services.v1.CommandService/BatchSendTransactions
POST https://grpc-web.alphanet.thruput.org

Submit a transaction and track its execution status. Returns a stream of status updates starting with RECEIVED, then ACCEPTED, followed by consensus and execution updates, closing after the transaction is executed.

Try it live thru.services.v1.CommandService/SendAndTrackTxn
POST https://grpc-web.alphanet.thruput.org