MCPcopy Create free account
hub / github.com/CPChain/chain / From

Method From

core/state_transition.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65// Message represents a message sent to a contract.
66type Message interface {
67 From() common.Address
68 //FromFrontier() (common.Address, error)
69 To() *common.Address
70

Callers 7

buyGasMethod · 0.65
preCheckMethod · 0.65
TransitionDbMethod · 0.65
refundGasMethod · 0.65
NewEVMContextFunction · 0.65
tryApplyPrivateTxFunction · 0.65
GetEVMMethod · 0.65

Implementers 2

Messagetypes/transaction.go
callmsgaccounts/abi/bind/backends/simulated.g

Calls

no outgoing calls

Tested by

no test coverage detected