Show / Hide Table of Contents

Class TransactionResultFailed

One of the operations failed (none were applied).

Inheritance
System.Object
TransactionResult
TransactionResultFailed
Inherited Members
TransactionResult.FeeCharged
TransactionResult.FromXdr(String)
TransactionResult.FromXdr(TransactionResult)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class TransactionResultFailed : TransactionResult

Properties

IsSuccess

Declaration
public override bool IsSuccess { get; }
Property Value
System.Boolean

Overrides
TransactionResult.IsSuccess

Results

Declaration
public IList<OperationResult> Results { get; set; }
Property Value
IList<OperationResult>

Back to top Generated by DocFX