Class EvmCallResult
Response from a mirror EVM simulation call.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class EvmCallResult
Properties
| Edit this page View SourceResult
The ABI data returned from the mirror node simulation
Declaration
[JsonPropertyName("result")]
[JsonConverter(typeof(HexStringToBytesConverter))]
public ReadOnlyMemory<byte> Result { get; set; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte> |