Show / Hide Table of Contents

Class ClaimableBalanceSponsorshipRemovedEffectResponse

Represents claimable_balance_sponsorship_removed effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server

Inheritance
System.Object
Response
EffectResponse
ClaimableBalanceSponsorshipRemovedEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.PagingToken
EffectResponse.Links
EffectResponse.CreatedAt
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ClaimableBalanceSponsorshipRemovedEffectResponse : EffectResponse, IPagingToken

Constructors

ClaimableBalanceSponsorshipRemovedEffectResponse()

Declaration
public ClaimableBalanceSponsorshipRemovedEffectResponse()

ClaimableBalanceSponsorshipRemovedEffectResponse(String, String)

Declaration
public ClaimableBalanceSponsorshipRemovedEffectResponse(string balanceID, string formerSponsor)
Parameters
Type Name Description
System.String balanceID
System.String formerSponsor

Properties

BalanceID

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

FormerSponsor

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

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX