Show / Hide Table of Contents

Class TrustlineSponsorshipUpdatedEffectResponse

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

Inheritance
System.Object
Response
EffectResponse
TrustlineSponsorshipUpdatedEffectResponse
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 TrustlineSponsorshipUpdatedEffectResponse : EffectResponse, IPagingToken

Constructors

TrustlineSponsorshipUpdatedEffectResponse()

Declaration
public TrustlineSponsorshipUpdatedEffectResponse()

TrustlineSponsorshipUpdatedEffectResponse(String, String, String)

Declaration
public TrustlineSponsorshipUpdatedEffectResponse(string asset, string formerSponsor, string newSponsor)
Parameters
Type Name Description
System.String asset
System.String formerSponsor
System.String newSponsor

Properties

Asset

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

FormerSponsor

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

NewSponsor

Declaration
public string NewSponsor { 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