diff options
author | SilentCicero <silentcicero@outlook.com> | 2015-06-15 06:07:03 +0800 |
---|---|---|
committer | SilentCicero <silentcicero@outlook.com> | 2015-06-15 06:07:03 +0800 |
commit | f9a0a13fa97a969b23d98c8dddc63bf8047450d3 (patch) | |
tree | bdbf6fd6a82022dda5cd302cf683d094447982aa /rpc/api/utils.go | |
parent | 6f5c6150b7060b6b2ee68ac95b30f46c5c2c7f90 (diff) | |
download | dexon-f9a0a13fa97a969b23d98c8dddc63bf8047450d3.tar.gz dexon-f9a0a13fa97a969b23d98c8dddc63bf8047450d3.tar.zst dexon-f9a0a13fa97a969b23d98c8dddc63bf8047450d3.zip |
eth_pushTx send raw signed encoded TX data to the chain through RPC
Diffstat (limited to 'rpc/api/utils.go')
-rw-r--r-- | rpc/api/utils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/api/utils.go b/rpc/api/utils.go index 318d7c39b..13f580f58 100644 --- a/rpc/api/utils.go +++ b/rpc/api/utils.go @@ -51,6 +51,7 @@ var ( "getData", "getCode", "sign", + "pushTx", "sendTransaction", "transact", "estimateGas", |