Show / Hide Table of Contents

Class EffectResponse.EffectsResponseLinks

Represents effect links.

Inheritance
System.Object
EffectResponse.EffectsResponseLinks
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class EffectsResponseLinks : object

Constructors

EffectsResponseLinks(Link<OperationResponse>, Link<EffectResponse>, Link<EffectResponse>)

Declaration
public EffectsResponseLinks(Link<OperationResponse> operation, Link<EffectResponse> precedes, Link<EffectResponse> succeeds)
Parameters
Type Name Description
Link<OperationResponse> operation
Link<EffectResponse> precedes
Link<EffectResponse> succeeds

Properties

Operation

Declaration
public Link<OperationResponse> Operation { get; }
Property Value
Link<OperationResponse>

Precedes

Declaration
public Link<EffectResponse> Precedes { get; }
Property Value
Link<EffectResponse>

Succeeds

Declaration
public Link<EffectResponse> Succeeds { get; }
Property Value
Link<EffectResponse>

Back to top Generated by DocFX