Versions in this module Expand all Collapse all v1 v1.1.21 Jul 5, 2021 Changes in this version + func GetName() string + func Init(name string, cfg *types.TuringchainConfig, sub []byte) + func InitExecType() + func IsSuperManager(cfg *types.TuringchainConfig, addr string) bool + type Action struct + func NewAction(m *Manage, tx *types.Transaction) *Action + type Manage struct + func (c *Manage) CheckReceiptExecOk() bool + func (c *Manage) CheckTx(tx *types.Transaction, index int) error + func (c *Manage) ExecDelLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, ...) (*types.LocalDBSet, error) + func (c *Manage) ExecLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, ...) (*types.LocalDBSet, error) + func (c *Manage) Exec_Modify(manageAction *types.ModifyConfig, tx *types.Transaction, index int) (*types.Receipt, error) + func (c *Manage) GetDriverName() string + func (c *Manage) Query_GetConfigItem(in *types.ReqString) (types.Message, error)