Show / Hide Table of Contents

Class OperationResponse

Abstract class for operation responses. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
AccountMergeOperationResponse
AllowTrustOperationResponse
BeginSponsoringFutureReservesOperationResponse
BumpSequenceOperationResponse
ChangeTrustOperationResponse
ClaimClaimableBalanceOperationResponse
ClawbackClaimableBalanceOperationResponse
ClawbackOperationResponse
CreateAccountOperationResponse
CreateClaimableBalanceOperationResponse
CreatePassiveOfferOperationResponse
EndSponsoringFutureReservesOperationResponse
InflationOperationResponse
LiquidityPoolDepositOperationResponse
LiquidityPoolWithdrawOperationResponse
ManageDataOperationResponse
ManageOfferOperationResponse
PathPaymentStrictReceiveOperationResponse
PathPaymentStrictSendOperationResponse
PaymentOperationResponse
RevokeSponsorshipOperationResponse
SetOptionsOperationResponse
SetTrustlineFlagsOperationResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public abstract class OperationResponse : Response, IPagingToken

Properties

CreatedAt

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

Id

Id of the operation

Declaration
public long Id { get; }
Property Value
System.Int64

Links

Links of Paging

Declaration
public OperationResponseLinks Links { get; }
Property Value
OperationResponseLinks

PagingToken

Paging Token of Paging

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

Implements
IPagingToken.PagingToken

SourceAccount

Source Account of Operation

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

SourceAccountMuxed

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

SourceAccountMuxedID

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

TransactionHash

Returns transaction hash of transaction this operation belongs to.

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

TransactionSuccessful

Returns whether the operation transaction was successful.

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

Type

Returns operation type. Possible types: crete_account payment allow_trust change_trust set_options account_merge manage_offer path_payments create_passive_offer inflation manage_data

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

TypeId

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

Back to top Generated by DocFX