Show / Hide Table of Contents

Class AccountMergeOperationResponse

Represents AccountMerge operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
AccountMergeOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AccountMergeOperationResponse : OperationResponse, IPagingToken

Constructors

AccountMergeOperationResponse()

Declaration
public AccountMergeOperationResponse()

Properties

Account

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

AccountMuxed

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

AccountMuxedID

Declaration
public ulong? AccountMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

Into

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

IntoMuxed

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

IntoMuxedID

Declaration
public ulong? IntoMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

TypeId

Declaration
public override int TypeId { get; }
Property Value
System.Int32

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX