autotest

package
v1.66.3 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: BSD-3-Clause Imports: 4 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenBurnCase

type TokenBurnCase struct {
	types.BaseCase

	Amount string `toml:"amount"`
}

TokenBurnCase token mint case

func (*TokenBurnCase) SendCommand

func (testCase *TokenBurnCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command function

type TokenBurnPack

type TokenBurnPack struct {
	types.BaseCasePack
}

TokenBurnPack token mint pack command

func (*TokenBurnPack) GetCheckHandlerMap

func (pack *TokenBurnPack) GetCheckHandlerMap() interface{}

GetCheckHandlerMap get check handle for map

type TokenFinishCreateCase

type TokenFinishCreateCase struct {
	types.BaseCase
}

TokenFinishCreateCase token finish create case command

func (*TokenFinishCreateCase) SendCommand

func (testCase *TokenFinishCreateCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command function of tokenfinishcreatecase

type TokenFinishCreatePack

type TokenFinishCreatePack struct {
	types.BaseCasePack
}

TokenFinishCreatePack token finish create pack command

type TokenMintCase

type TokenMintCase struct {
	types.BaseCase

	Amount string `toml:"amount"`
}

TokenMintCase token mint case

func (*TokenMintCase) SendCommand

func (testCase *TokenMintCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command function of tokenfinishcreatecase

type TokenMintPack

type TokenMintPack struct {
	types.BaseCasePack
}

TokenMintPack token mint pack command

func (*TokenMintPack) GetCheckHandlerMap

func (pack *TokenMintPack) GetCheckHandlerMap() interface{}

GetCheckHandlerMap get check handle for map

type TokenPreCreateCase

type TokenPreCreateCase struct {
	types.BaseCase
}

TokenPreCreateCase token precreatecase command

func (*TokenPreCreateCase) SendCommand

func (testCase *TokenPreCreateCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand defines send command function of tokenprecreatecase

type TokenPreCreatePack

type TokenPreCreatePack struct {
	types.BaseCasePack
}

TokenPreCreatePack defines token precreate package command

type TokenRevokeCase

type TokenRevokeCase struct {
	types.BaseCase
}

TokenRevokeCase token revoke case command

func (*TokenRevokeCase) SendCommand

func (testCase *TokenRevokeCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand defines send command function of tokenrevokecase

type TokenRevokePack

type TokenRevokePack struct {
	types.BaseCasePack
}

TokenRevokePack token revoke pack command

Jump to

Keyboard shortcuts

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