Show / Hide Table of Contents

Class ClaimClaimableBalanceOperationResponse

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

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

Constructors

ClaimClaimableBalanceOperationResponse()

Declaration
public ClaimClaimableBalanceOperationResponse()

ClaimClaimableBalanceOperationResponse(String, String)

Declaration
public ClaimClaimableBalanceOperationResponse(string balanceID, string claimant)
Parameters
Type Name Description
System.String balanceID
System.String claimant

Properties

BalanceID

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

Claimant

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

ClaimantMuxed

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

ClaimantMuxedID

Declaration
public ulong? ClaimantMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

TypeId

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

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX