# Variables
No description provided by the author
# Structs
MsgAuthenticate is a message that an x/account account abstraction implementer must handle to authenticate a transaction.
MsgAuthenticateResponse is the response to MsgAuthenticate.
QueryAuthenticationMethods is a query that an x/account account abstraction implementer must handle to return the authentication methods that the account supports.
QueryAuthenticationMethodsResponse is the response to QueryAuthenticationMethods.
TxExtension is the extension option that AA's add to txs when they're bundled.