Show / Hide Table of Contents

Class SubmitTransactionResponse.Extras.ResultCodes

Contains result codes for this transaction. see Possible values

Inheritance
System.Object
SubmitTransactionResponse.Extras.ResultCodes
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ResultCodes : object

Constructors

ResultCodes(String, List<String>)

Declaration
public ResultCodes(string transactionResultCode, List<string> operationsResultCodes)
Parameters
Type Name Description
System.String transactionResultCode
List<System.String> operationsResultCodes

Properties

OperationsResultCodes

Declaration
public List<string> OperationsResultCodes { get; }
Property Value
List<System.String>

TransactionResultCode

Declaration
public string TransactionResultCode { get; }
Property Value
System.String

Back to top Generated by DocFX