Show / Hide Table of Contents

Class ClawbackClaimableBalanceOperationResponse

Represents ClawbackClaimableBalanceOperation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html stellar_dotnetcore_sdk.requests.ClawbackOperationResponse stellar_dotnetcore_sdk.Server

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

Constructors

ClawbackClaimableBalanceOperationResponse()

Declaration
public ClawbackClaimableBalanceOperationResponse()

ClawbackClaimableBalanceOperationResponse(String)

Declaration
public ClawbackClaimableBalanceOperationResponse(string balanceID)
Parameters
Type Name Description
System.String balanceID

Asset type (native / alphanum4 / alphanum12)

Properties

BalanceID

Claimable balance identifer of the claimable balance to be clawed back.

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