Show / Hide Table of Contents

Class FeeBumpTransactionResultSuccess

All operations in the inner transaction succeeded.

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

Properties

InnerResultPair

Declaration
public InnerTransactionResultPair InnerResultPair { get; set; }
Property Value
InnerTransactionResultPair

IsSuccess

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

Overrides
TransactionResult.IsSuccess
Back to top Generated by DocFX