datapayloads.go

This repository contains example data payloads that are not part of the IOTA core protocol.

SignedDataContainer

The SignedDataContainer can be used to sign data with a signature to authenticate the sender of the data.

See examples/send_signed_data_payload/main.go for an example usage.