tests

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 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")))
	TransferAccAddr      = sdk.AccAddress(crypto.AddressHash([]byte("transferAddress")))
	SenderAccAddr        = sdk.AccAddress(crypto.AddressHash([]byte("senderAddress")))

	CoinIssueInfo = types.CoinIssueInfo{
		Issuer:             IssuerCoinsAccAddr,
		Owner:              IssuerCoinsAccAddr,
		IssueTime:          time.Now().Unix(),
		Name:               "testCoin",
		Symbol:             "TEST",
		TotalSupply:        sdk.NewInt(10000),
		Decimals:           types.CoinDecimalsMaxValue,
		BurnOwnerDisabled:  false,
		BurnHolderDisabled: false,
		BurnFromDisabled:   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