types

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppState

type AppState struct {
	Genutil Genutil `json:"genutil"`
}

type Genesis

type Genesis struct {
	Result Result `json:"result"`
}

type GenesisAppState

type GenesisAppState struct {
	AppState AppState `json:"app_state"`
}

type Gentx

type Gentx struct {
	Type  string `json:"type"`
	Value Value  `json:"value"`
}

type Gentxs

type Gentxs []Gentx

type Genutil

type Genutil struct {
	Gentxs Gentxs `json:"gentxs"`
}

type Result

type Result struct {
	Genesis *json.RawMessage `json:"genesis"`
}

type Value

type Value struct {
	Memo string `json:"memo"`
}

Jump to

Keyboard shortcuts

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