# Functions
EncodeKey encodes key values with a type prefix which allows multiple different types to exist in the badger DB.
NewDepositRepositoryImpl initialize a badger implementation of the domain.StatsRepository.
NewMarketRepositoryImpl initialize a badger implementation of the domain.MarketRepository.
NewRepoManager opens (or creates if not exists) the badger store on disk.
No description provided by the author
NewWithdrawalRepositoryImpl is the factory for a badger implementation of domain.WithdrawalRepository.