gitlab.com/evatix-go/core@v1.3.55/coreinterface/baseactioninf/ExecutorExecutionerContractsBinder.go (about)

     1  package baseactioninf
     2  
     3  type ExecutorExecutionerContractsBinder interface {
     4  	ExecutorExecutioner
     5  	AsExecutorExecutionerContractsBinder() ExecutorExecutionerContractsBinder
     6  }