v0_34

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

DONTCOVER nolint

Index

Constants

View Source
const (
	ModuleName = "accounts"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GenesisAccount

type GenesisAccount struct {
	Address       sdk.AccAddress `json:"address"`
	Tokens        sdk.Tokens     `json:"tokens"`
	Sequence      uint64         `json:"sequence_number"`
	AccountNumber uint64         `json:"account_number"`

	OriginalVesting  sdk.Tokens `json:"original_vesting"`
	DelegatedFree    sdk.Tokens `json:"delegated_free"`
	DelegatedVesting sdk.Tokens `json:"delegated_vesting"`
	StartTime        int64      `json:"start_time"`
	EndTime          int64      `json:"end_time"`
}

type GenesisState

type GenesisState []GenesisAccount

Jump to

Keyboard shortcuts

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