Module pallet_messages::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Adds a message for a resource hosted on IPFS. The input consists of both a Base32-encoded CID as well as a 32-bit content length. The stored payload will contain the CID encoded as binary, as well as the 32-bit message content length. The actual message content will be on IPFS.
- Add an on-chain message for a given schema id.