Casper.Network.SDK
Show / Hide Table of Contents

Class GetTransactionResult

Result for "info_get_deploy" RPC response.

Inheritance
object
RpcResult
GetTransactionResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetTransactionResult : RpcResult

Properties

| Edit this page View Source

ExecutionInfo

Execution info, if available.

Declaration
[JsonPropertyName("execution_info")]
public ExecutionInfo ExecutionInfo { get; init; }
Property Value
Type Description
ExecutionInfo
| Edit this page View Source

Transaction

The deploy.

Declaration
[JsonPropertyName("transaction")]
[JsonConverter(typeof(Transaction.TransactionConverter))]
public Transaction Transaction { get; init; }
Property Value
Type Description
Transaction
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC