mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:34:03 +03:00
Add RPC structs for nonce
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package rpc
|
||||
|
||||
type RPC interface {
|
||||
Bytes() []byte
|
||||
}
|
||||
Reference in New Issue
Block a user