Show / Hide Table of Contents

Class ManageDataOperationResponse

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

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

Constructors

ManageDataOperationResponse()

Declaration
public ManageDataOperationResponse()

ManageDataOperationResponse(String, String)

Declaration
public ManageDataOperationResponse(string name, string value)
Parameters
Type Name Description
System.String name
System.String value

Properties

Name

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

TypeId

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

Overrides
OperationResponse.TypeId

Value

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

Back to top Generated by DocFX