Show / Hide Table of Contents

Class ClaimableBalanceClaimantCreatedEffectResponse

Represents claimable_balance_created effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server

Inheritance
System.Object
Response
EffectResponse
ClaimableBalanceClaimantCreatedEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.PagingToken
EffectResponse.Links
EffectResponse.CreatedAt
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ClaimableBalanceClaimantCreatedEffectResponse : EffectResponse, IPagingToken

Constructors

ClaimableBalanceClaimantCreatedEffectResponse()

Declaration
public ClaimableBalanceClaimantCreatedEffectResponse()

ClaimableBalanceClaimantCreatedEffectResponse(String, String, String, Predicate)

Declaration
public ClaimableBalanceClaimantCreatedEffectResponse(string asset, string balanceID, string amount, Predicate predicate)
Parameters
Type Name Description
System.String asset
System.String balanceID
System.String amount
Predicate predicate

Properties

Amount

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

Asset

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

BalanceID

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

Predicate

Declaration
public Predicate Predicate { get; }
Property Value
Predicate

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX