Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KernelAPI ¶
type KernelAPI interface {
AddLog(key, value string)
IsKernelAPI(addr common.Address) bool
Call(caller, callee common.Address, input []byte, origin common.Address, nonce uint64, blockhash common.Hash) ([]byte, bool)
}
KernelAPI provides system level function calls supported by Monaco platform.
Click to show internal directories.
Click to hide internal directories.