This website requires JavaScript.
Explore
Help
Sign In
ChronosXYZ
/
dione
Watch
1
Star
0
Fork
0
You've already forked dione
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
52ec8dbd35
dione
/
rpc
/
rpc.go
6 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
add: pubsub oracle topic, message exchange operations, ethereum rpc connection
2020-08-03 20:01:38 +00:00
package
rpc
Refactor RPC clients and interface
2020-11-18 18:33:03 +00:00
type
RPCClient
interface
{
GetTransaction
(
txHash
string
)
(
[
]
byte
,
error
)
add: pubsub oracle topic, message exchange operations, ethereum rpc connection
2020-08-03 20:01:38 +00:00
}
Reference in New Issue
Copy Permalink