Forge v0.4.1 Forge.Rpc View Source

RPC lib to send tx. Using localhost:26657/broadcast_tx_commit?tx= for simplicity.

Link to this section Summary

Functions

Send out the signed transaction with tendermint http RPC interface

Link to this section Functions

Link to this function send(tx) View Source
send(Forge.TransactionMessage.t()) :: HTTPoison.Response

Send out the signed transaction with tendermint http RPC interface.