pub trait Vm: ChainVm { }
Expand description

Inner Vm trait that the gRPC server and client should take as a inner object.

Implementors