Show / Hide Table of Contents

Class RevokeSponsorshipOperationResponse

Represents AccountMerge operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
RevokeSponsorshipOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class RevokeSponsorshipOperationResponse : OperationResponse, IPagingToken

Constructors

RevokeSponsorshipOperationResponse()

Declaration
public RevokeSponsorshipOperationResponse()

Properties

AccountID

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

ClaimableBalanceID

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

DataAccountID

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

DataName

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

OfferID

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

SignerAccountID

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

SignerKey

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

TrustlineAccountID

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

TrustlineAsset

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

TypeId

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

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX