kava
kava copied to clipboard
Update YAML marshaling/printing
nit, we should probably Marshal to YAML and print the string. We can do it in another PR for all types
Originally posted by @fedekunze in https://github.com/Kava-Labs/kava-private/pull/7
@rhuairahrighairidh noticed that the Auction module registers interfaces/types (Auction, GenesisAuction) on the codec while CDP, BEP3, and others only register msgs. To adhere to a global standard for marshaling/unmarshaling + String
methods I'm pretty sure the other modules will need to follow the codec registration pattern in Auction, correct?