Documentation ¶
Index ¶
- type CertManageContract
- type CertManageRuntime
- func (r *CertManageRuntime) Add(txSimContext protocol.TxSimContext, _ map[string][]byte) (result []byte, err error)
- func (r *CertManageRuntime) AddAlias(txSimContext protocol.TxSimContext, params map[string][]byte) (result []byte, err error)
- func (r *CertManageRuntime) Delete(txSimContext protocol.TxSimContext, params map[string][]byte) (result []byte, err error)
- func (r *CertManageRuntime) DeleteAlias(txSimContext protocol.TxSimContext, params map[string][]byte) (result []byte, err error)
- func (r *CertManageRuntime) Freeze(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
- func (r *CertManageRuntime) Query(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
- func (r *CertManageRuntime) QueryAlias(txSimContext protocol.TxSimContext, params map[string][]byte) (result []byte, err error)
- func (r *CertManageRuntime) Revoke(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
- func (r *CertManageRuntime) Unfreeze(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
- func (r *CertManageRuntime) UpdateAlias(txSimContext protocol.TxSimContext, params map[string][]byte) (result []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertManageContract ¶
type CertManageContract struct {
// contains filtered or unexported fields
}
func NewCertManageContract ¶
func NewCertManageContract(log protocol.Logger) *CertManageContract
func (*CertManageContract) GetMethod ¶
func (c *CertManageContract) GetMethod(methodName string) common.ContractFunc
type CertManageRuntime ¶
type CertManageRuntime struct {
// contains filtered or unexported fields
}
func (*CertManageRuntime) Add ¶
func (r *CertManageRuntime) Add(txSimContext protocol.TxSimContext, _ map[string][]byte) ( result []byte, err error)
Add cert add
func (*CertManageRuntime) AddAlias ¶
func (r *CertManageRuntime) AddAlias(txSimContext protocol.TxSimContext, params map[string][]byte) ( result []byte, err error)
func (*CertManageRuntime) Delete ¶
func (r *CertManageRuntime) Delete(txSimContext protocol.TxSimContext, params map[string][]byte) ( result []byte, err error)
Delete cert delete
func (*CertManageRuntime) DeleteAlias ¶
func (r *CertManageRuntime) DeleteAlias(txSimContext protocol.TxSimContext, params map[string][]byte) ( result []byte, err error)
本组织管理员
func (*CertManageRuntime) Freeze ¶
func (r *CertManageRuntime) Freeze(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
Freeze certs
func (*CertManageRuntime) Query ¶
func (r *CertManageRuntime) Query(txSimContext protocol.TxSimContext, params map[string][]byte) ([]byte, error)
Query certs query
func (*CertManageRuntime) QueryAlias ¶
func (r *CertManageRuntime) QueryAlias(txSimContext protocol.TxSimContext, params map[string][]byte) ( result []byte, err error)
func (*CertManageRuntime) Revoke ¶
func (r *CertManageRuntime) Revoke(txSimContext protocol.TxSimContext, params map[string][]byte) ( []byte, error)
Revoke certs revocation
func (*CertManageRuntime) Unfreeze ¶
func (r *CertManageRuntime) Unfreeze(txSimContext protocol.TxSimContext, params map[string][]byte) ( []byte, error)
Unfreeze certs unfreeze
func (*CertManageRuntime) UpdateAlias ¶
func (r *CertManageRuntime) UpdateAlias(txSimContext protocol.TxSimContext, params map[string][]byte) ( result []byte, err error)
本组织管理员
Click to show internal directories.
Click to hide internal directories.