Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenBurnCase ¶
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 ¶
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 ¶
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 ¶
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 ¶
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