MCPcopy Create free account
hub / github.com/DNAProject/DNA / PushContext

Method PushContext

smartcontract/context/context.go:37–37  ·  view source on GitHub ↗
(context *Context)

Source from the content-addressed store, hash-verified

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

Callers 3

InvokeMethod · 0.65
InvokeMethod · 0.65
InvokeMethod · 0.65

Implementers 1

SmartContractsmartcontract/smart_contract.go

Calls

no outgoing calls

Tested by

no test coverage detected