Class GetTransactionResult
Result for "info_get_deploy" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetTransactionResult : RpcResult
Properties
| Edit this page View SourceExecutionInfo
Execution info, if available.
Declaration
[JsonPropertyName("execution_info")]
public ExecutionInfo ExecutionInfo { get; init; }
Property Value
| Type | Description |
|---|---|
| ExecutionInfo |
Transaction
The deploy.
Declaration
[JsonPropertyName("transaction")]
[JsonConverter(typeof(Transaction.TransactionConverter))]
public Transaction Transaction { get; init; }
Property Value
| Type | Description |
|---|---|
| Transaction |