Show / Hide Table of Contents

Class CreateAccountOperationResponse

Represents CreateAccount operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
CreateAccountOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class CreateAccountOperationResponse : OperationResponse, IPagingToken

Constructors

CreateAccountOperationResponse()

Declaration
public CreateAccountOperationResponse()

CreateAccountOperationResponse(String, String, String)

Declaration
public CreateAccountOperationResponse(string account, string funder, string startingBalance)
Parameters
Type Name Description
System.String account
System.String funder
System.String startingBalance

Properties

Account

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

Funder

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

FunderMuxed

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

FunderMuxedID

Declaration
public ulong? FunderMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

StartingBalance

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

TypeId

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

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX