sgns::runtime::WasmProvider¶
Interface for accessing WASM state/runtime code.
#include <wasm_provider.hpp>
Inherited by sgns::runtime::ConstWasmProvider, sgns::runtime::StorageWasmProvider
Public Functions¶
| Name | |
|---|---|
| virtual | ~WasmProvider() =default |
| virtual const base::Buffer & | getStateCode() const =0 |
Public Functions Documentation¶
function ~WasmProvider¶
function getStateCode¶
Return: wasm runtime code
Reimplemented by: sgns::runtime::ConstWasmProvider::getStateCode, sgns::runtime::StorageWasmProvider::getStateCode
Updated on 2026-03-04 at 13:10:43 -0800