v0_11

package
v0.19.11 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const ModuleName = "token"

Variables

This section is empty.

Functions

This section is empty.

Types

type GenesisState

type GenesisState struct {
	Params       v0_10.Params     `json:"params"`
	Tokens       []Token          `json:"tokens"`
	LockedAssets []v0_10.AccCoins `json:"locked_assets"`
	LockedFees   []v0_10.AccCoins `json:"locked_fees"`
}

all state that must be provided in genesis file

func Migrate

func Migrate(oldGenState v0_10.GenesisState) GenesisState

type Token

type Token struct {
	Description         string         `json:"description" v2:"description"`                     // e.g. "OK Group Global Utility Token"
	Symbol              string         `json:"symbol" v2:"symbol"`                               // e.g. "okt"
	OriginalSymbol      string         `json:"original_symbol" v2:"original_symbol"`             // e.g. "OKT"
	WholeName           string         `json:"whole_name" v2:"whole_name"`                       // e.g. "OKT"
	OriginalTotalSupply sdk.Dec        `json:"original_total_supply" v2:"original_total_supply"` // e.g. 1000000000.00000000
	Owner               sdk.AccAddress `json:"owner" v2:"owner"`                                 // e.g. ex1rf9wr069pt64e58f2w3mjs9w72g8vemzw26658
	Mintable            bool           `json:"mintable" v2:"mintable"`                           // e.g. false
}

Jump to

Keyboard shortcuts

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