Documentation ¶
Overview ¶
QWhisper package. This package is temporarily on hold until QML DApp dev will reemerge.
Index ¶
- type Message
- type Watch
- type Whisper
- func (self *Whisper) HasIdentity(key string) bool
- func (self *Whisper) Messages(id int) (messages *common.List)
- func (self *Whisper) NewIdentity() string
- func (self *Whisper) Post(payload []string, to, from string, topics []string, priority, ttl uint32)
- func (self *Whisper) SetView(view qml.Object)
- func (self *Whisper) Watch(opts map[string]interface{}, view *qml.Common) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶ added in v0.8.4
type Message struct { Flags int32 `json:"flags"` Payload string `json:"payload"` From string `json:"from"` // contains filtered or unexported fields }
func ToQMessage ¶ added in v0.8.4
type Whisper ¶
func (*Whisper) HasIdentity ¶ added in v0.8.4
func (*Whisper) NewIdentity ¶
Click to show internal directories.
Click to hide internal directories.