📄️ MsgServer Overview
The MsgServer in the Rugsafe Chain is responsible for handling incoming transactions and routing them to the appropriate keeper functions. The MsgServer essentially acts as the gateway through which messages such as creating intents, claiming components, or executing checks are processed. Each message type is associated with a specific handler function.
📄️ Message Types
In Rugsafe's chain, several message types are used to interact with the will (intent) module. These messages allow the creation, claiming, and checking of intents. Each message type serves a specific purpose within the lifecycle of an intent.