Show / Hide Table of Contents

Class DataSponsorshipCreatedEffectResponse

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

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

Constructors

DataSponsorshipCreatedEffectResponse()

Declaration
public DataSponsorshipCreatedEffectResponse()

DataSponsorshipCreatedEffectResponse(String, String)

Declaration
public DataSponsorshipCreatedEffectResponse(string sponsor, string dataName)
Parameters
Type Name Description
System.String sponsor
System.String dataName

Properties

DataName

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

Sponsor

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