Show / Hide Table of Contents

Class EvmCallResult

Response from a mirror EVM simulation call.

Inheritance
object
EvmCallResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class EvmCallResult

Properties

| Edit this page View Source

Result

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>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph