channel: The channel in which the message will be published.
account: The account used to sign the aggregate message.
fileObject: A Blob or the content of the file you want to upload.
fileHash: The IPFS hash of the content you want to pin.
storageEngine: The storage engine to used when storing the message (IPFS or Aleph storage).
inlineRequested: If set to False, the Store message will be store on the same storageEngine you picked.
extraFields: Extra fields to add to the Store message.
metadata: Metadata about the stored content.
sync: If true, the function will wait for the message to be confirmed by the API server.
Optional
channel: The channel in which the message will be published.
account: The account used to sign the aggregate message.
fileObject: A Blob or the content of the file you want to upload.
fileHash: The IPFS hash of the content you want to pin.
storageEngine: The storage engine to used when storing the message (IPFS or Aleph storage).
inlineRequested: If set to False, the Store message will be store on the same storageEngine you picked.
extraFields: Extra fields to add to the Store message.
metadata: Metadata about the stored content.
sync: If true, the function will wait for the message to be confirmed by the API server.