Class AccountMergeSuccess
Operation successful.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AccountMergeSuccess : AccountMergeResult
Properties
IsSuccess
Declaration
public override bool IsSuccess { get; }
Property Value
System.Boolean
|
Overrides
SourceAccountBalance
How much got transferred from source account.
Declaration
public string SourceAccountBalance { get; set; }
Property Value
System.String
|