# Variables
No description provided by the author
# Structs
MsgInit is the init message used to create a new account abstraction implementation that we use for testing, this account also allows for rotating the public key.
MsgInitResponse is the init message response.
MsgRotatePubKey is the message used to swap the public key of the account.
MsgRotatePubKeyResponse is the MsgRotatePubKey response.