Class WasmSource
A named Wasm source.
public abstract class WasmSource
- Inheritance
-
WasmSource
- Derived
- Inherited Members
Properties
Hash
Hash of the WASM source
[JsonPropertyName("hash")]
public string? Hash { get; set; }
Property Value
Name
Logical name of the Wasm source
[JsonPropertyName("name")]
public string? Name { get; set; }