diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-21 00:42:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-21 00:42:09 +0800 |
commit | 54dac59285ccc6a3af47201479ca556da2899e93 (patch) | |
tree | 8f753059c4f1799046fa10a861884944a5f453fc /rpc/api.go | |
parent | a59bb053f4d2a4a28341c645c051c4c323581a1b (diff) | |
download | dexon-54dac59285ccc6a3af47201479ca556da2899e93.tar.gz dexon-54dac59285ccc6a3af47201479ca556da2899e93.tar.zst dexon-54dac59285ccc6a3af47201479ca556da2899e93.zip |
wip
Diffstat (limited to 'rpc/api.go')
-rw-r--r-- | rpc/api.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rpc/api.go b/rpc/api.go index 659bc373d..34d4ff0fc 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -488,3 +488,11 @@ func toFilterOptions(options *BlockFilterArgs) *core.FilterOptions { return &opts } + +/* + Work() chan<- *types.Block + SetWorkCh(chan<- Work) + Stop() + Start() + Rate() uint64 +*/ |