v04

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

DONTCOVER

Index

Constants

View Source
const (
	// ModuleName nolint
	ModuleName = "market"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GenesisState

type GenesisState struct {
	TerraPoolDelta sdk.Dec `json:"terra_pool_delta" yaml:"terra_pool_delta"`
	Params         Params  `json:"params" yaml:"params"` // market params
}

GenesisState is the struct representation of the export genesis

type Params

type Params struct {
	BasePool           sdk.Dec `json:"base_pool" yaml:"base_pool"`
	PoolRecoveryPeriod int64   `json:"pool_recovery_period" yaml:"pool_recovery_period"`
	MinStabilitySpread sdk.Dec `json:"min_spread" yaml:"min_spread"`
}

Params market parameters

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL