Show / Hide Table of Contents

Class AccountResponse

Inheritance
System.Object
Response
AccountResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AccountResponse : Response, ITransactionBuilderAccount

Constructors

AccountResponse(String)

Declaration
public AccountResponse(string accountId)
Parameters
Type Name Description
System.String accountId

AccountResponse(String, Int64)

Declaration
public AccountResponse(string accountId, long sequenceNumber)
Parameters
Type Name Description
System.String accountId
System.Int64 sequenceNumber

Properties

AccountId

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

Implements
ITransactionBuilderAccount.AccountId

Balances

Declaration
public Balance[] Balances { get; set; }
Property Value
Balance[]

Data

Declaration
public Dictionary<string, string> Data { get; set; }
Property Value
Dictionary<System.String, System.String>

Flags

Declaration
public Flags Flags { get; set; }
Property Value
Flags

HomeDomain

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

IncrementedSequenceNumber

Declaration
public long IncrementedSequenceNumber { get; }
Property Value
System.Int64

Implements
ITransactionBuilderAccount.IncrementedSequenceNumber

InflationDestination

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

KeyPair

Declaration
public KeyPair KeyPair { get; }
Property Value
KeyPair

Implements
ITransactionBuilderAccount.KeyPair

Links

Declaration
public AccountResponseLinks Links { get; set; }
Property Value
AccountResponseLinks

MuxedAccount

Declaration
public IAccountId MuxedAccount { get; }
Property Value
IAccountId

Implements
ITransactionBuilderAccount.MuxedAccount

SequenceNumber

Declaration
public long SequenceNumber { get; set; }
Property Value
System.Int64

Implements
ITransactionBuilderAccount.SequenceNumber

SequenceUpdatedAtLedger

Declaration
public long? SequenceUpdatedAtLedger { get; set; }
Property Value
System.Nullable<System.Int64>

SequenceUpdatedAtTime

Declaration
public long? SequenceUpdatedAtTime { get; set; }
Property Value
System.Nullable<System.Int64>

Signers

Declaration
public Signer[] Signers { get; set; }
Property Value
Signer[]

SubentryCount

Declaration
public int SubentryCount { get; set; }
Property Value
System.Int32

Thresholds

Declaration
public Thresholds Thresholds { get; set; }
Property Value
Thresholds

Methods

GetKeyPair(String)

Declaration
public KeyPair GetKeyPair(string accountId)
Parameters
Type Name Description
System.String accountId
Returns
KeyPair

IncrementSequenceNumber()

Declaration
public void IncrementSequenceNumber()
Implements
ITransactionBuilderAccount.IncrementSequenceNumber()

SetSequenceNumber(Int64)

Declaration
public void SetSequenceNumber(long sequenceNumber)
Parameters
Type Name Description
System.Int64 sequenceNumber
Implements
ITransactionBuilderAccount.SetSequenceNumber(Int64)
Back to top Generated by DocFX