Received messages are automatically dumped into a mailbox on any node if the node hosts any of the recipients principal accounts.
To enumerate received messages use function ListReceivedMessages.
Parameters are:
ChainAddress/ChainPassword
Principal account credentials to decrypt a message.
You can view any message in raw format via function RetrieveRawMessage. Retrieved messages can manually validated via function ValidateMSG.
Parameters are:
MessageID
One of the Message ID’s received from function ListReceivedMessages
ChainAddress/ChainPassword
Principal account credentials to decrypt a message.
You can automatically retrieve, validate and decrypt a message with the function RetrieveMessage.
Parameters are:
MessageID
One of the Message ID’s received from function ListReceivedMessages
ChainAddress/ChainPassword
Principal account credentials to decrypt a message.