Documentation ¶
Index ¶
Constants ¶
View Source
const ( // entrance of api functions ApiEntrance = "execute" CheckBlockLevel = "isBlockLevel" CheckTransactionLevel = "isTransactionLevel" CheckIsTxVerifier = "isTransactionVerifier" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostFunc ¶
type HostFunc interface {
FuncRegister() *runtime.HostAPIRegistry
}
type Register ¶
type Register struct {
// contains filtered or unexported fields
}
Register keeps the properity owned by current
func NewRegister ¶
func (*Register) HostApis ¶
func (r *Register) HostApis() *runtime.HostAPIRegistry
HostApis return the collection of aspect runtime host apis
func (*Register) RunnerContext ¶
func (r *Register) RunnerContext() *types.RunnerContext
func (*Register) SetErrCallback ¶
Click to show internal directories.
Click to hide internal directories.