Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMessageSigVerifier ¶
func NewMessageSigVerifier( kg crypto.KeyGenerator, singleSigner crypto.SingleSigner, ) (*messageSigVerifier, error)
NewMessageSigVerifier creates a message signature verifier
func NewSystemVM ¶
func NewSystemVM(args ArgsNewSystemVM) (*systemVM, error)
NewSystemVM instantiates the system VM which is capable of running in protocol smart contracts
Types ¶
type ArgsNewSystemVM ¶ added in v1.1.12
type ArgsNewSystemVM struct { SystemEI vm.ContextHandler SystemContracts vm.SystemSCContainer VmType []byte GasSchedule core.GasScheduleNotifier }
ArgsNewSystemVM defines the needed arguments to create a new system vm
Click to show internal directories.
Click to hide internal directories.