Versions in this module Expand all Collapse all v1 v1.2.1 Nov 2, 2020 v1.2.0 Oct 31, 2020 Changes in this version + const STransaction + type Factory struct + func (*Factory) Metadata() *trigger.Metadata + func (t *Factory) New(config *trigger.Config) (trigger.Trigger, error) + type HandlerSettings struct + Name string + Validation bool + type Output struct + ChaincodeStub interface{} + Parameters map[string]interface{} + Transient map[string]interface{} + TxID string + TxTime string + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type Reply struct + Message string + Returns interface{} + Status int + func (r *Reply) FromMap(values map[string]interface{}) error + func (r *Reply) ToMap() map[string]interface{} + type Settings struct + type Trigger struct + func GetTrigger(name string) (*Trigger, bool) + func (t *Trigger) Initialize(ctx trigger.InitContext) error + func (t *Trigger) Invoke(stub shim.ChaincodeStubInterface, fn string, args []string) (int, string, error) + func (t *Trigger) Start() error + func (t *Trigger) Stop() error