Expand description
Messages that can be emitted by contracts.
Enumsยง
- Call
Result - Call result.
- Message
- Messages can be emitted by contracts and are processed after the contract execution completes.
- Notify
Reply - Specifies when the caller (smart contract) wants to be notified of a reply.
- Reply
- Replies to delivered messages.