Add RPC structs for nonce

This commit is contained in:
9seconds
2018-07-01 11:41:10 +03:00
parent f9a2b0513d
commit 9f90f87758
3 changed files with 130 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package rpc
type RPC interface {
Bytes() []byte
}