Documentation ¶
Overview ¶
Package v038 is used for legacy migration scripts. Actual migration scripts for v038 have been removed, but the v039->v042 migration script still references types from this file, so we're keeping it for now.
Index ¶
Constants ¶
View Source
const (
ModuleName = "bank"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenesisState ¶
type GenesisState struct {
SendEnabled bool `json:"send_enabled" yaml:"send_enabled"`
}
Click to show internal directories.
Click to hide internal directories.