tests

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	IssuerCoinsAccAddr   = sdk.AccAddress(crypto.AddressHash([]byte("issuerCoins")))
	ReceiverCoinsAccAddr = sdk.AccAddress(crypto.AddressHash([]byte("receiverCoins")))
	OperatorAccAddr      = sdk.AccAddress(crypto.AddressHash([]byte("operatorAddress")))

	CoinIssueInfo = types.CoinIssueInfo{
		Issuer:          IssuerCoinsAccAddr,
		Owner:           IssuerCoinsAccAddr,
		IssueTime:       time.Now(),
		Name:            "testCoin",
		Symbol:          "TEST",
		TotalSupply:     sdk.NewInt(10000),
		Decimals:        types.CoinDecimalsMaxValue,
		BurnOff:         false,
		BurnAnyOff:      false,
		BurnFromOff:     false,
		MintingFinished: false}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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