eth_pushTx send raw signed encoded TX data to the chain through RPC

This commit is contained in:
SilentCicero
2015-06-14 18:07:03 -04:00
parent 6f5c6150b7
commit f9a0a13fa9
3 changed files with 33 additions and 0 deletions

View File

@ -51,6 +51,7 @@ var (
"getData",
"getCode",
"sign",
"pushTx",
"sendTransaction",
"transact",
"estimateGas",