# Functions
EndBlocker is called at the end of every block.
ExportGenesis writes the current store values to a genesis file, which can be imported again with InitGenesis.
InitGenesis initialize default parameters and the keeper's address to pubkey map.
NewAppModule creates a new AppModule object.
NewHandler returns a handler for "oracle" type messages.
PickReferenceTerra choose Reference Terra with the highest voter turnout If the voting power of the two denominations is the same, select reference Terra in alphabetical order.
Tally calculates the median and returns it.
# Structs
AppModule implements an application module for the oracle module.
AppModuleBasic defines the basic application module used by the oracle module.