Show / Hide Table of Contents

Class CreateClaimableBalanceOperationResponse

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

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

Constructors

CreateClaimableBalanceOperationResponse()

Declaration
public CreateClaimableBalanceOperationResponse()

CreateClaimableBalanceOperationResponse(String, String, String, Claimant[])

Declaration
public CreateClaimableBalanceOperationResponse(string sponsor, string asset, string amount, Claimant[] claimants)
Parameters
Type Name Description
System.String sponsor
System.String asset
System.String amount
Claimant[] claimants

Properties

Amount

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

Asset

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

Claimants

Declaration
public Claimant[] Claimants { get; }
Property Value
Claimant[]

Sponsor

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