Added whisper interface for xeth, added examples, updated RPC
* Added RPC methods for whisper * Added whisper example
This commit is contained in:
		| @@ -251,3 +251,12 @@ func (a *DbArgs) requirements() error { | ||||
| 	} | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
| type WhisperMessageArgs struct { | ||||
| 	Payload  string | ||||
| 	To       string | ||||
| 	From     string | ||||
| 	Topics   []string | ||||
| 	Priority uint32 | ||||
| 	Ttl      uint32 | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user