Show / Hide Table of Contents

Class LedgerResponse.LedgerResponseLinks

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

Constructors

LedgerResponseLinks(Link<Page<EffectResponse>>, Link<Page<OperationResponse>>, Link<LedgerResponse>, Link<Page<TransactionResponse>>)

Declaration
public LedgerResponseLinks(Link<Page<EffectResponse>> effects, Link<Page<OperationResponse>> operations, Link<LedgerResponse> self, Link<Page<TransactionResponse>> transactions)
Parameters
Type Name Description
Link<Page<EffectResponse>> effects
Link<Page<OperationResponse>> operations
Link<LedgerResponse> self
Link<Page<TransactionResponse>> transactions

Properties

Effects

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

Operations

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

Self

Declaration
public Link<LedgerResponse> Self { get; }
Property Value
Link<LedgerResponse>

Transactions

Declaration
public Link<Page<TransactionResponse>> Transactions { get; }
Property Value
Link<Page<TransactionResponse>>

Back to top Generated by DocFX