# Functions
GetAccountDecoder returns the AccountDecoder function for the custom AppAccount.
NewAppAccount returns a reference to a new AppAccount given a name and an auth.BaseAccount.
NewGenesisAccount returns a reference to a new GenesisAccount given an AppAccount.
# Structs
AppAccount is a custom extension for this application.
GenesisAccount reflects a genesis account the application expects in it's genesis state.
GenesisState reflects the genesis state of the application.