Show / Hide Table of Contents

Class AccountResponseLinks

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

Constructors

AccountResponseLinks(Link<Page<EffectResponse>>, Link<Page<OfferResponse>>, Link<Page<OperationResponse>>, Link<AccountResponse>, Link<Page<TransactionResponse>>)

Declaration
public AccountResponseLinks(Link<Page<EffectResponse>> effects, Link<Page<OfferResponse>> offers, Link<Page<OperationResponse>> operations, Link<AccountResponse> self, Link<Page<TransactionResponse>> transactions)
Parameters
Type Name Description
Link<Page<EffectResponse>> effects
Link<Page<OfferResponse>> offers
Link<Page<OperationResponse>> operations
Link<AccountResponse> self
Link<Page<TransactionResponse>> transactions

Properties

Effects

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

Offers

Declaration
public Link<Page<OfferResponse>> Offers { get; }
Property Value
Link<Page<OfferResponse>>

Operations

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

Self

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

Transactions

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

Back to top Generated by DocFX