Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GovDenom = "unibi" CollDenom = "uust" StableDenom = "unusd" TreasuryPoolModuleAccount = "treasury_pool" WhitelistedColl = []string{CollDenom} GovStablePool = AssetPair{Token0: GovDenom, Token1: StableDenom} CollStablePool = AssetPair{Token0: CollDenom, Token1: StableDenom} )
Functions ¶
func DenomsFromPoolName ¶
func PoolNameFromDenoms ¶
PoolNameFromDenoms returns a sorted string representing a pool of assets
func RawPoolNameFromDenoms ¶
RawPoolNameFromDenoms returns a string representing a pool of assets in the exact order the denoms were given as args
Types ¶
Click to show internal directories.
Click to hide internal directories.