Show / Hide Table of Contents

Class EffectResponse

Inheritance
System.Object
Response
EffectResponse
AccountCreatedEffectResponse
AccountCreditedEffectResponse
AccountDebitedEffectResponse
AccountFlagsUpdatedEffectResponse
AccountHomeDomainUpdatedEffectResponse
AccountInflationDestinationUpdatedEffectResponse
AccountRemovedEffectResponse
AccountSponsorshipCreatedEffectResponse
AccountSponsorshipRemovedEffectResponse
AccountSponsorshipUpdatedEffectResponse
AccountThresholdsUpdatedEffectResponse
ClaimableBalanceClaimantCreatedEffectResponse
ClaimableBalanceClaimedEffectResponse
ClaimableBalanceClawedBackEffectResponse
ClaimableBalanceCreatedEffectResponse
ClaimableBalanceSponsorshipCreatedEffectResponse
ClaimableBalanceSponsorshipRemovedEffectResponse
ClaimableBalanceSponsorshipUpdatedEffectResponse
DataCreatedEffectResponse
DataRemovedEffectResponse
DataSponsorshipCreatedEffectResponse
DataSponsorshipRemovedEffectResponse
DataSponsorshipUpdatedEffectResponse
DataUpdatedEffectResponse
LiquidityPoolCreatedEffectResponse
LiquidityPoolDepositedEffectResponse
LiquidityPoolRemovedEffectResponse
LiquidityPoolRevokedEffectResponse
LiquidityPoolTradeEffectResponse
LiquidityPoolWithdrewEffectResponse
OfferCreatedEffectResponse
OfferRemovedEffectResponse
OfferUpdatedEffectResponse
SequenceBumpedEffectResponse
SignerEffectResponse
SignerSponsorshipCreatedEffectResponse
SignerSponsorshipRemovedEffectResponse
SignerSponsorshipUpdatedEffectResponse
TradeEffectResponse
TrustlineAuthorizationResponse
TrustlineCUDResponse
TrustlineFlagsUpdatedEffectResponse
TrustlineSponsorshipCreatedEffectResponse
TrustlineSponsorshipRemovedEffectResponse
TrustlineSponsorshipUpdatedEffectResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public abstract class EffectResponse : Response, IPagingToken

Properties

Account

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

AccountMuxed

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

AccountMuxedID

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

CreatedAt

Declaration
public DateTime CreatedAt { get; protected set; }
Property Value
DateTime

Id

Declaration
public string Id { get; protected set; }
Property Value
System.String

Links

Declaration
public EffectResponse.EffectsResponseLinks Links { get; protected set; }
Property Value
EffectResponse.EffectsResponseLinks

PagingToken

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

Implements
IPagingToken.PagingToken

Type

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

TypeId

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

Back to top Generated by DocFX