Versions in this module Expand all Collapse all v0 v0.1.3 Oct 3, 2023 v0.1.2 Oct 3, 2023 Changes in this version + const PayloadName + const PluginName + var Parameters = &ParametersDefinition + var Type = payload.NewType(payloadType, PayloadName) + func App() *node.Plugin + type ID [32]byte + func (id ID) String() string + type ParametersDefinition struct + OriginPublicKey string + type Payload struct + func NewPayload(id ID, sentTime int64) *Payload + func (p *Payload) ID() ID + func (p *Payload) SentTime() int64 + func (p *Payload) Type() payload.Type + type Response struct + Error string + ID string