(context *Context)
| 35 | // when need to invoke a smart contract, use AppCall to invoke it |
| 36 | type ContextRef interface { |
| 37 | PushContext(context *Context) |
| 38 | CurrentContext() *Context |
| 39 | CallingContext() *Context |
| 40 | EntryContext() *Context |
no outgoing calls
no test coverage detected