pub type SingleTxApi = VMHooksApi<SingleTxApiBackend>;
Expand description
Similar to the StaticApi
, but offers allows calls to storage, input, and even creating results.
Aliased Type§
struct SingleTxApi { /* private fields */ }
pub type SingleTxApi = VMHooksApi<SingleTxApiBackend>;
Similar to the StaticApi
, but offers allows calls to storage, input, and even creating results.
struct SingleTxApi { /* private fields */ }