Documentation ¶
Overview ¶
Package testcontract is package for testcontract
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ContractName current contract name ContractName = syscontract.SystemContract_T.String() )
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager contract manager
func NewManager ¶
func NewManager(log protocol.Logger) *Manager
NewManager constructor of Manager @param log @return *Manager
func (*Manager) GetMethod ¶
func (c *Manager) GetMethod(methodName string) common.ContractFunc
GetMethod get register method by name
type ManagerRuntime ¶
type ManagerRuntime struct {
// contains filtered or unexported fields
}
ManagerRuntime runtime instance
Click to show internal directories.
Click to hide internal directories.